I’m running into my own bugs where not all my tagged items (collectible devices) are getting recognized in Verse iteration loop…
Dunno if they are related
Tried it. Even deleted related folders at “%user%/AppData/Local/” and again tested with a new blank project. Same result.
It started in my first project after the new season update and what maybe related - my brother transferred this project to me at Creators Portal. And he also has this bug.
Checked my older projects, now they have it too.
Oh thanks for looking! Yeah I figured out my error and it was really weird, but it turns out my tagged items were working all along!
What happened was I was testing some functions (with Print messages to debug) to iterate over the tagged items, and at some point the Print function was not showing any more messages, leading me to think the code was stuck in a loop and/or not seeing all tags in the group. But then I caught a quick error message in the playtest that said the Print function was being throttled. I think what happened was I was printing in too many for loops and that just caused Print to spazz out and not print.
Anywho long story short yup! All is good. Thanks for trying it out and showing example code too!