I have multiple cameras in the scene, each have its own projection matrix settings. Where is the appropriate place to set up my cameras? Awake() OnPreRender() or Start()? Currently, in my simulation I set up the projection matrix in Start() and seems to work well.
My question is where is the appropriate place to put it? Appropriate = proper, best practice, logical, etc.
Please keep us posted on whether or not you've resolved the issue.
– clunk47