dbrizov / NaughtyAttributes

Attribute Extensions for Unity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Request: Support the vector types in Unity.Mathematics.

SparkAflame opened this issue · comments

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?