Skip to content

Commit 6ec00ab

Browse files
committed
Update AGENTS.md
1 parent eed7100 commit 6ec00ab

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

AGENTS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ I use GameCI `unity-test-runner`.
2323
- 2021.3.x (minimum baseline)
2424
- 2023.2+ (generic/variance feature gate)
2525

26+
## How to run tests locally
27+
### EditMode
28+
Run Unity in batchmode:
29+
- `Unity -batchmode -nographics -quit -projectPath . -runTests -testPlatform editmode -testResults ./TestResults/editmode.xml`
30+
2631
## Architecture guardrails
2732
- Runtime surface area should remain minimal (mainly attributes / data structures).
2833
- Editor implementation (PropertyDrawer/UI/type search) must stay under `Editor/`.

0 commit comments

Comments
 (0)