Destroy only one of two identical objects
-
It's possible, yes. Use exclusive gates, so that only one will trigger at a time. Here are my tutorials on what exclusive gates are and how to use them: https://www.youtube.com/playlist?list=PLX3qX-yI9vm579mjYl7BFupaMzuQxL4yJ
-
Thank you! 😀
-
It took a while before I got it to work. And yesterday I found a bug.
In the game, I need to pick up keys to open doors, and every key I pick up will be added to the same key slot. When I open a door, only one key in the key slot will be destroyed, but sometimes the key in the scene was destroyed. I solved this using a trigger on the key slot which is looking for a tag on the key, so now is working.
Thank you! 😀
-
Glad it's working for you :D
請登入寫評論。