
0
Answered
How to get List Interface from variable
Hey I've added as object variable a list of type vector3. Problem is now I can't get in Bolt the interface from this list to use the list functions. How is this managed or is use of 'create list' in code the better option?
Bolt Version:
Unity Version:
Platform(s):
Scripting Backend:
.NET Version (API Compatibility Level):
Customer support service by UserEcho
Using the units under Collections > List is preferred, because they are more convenient and guaranteed to always work on all collections, even in AOT.