What kinds of improvement can i do to unity game engine??
What kinds of improvement can be made to unity game engine?? like can i improve its rendering engine?? can i improve its physics engine?? if i can then how to do it?? i mean i am looking for some place where i can see some tutorials/books/article anything would do.
This may b too newbie of a question but then again i have a very low level of knowledge in game development.
Answer by toddisarockstar · Apr 10, 2016 at 05:35 AM
as you learn unity you will find about every settings in all there engines are customization settings to do whatever you would like. in my current project i didnt use unity's physics engine at. Since it is simple block based movement. I coded my movement and detect collisions myself with my own databases of positions., but the game is simple.
So basically no, you can't get to unity's actual source code for there "engines" but you can adjust about any setting to fit your project. these engines where designed by big teams of professionals. if you feel confident enough, and you have access to standard code to do whatever you want. I have been using unity for awhile and there isn't much you cant accomplish.
Your answer
Follow this Question
Related Questions
Draw multiple material using Graphics.DrawMesh 0 Answers
Black screen problem - android 0 Answers
FireBase with Desktop build 2 Answers
Using graphics.DrawMeshNow to update a render texture 0 Answers
Mysterious Visual Bug - Android 0 Answers