Warning: Attempt to read property "ID" on string in /customers/4/5/d/brechtos.com/httpd.www/wp-content/plugins/wp-user-avatar/src/Themes/DragDrop/UserProfile/DefaultTemplate.php on line 375
Awful. Where do I even put the TagSelector Attribute code?
On Using tags as a dropdown property in Unity’s inspector using PropertyDrawers
Thank you so much for sharing this.
On Hiding or Disabling inspector properties using PropertyDrawers within Unity
How do I use this if my script trying to use "[TagSelector]" is outside of the Editor folder? I would…
On Using tags as a dropdown property in Unity’s inspector using PropertyDrawers
Why propertyDrawer need be in a folder called editor? Do I need create this folder?
On Using tags as a dropdown property in Unity’s inspector using PropertyDrawers
Thanks a bunch for this tutorial. I've always wanted to conditionally hide fields in Unity but never had the patience…
On Hiding or Disabling inspector properties using PropertyDrawers within Unity
Help! This doesn't work on Unity 2019.1.1f1 🙁 The override method for DrawProperty() on TagSelectorPropertyDrawer is missing.
On Using tags as a dropdown property in Unity’s inspector using PropertyDrawers
Just a quick question. I downloaded your files and the property drawer is working, except not on string type variables.…
On Hiding or Disabling inspector properties using PropertyDrawers within Unity
So awesome machine, really great job 😀
On Oddworld fan project [update 03]
Thanks. First impression is very good.
On Hiding or Disabling inspector properties using PropertyDrawers within Unity
When I build game with this script to IOS, then I have cs0246 error
On Using tags as a dropdown property in Unity’s inspector using PropertyDrawers