Unity3 SceneView.current.pivot

Do anyone knows the unity 3 equivalent for SceneView.current.pivot ?

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?

1 Answer

1

I believe it's SceneView.lastActiveSceneView.pivot now.