We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eed7100 commit 6ec00abCopy full SHA for 6ec00ab
AGENTS.md
@@ -23,6 +23,11 @@ I use GameCI `unity-test-runner`.
23
- 2021.3.x (minimum baseline)
24
- 2023.2+ (generic/variance feature gate)
25
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
+
31
## Architecture guardrails
32
- Runtime surface area should remain minimal (mainly attributes / data structures).
33
- Editor implementation (PropertyDrawer/UI/type search) must stay under `Editor/`.
0 commit comments