Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom List(Vector2D) Data Type Not Working #191

Open
gurpreetsinghmatharoo opened this issue Aug 28, 2020 · 2 comments
Open

Custom List(Vector2D) Data Type Not Working #191

gurpreetsinghmatharoo opened this issue Aug 28, 2020 · 2 comments
Labels

Comments

@gurpreetsinghmatharoo
Copy link

gurpreetsinghmatharoo commented Aug 28, 2020

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 gurpreetsinghmatharoo changed the title Custom List Data Type Not Working Custom List(Vector2D) Data Type Not Working Aug 28, 2020
@npruehs
Copy link
Owner

npruehs commented Aug 29, 2020

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.

@gurpreetsinghmatharoo
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants