Having a tk2dCamera in a scene keeps marking the scene as dirty.
When the camera is NOT selected, commenting out everything in UpdateCameraMatrix stops making it dirty.
If the camera is selected, even with the code commented, it gets dirty. (But it doesn't get set dirty because of GUI.changed)
(BTW shouldn't the Update() call in UpdateCameraMatrix be in editor only?)
Thanks a lot!