We are utilizing behavior trees and applying the same tree across multiple enemies or NPCs in different prefabs. However, we have encountered a recurring issue where the variable values set within the behavior trees are being reset or lost, though the exact cause remains unclear. This issue has occurred multiple times, and we suspect that modifying the behavior tree may be causing the variable values to disappear across all enemies or NPCs. Could there be any details we might be overlooking?