- Home /
Objects in Play mode to Scene View
In play mode, many new objects are created. So how can I get those to the scene view, to be used again at the start? I've tried copy and pasting - doesn't work successfully, just gives colliders, no objects.
Answer by Ashkan_gc · Apr 28, 2011 at 06:03 PM
it's not possible, you should create an editor script to do this. simply create a menu item in your script and when the menu item is pressed instantiate what you want. creating a scriptableWizard is a better option and is easy and reusable.
So how would you write a function into it? And are scriptableWizards C# only?
Ok, I see what to do, but my script is very long and contains lots of functions (start, update etc.) So how do you start it?
Your answer
Follow this Question
Related Questions
The name 'Joystick' does not denote a valid type ('not found') 2 Answers
Copy Material conf. 0 Answers
MonoDevelop 4.0.1 Copy / Paste Issue 12 Answers
Cannot copy, select or paste in TextField on Android 0 Answers