Remove ProgrammedMovementsSetup - scene already configured

Made-with: Cursor
This commit is contained in:
Leo Qu
2026-02-28 21:58:51 -05:00
parent 6d01c8c532
commit 7d935bd168
3 changed files with 1 additions and 591 deletions

View File

@@ -40,7 +40,7 @@ public class ProgrammedMovementsController : MonoBehaviour
ResolveReferences();
if (_bannerRoot == null)
{
Debug.LogError("[ProgrammedMovements] timelineRoot not set. Run Tools > ProgrammedMovements > Setup UI Hierarchy in the Editor.");
Debug.LogError("[ProgrammedMovements] timelineRoot not set. Assign it in the Inspector.");
return;
}
EnsureTimelineViewShown();