#Arrays of Resources not behaving as expected.

14 messages · Page 1 of 1 (latest)

cobalt saffron
#

Whats even stranger is that changing these array element resource values seems to work, so is each resource in this array a unique instance?

#

Im getting conflicting information

#

Because i want to be able to have the elementpath, right, left positons all be immutable

#

but have an offset that is adjustable at runtime

#

and resources are both immutable at runtime and all changes propogate to all other references to the resource

#

so confusing lol

#

i feel as though im just missing some sort of data storage type

#

i could use nodes but my main issue is that the properties of it do not show in the inspector

#

if within an array

#

it just ends up asking me to assign nodes as opposed to creating nodes

#

although i understand it would need some underlying code to add it as a child, etc

#

im going to try setting them all to local resources but would like some clarification