dbrizov / NaughtyAttributes

Attribute Extensions for Unity
MIT License
4.47k stars 463 forks source link

Request: Support the vector types in Unity.Mathematics. #342

Open SparkAflame opened 1 year ago

SparkAflame commented 1 year ago

When not decorated with a NaughtyAttributes attribute the vector types such as float3, int3, etc. display on one line just like their Vector3, Vector3Int, etc equivalent. But when decorated with an attribute such as [Readonly] , [ShowIf], and so forth they are treated as regular structs - an expandable section having each field/property shown on a separate line.

Could NaughtyAttributes please be changed so that Unity.Mathematics vector types display on just one line?