Is it possible to use and combine C# and Java script in the same project?
Apparently we get more marks if we use two languages so is it possible to use both c# and java for the same project in my case a quick fps game with quick time events.
Regards
Is it possible to use and combine C# and Java script in the same project?
Apparently we get more marks if we use two languages so is it possible to use both c# and java for the same project in my case a quick fps game with quick time events.
Regards
Yes.
Of course
There can be interoperation problems. This picture shows how C# and UnityScript assemblies reference each other. If you are ok with that, go ahead, use both languages.
Yes you can