Unity? Unreal Engine? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Unity? Unreal Engine?

Does it works for Unity? I think you can use c++ for Unity but im not sure. And what about Unreal Engine? I think you cant change the way to program on UE right? Thanks

30th Aug 2017, 9:00 PM
Edgar Charles
Edgar Charles - avatar
8 Answers
+ 6
Unity won't support "Javascript" (real name is actually UnityScript) anymore. https://blogs.unity3d.com/2017/08/11/unityscripts-long-ride-off-into-the-sunset/
30th Aug 2017, 9:30 PM
Karl T.
Karl T. - avatar
+ 5
https://www.sololearn.com/discuss/511384/?ref=app
30th Aug 2017, 9:10 PM
visph
visph - avatar
+ 5
I'm more familiar with Unity, so my bias answer is to go with Unity. :D It utilizes JavaScript/C# for its scripting, so you have the option to use either of those for your programming needs. As for Unreal, they have their blueprints system, and I believe C++ as well. Both engines are really amazing, so just go with whatever you feel best with. *edit* Just saw another answer, and apparently JS support for Unity is going away. That's good though. :D C# was the better choice the whole time anyways, and more support/resources for it.
30th Aug 2017, 9:49 PM
AgentSmith
+ 4
@Taco Jack yep probably a marketing strategy.
30th Aug 2017, 10:26 PM
Karl T.
Karl T. - avatar
+ 3
@Karl T Yea, that's the real name. However, even Unity calls it JavaScript throughout their entire documentation/tutorials. lol
30th Aug 2017, 10:07 PM
Taco Jack
+ 3
@Karl T Gotta love the irony of that if it's true.
30th Aug 2017, 10:55 PM
Taco Jack
+ 2
C++ is not one of unity's scripting languages. It is possible but compicated and really not recommended, to use plugins in Unity Pro to develop in C++.
30th Aug 2017, 9:27 PM
Cain Eviatar
Cain Eviatar - avatar
0
Okay, thanks!
30th Aug 2017, 9:04 PM
Edgar Charles
Edgar Charles - avatar