-
Notifications
You must be signed in to change notification settings - Fork 37
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
Nested Lists of Lists of Lists are leading to NullReferenceException when pressing "+" in the Inspector #87
Comments
@AnnulusGames Heya! I hope it's okay if I ping you here! I was wondering if you got any idea what this might be caused by. Otherwise, I might have a look son how/if I can fix this. |
Same problem. Unity Version: 2022.3.10f1 |
A temporary solution is to add an [OnListViewChanged] attribute to the main double-nested list to ignore the error.
|
@smile12yen thanks so much, this is some good news! Do you have any idea if this causes any possible side effects? :) |
@max-critcrew |
Thank you! |
Hey,
first of all - we love Alchemy and this is our first issue we're encountering. So we wanted to report it, to see if anyone has a fix already.
Unity Version: 2022.3.17f1
Alchemy Version: 2.0.1
Example reproduction code file:
Simply add this to any GameObject and press plus in the nested lists:
Error in screenshot:
Error as text:
Thanks for your time looking at this and if you got any input or ideas, let us know :)
The text was updated successfully, but these errors were encountered: