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.
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.