I have a game that a boss has severals shield parts, so i need to destroy a specific shield, but they are all on a container, so when i destroy it all the container objects get destroyed, is there a way to destroy a specific container obj?
Why don't you make it invisible?
And your bullet only hit the visible parts.
Develop games in your browser. Powerful, performant & highly capable.
This would go against the very reason of having containers in the first place.
So as suggested, rendering object "invisible" & disabling collusions would be the best solution.
that workedperfectly