Skip to content

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:

  1. Check server health:

    ~/.claude/custom-scripts/unity_bridge.sh health
    

  2. Trigger compilation:

    ~/.claude/custom-scripts/unity_bridge.sh compile
    

  3. Retrieve and check logs:

    ~/.claude/custom-scripts/unity_bridge.sh logs
    

  4. If errors exist:

  5. Fix the reported errors
  6. Return to step 2 (compile again)
  7. Repeat until NO errors remain

  8. Only proceed when:

  9. Compilation succeeds without errors
  10. Logs show no error messages
  11. Unity is in a stable state