Do anyone knows the unity 3 equivalent for SceneView.current.pivot ?
1 Answer
1I believe it's SceneView.lastActiveSceneView.pivot now.
Do anyone knows the unity 3 equivalent for SceneView.current.pivot ?
I believe it's SceneView.lastActiveSceneView.pivot now.
What is SceneView? Or do you mean to say "I want to know how to find the current pivot of the scene view camera"? How do you do this in Unity 2.6?
– Wolfram