Do non-persistent variables count towards the limit of 128?
You can currently use a maximum of 128 persistent variables. What isn't clear to me is the relationship with variables that don't have 'Persist in Dream' checked. Are they subject to the same limit, or can you use as many as the thermometer allows?
-
From the tech stream last night, I have a feeling all variables count towards the same limit. Not 100% on that though. Worth testing?
-
It'll be pain to test and individually name all of them, so I was hoping somebody has already done the legwork...
-
Ok, I finally figured out how to use the Freeze function of the signal manipulator and it let me do what I was aiming to, without the use of a variable. Still, it would be nice to know whether or not if persistent non-persistent variables are treated differently, for future reference.
-
I’ve done a test for a tutorial that I’m working on, the limit only applies to Persistent variables that are unique.
So if needed, you can have 128 differently named variables and clone all of those, you just can’t change any clones to be unique :)
For non persistent, I made 150 unique variables and didn’t get the limit warning, I didn’t keep going so I don’t know if there is a limit above 150 -
Thanks Pookachoo, that's good to know!
댓글을 남기려면 로그인하세요.