UNITY BRIDGE MANAGEMENT¶
CRITICAL WORKFLOW REQUIREMENT¶
MANDATORY: After ANY Unity-related work or code changes, you MUST ALWAYS follow this complete workflow: 1. Compile Unity project 2. Retrieve logs to check for errors 3. Validate - if errors exist, fix them and repeat from step 1 4. Continue until there are zero compilation errors
This workflow is 100% REQUIRED and must be executed every single time work is completed on Unity-related files.
MANDATORY POST-WORK WORKFLOW¶
EVERY TIME you complete Unity-related work, execute this sequence:
-
Check server health:
-
Trigger compilation:
-
Retrieve and check logs:
-
If errors exist:
- Fix the reported errors
- Return to step 2 (compile again)
-
Repeat until NO errors remain
-
Only proceed when:
- Compilation succeeds without errors
- Logs show no error messages
- Unity is in a stable state