ScriptableObject Supported?

37 views
Skip to first unread message

dors...@gmail.com

unread,
Oct 15, 2019, 3:16:40 PM10/15/19
to Developer Support
I am curious to whether this can be used on ScriptableObject properties. I get the warning that says to use ScriptableObject.CreateInstance method instead of new.

dors...@gmail.com

unread,
Oct 15, 2019, 3:43:32 PM10/15/19
to Developer Support
Nevermind, I removed the typeof(MyScriptableObject) from the attribute so it now works perfectly without giving the warning

from
     [PropertyBackingField("MyPropertyName", typeof(MyScriptableObject))]
to
     [PropertyBackingField("MyPropertyName")]
Reply all
Reply to author
Forward
0 new messages