tome-editor icon indicating copy to clipboard operation
tome-editor copied to clipboard

Custom List(Vector2D) Data Type Not Working

Open gurpreetsinghmatharoo opened this issue 4 years ago • 2 comments

I created a new data type as a List, of a Vector2D (Integer) type.

Any vectors I add inside the list always appear empty:

image

It appears so both in the Field Definitions window (setting the default), and when actually setting a property.

gurpreetsinghmatharoo avatar Aug 28 '20 10:08 gurpreetsinghmatharoo

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:

image

So, I'll make this a feature issue for now.

npruehs avatar Aug 29 '20 04:08 npruehs

Oh. Well, I hope it is implemented soon, as it's a quite important data type we need in our game. 😃 Good luck!

gurpreetsinghmatharoo avatar Aug 31 '20 13:08 gurpreetsinghmatharoo