You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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))]