Razenpok / BreakInfinity.cs

Double replacement for numbers that go over 1e308
MIT License
212 stars 33 forks source link

BigDouble Array/List doesn't work in the editor #19

Closed snappedToGrid closed 1 year ago

snappedToGrid commented 1 year ago

When setting up a BigDouble[] array SerializedField in a ScriptableObject, the inspector doesn't properly render the list, as shown below:

[SerializeField] public BigDouble[] CostList;

image

This is happening in Unity 2021.21f.

Any help will be greatly appreciated.

snappedToGrid commented 1 year ago

This was unrelated to BigDouble actually. I found out I had a ConditionalField that was supposed to hide the field. It didn't fully hide it which got me confused.