- Home /
This question was
closed Jan 28, 2019 at 05:52 AM by
AnAvrgSkittle for the following reason:
A buddy of mine found a way to circumvent it using SceneView.onSceneDelegate
Question by
AnAvrgSkittle · Jan 28, 2019 at 12:58 AM ·
scriptableobjectonscenegui
Is there a way to use OnSceneGUI with a scriptable object as the target?
I seem to not be able to even get it to call. Is it because the script is not a Monobehavior script? If not is there a way to work around this? Will it require another script to hold the scriptable object as a reference to make it editable in scene-view?
Comment
Follow this Question
Related Questions
Is it possible to serialize and store custom structs on the iPhone in scriptableObjects? 2 Answers
Serializable types for ScriptableObject 2 Answers
Is there any way to implement 'Undo' for ScriptableObject assets? 1 Answer
increamenting speed periodically 0 Answers
How to work with custom class (ScriptableObject) SerializedProperty? 1 Answer