#Lists in Web Builds
1 messages · Page 1 of 1 (latest)
What are you using to create the lists? like what nodes if any
I don't think the array's will work looking at the code for those nodes it does not preserve the AOT Code needed but you could try it first to see because i could be wrong
The usual add item and stuff on a list that I have in my variables. ChatGPT said arrays are save, because they are not dynamic in size. Which would be fine for me. I‘m gonna try it out tomorrow and see if it works.
Come to think of it, AoT Dictionaries should be ok to use, right?
Yeah that should work
Wait.... do lists not work in web builds for UVS?
I think Generic Lists like List<int> don't work but AOT List might work.
AOT lists work, but they are not as convenient as the normal lists. I don’t think you can easily read from them? I couldn‘t find a node for that. I fixed it with a mix of AOT dictionaries and AOT lists.