ZionGames Docs

Home / Getting Started

๐Ÿš€ Getting Started

Assembly Definitions

ZionTPS uses Assembly Definitions (.asmdef). When integrating in your own project scripts, reference the correct runtime assembly name.

ZionTPS assembly name
ZionGames.ZionTPS.Runtime
Common issue: If you see "type or namespace not found" errors after adding references, check that your .asmdef references match the exact name field inside the package .asmdef file โ€” not the filename.

Checklist

  • Reference ZionGames.ZionTPS.Runtime in your gameplay assembly
  • Confirm the package imported successfully
  • Wait for Unity recompilation to complete
  • Ensure there are no duplicate script definitions