Setting multiple user data values at once in Xcode Scene Editor

138 views Asked by At

I'm assigning user data values for many sprites in Xcode's SpriteKit Scene Editor. It's time-consuming and more difficult to set the user data for one sprite at a time. I'm wondering if there is a way to select multiple sprites in the editor and assign a user data value to all of them at once.

enter image description here

I tried doing this, but user data only gets set for the first sprite selected. Unfortunately, setting user data in code is not an option in this situation. Does anyone know a better way to do this in the editor? My research suggests not, but I'm wondering if I may have overlooked something.

0

There are 0 answers