- Home /
Question by
seraphki · Sep 26, 2019 at 05:53 PM ·
inspectorpropertydrawer
Property Drawers not working with classes generated using TypeBuilder
I've been generating some MonoBehaviours at runtime with TypeBuilder, but the inspectors seem to only be showing the most basic version of the inspector for them - none of my property drawers are working. Do I need to register new classes somehow to get the inspector to display using those tools? Similarly, I've also noticed tools like Odin attributes aren't working.
Comment
Your answer
Follow this Question
Related Questions
How To Draw a PropertyDrawer within a PropertyDrawer 0 Answers
How to show type text in EditorGUI.ObjectField? 1 Answer
Restricting enum options in inspector when using a propertydrawer. 0 Answers
Inspector Overlapping Text Label at a Position 1 Answer
How to draw a field with both decorator and property drawer? 0 Answers