Web page embed | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

Web page embed

IN A WEB PAGE CAN YOU EMBED C# OR ANY LANGUAGE USED BY UNITY/UNREAL ENGINE?

25th Jun 2020, 2:05 PM
Robin Ferizi
Robin Ferizi - avatar
4 Answers
+ 12
If you mean using C# as a backend language you can do it with Microsoft ASP.NET. Official website here : 👇👇👇👇👇👇👇 dotnet.microsoft.com/apps/aspnet Everything is explained in their tutorial. I hope this helps !
25th Jun 2020, 3:25 PM
Yoshideveloper
Yoshideveloper - avatar
+ 4
if you made a game in unity, you probably can publish it in webGL. never UE so i'm not sure
25th Jun 2020, 2:13 PM
Taste
Taste - avatar
+ 3
Thank you very much Joshua Burg [#KeepLearning!] , for the reference. Starting from the point that I know, the programming language for the world wide web is JavaScript, to make the syntax of other languages understandable for the browser is necessary to make this communication through other resources, that I don’t know. But for backend I thing is more simple to communicate. If my memory is correct, I’ve already seen in the community codes use unity in the webpage, but it is a very specialized knowledge, few ones dominate it. Bless up, I hope this help you some how. Hugs!!!!
26th Jun 2020, 1:50 AM
‎‏‪‏‪‏‪Vinícius dos Reis Lobo Silva‬‏‬‏‬‏‎
‎‏‪‏‪‏‪Vinícius dos Reis Lobo Silva‬‏‬‏‬‏‎ - avatar
+ 2
Code Crasher thanks for the tentative of correct me, but I don’t see misinformation in my comment. Repeating what I said, JavaScript is the programming language of the W3, HTML recognizes its syntax by default, and with other script languages is necessary to explicitly reference the language, and as I said, I don’t know about other programming languages like C# or unity, but I have a feeling that it’s more complicated to make them communicate with the browser through HTML, obviously, but I guess it is possible. I really appreciate you, hugs.
26th Jun 2020, 3:04 AM
‎‏‪‏‪‏‪Vinícius dos Reis Lobo Silva‬‏‬‏‬‏‎
‎‏‪‏‪‏‪Vinícius dos Reis Lobo Silva‬‏‬‏‬‏‎ - avatar