Hi there-
How would I go about deleting the entire list of preset labels for popup variables? I have "accidentally" come across it before, but now I cannot seem to find where or how I did it!
For context, I reuse games' managers from project to project, including the Variables Manager. Unfortunately, in the last game, I had maxed out the number of popup variables' preset labels. I would like to just delete them all instead of renaming and re-labeling the slots.
This is the list I want to delete:
Help?!
AC 1.79.3
Unity 2022.3.48f1
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
I wouldn't recommend sharing Managers across projects, unless you need certain data to be linked between them.
Removing popup presets is a bit tricky - you'll need to view the Variables Manager asset file's Inspector (not as it appears in the Game Editor window), and reduce the "Pop Up Label Data" List length to 0.
That worked perfectly - thank you!