Are there any client side MVC frameworks for Unity3D?
Javascript, C# are both acceptable, C# preferred.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The game engine Unity is an “ECS” system – it has no connection at all to OO or inheritance. It is entirely behaviour based: the only thing that exists in a Unity scene are
GameObject, to which you can attachMonoBehaviourand that’s it.