tome-editor
tome-editor copied to clipboard
Custom List(Vector2D) Data Type Not Working
I created a new data type as a List, of a Vector2D (Integer) type.
Any vectors I add inside the list always appear empty:
It appears so both in the Field Definitions window (setting the default), and when actually setting a property.
Hey @gurpreetsinghmatharoo !
Thanks for bringing this up. In fact, lists of vectors are not supported (yet), as the built-in integrity checks will tell you as well:
So, I'll make this a feature issue for now.
Oh. Well, I hope it is implemented soon, as it's a quite important data type we need in our game. 😃 Good luck!