Hello again!
Simple question, do we have an equivalent to build-in Unity attributes like [range(0,100)] that can be used from typescript?
I know that you can make a custom inspector from the Unity side, but it would be nice to have the basic ones generated from the ts side.
To generate the attribute. Like, we already have @serializable. I know that it doesnβt directly translate to [serializeField] or system.serializable but I find the concept to be really intuitive :classyblobthink: