AntiPattern
Scene/Component API Mismatch
unity-api-assumption-in-sandbox
Calling the wrong Scene/Component APIs makes gameplay systems silently misbehave: particle/audio effects get cut off on object destruction, and physics/raycast or component iteration fail because developers expect Unity-style methods instead of s&box Scene/trace builders.