Files

27 lines
954 B
Markdown
Raw Permalink Normal View History

reviewer: Codex Game Studio seed review
2026-06-17 20:19:36 +00:00
date: 2026-06-17
source-link: https://docs.unity3d.com/Manual/index.html
engine: unity
version-reviewed: 6000.0
tags: unity,gameplay
roles: gameplay-programmer,engine-programmer,tools-programmer,technical-artist
workflows: prototype,bugfix,architecture-review,qa-plan
2026-06-17 18:47:15 +10:00
2026-06-17 20:19:36 +00:00
# Unity Gameplay Implementation Reference
2026-06-17 18:47:15 +10:00
2026-06-17 20:19:36 +00:00
## Purpose
2026-06-17 18:47:15 +10:00
2026-06-17 20:19:36 +00:00
Guide gameplay code with engine-native runtime patterns and verification evidence.
2026-06-17 18:47:15 +10:00
2026-06-17 20:19:36 +00:00
## Guidance
2026-06-17 18:47:15 +10:00
2026-06-17 20:19:36 +00:00
- Keep gameplay state deterministic where practical.
- Separate authored content from generated/runtime data.
- Prefer small feature slices with direct playtest or automated validation.
2026-06-17 18:47:15 +10:00
2026-06-17 20:19:36 +00:00
## Validation
2026-06-17 18:47:15 +10:00
- Prefer project-local engine commands and Codex Game Studio project validation before readiness claims.
2026-06-17 20:19:36 +00:00
- Record unknown version-specific behavior as a risk instead of presenting it as confirmed.
- Keep this reference selected by relevance; do not load every engine reference for one task.