Hi there,
I'm a bit confused on proper layered background set up. I have a layered background with a lot of groups and layers, set up like this: LivingRoomDecor -> DecorType > Item. A room I essentially want to decorate as a player.
In the prefab, I started with every group and layer inactive except for the base room layer which was active. When I try to toggle on a layer in nn script using @back Floors>LightWood, i get an error that it cant be found.
If I start with everything Active in the prefab, but turn all groups off in script at the top between a start and finishtrans, then use the above command, it works, but thats a pretty big load.
Am I doing something wrong, or does every group and layer need to be ACTIVE in the prefab and then controlled on/off with script commands?