Common-ka

10 mods across 2 repositories, 40 stars between them.

index

01

Common-ka/ai-agent-unity-rules

Cursor rule Cursor

This project uses Unity 6.2 (LTS 2025) with modern systems and architectural approaches.

39 8mo ago A 392 tokens original MIT

code-organization

02

Common-ka/ai-agent-unity-rules

Cursor rule Cursor

Assets/ ├── !Project/ # Main project content (! keeps it at top) │ ├── Art/ │ │ ├── Materials/ │ │ ├── Models/ │ │ ├── Textures/ │ │ └── Animations/ │ ├── Audio/ │ │ ├── Music/ │ │ ├── SFX/ │ │ └── Mixers/ │ ├── Prefabs/ │ │ ├── Characters/ │ │ ├── Environment/ │ │ ├── UI/ │ │ └── Effects/ │ ├── Scenes/ │ │ ├──…

39 8mo ago A 1,948 tokens original MIT

unity-architecture

03

Common-ka/ai-agent-unity-rules

Cursor rule Cursor

🎮 Production-ready AI rules for Unity 6.2+. Single Source of Truth for Cursor (.cursor) and Google Antigravity (.agent) with auto-sync workflow.

39 8mo ago A 7 tokens copy · 100% MIT

unity-networking

07

Common-ka/ai-agent-unity-rules

Cursor rule Cursor

Cursor rule "unity-networking" from Common-ka/ai-agent-unity-rules, covering netcode for gameobjects and networkbehaviour.

39 8mo ago A 5 tokens original MIT

unity-performance

08

Common-ka/ai-agent-unity-rules

Cursor rule Cursor

Cursor rule "unity-performance" from Common-ka/ai-agent-unity-rules, covering unity performance rules, update/fixedupdate/lateupdate, usage rules, object pooling (unityengine.pool) and addressables (not resources).

39 8mo ago A 2 tokens original MIT

unity-ui

10

Common-ka/ai-agent-unity-rules

Cursor rule Cursor

Assets/ ├── UI/ │ ├── Runtime/ │ │ ├── Controllers/ │ │ │ └── MainMenuController.cs │ │ ├── Views/ │ │ │ └── MainMenuView.cs │ │ ├── ViewModels/ │ │ │ └── HealthViewModel.cs │ │ ├── UXML/ │ │ │ └── MainMenu.uxml │ │ └── USS/ │ │ └── MainMenu.uss │ └── Editor/ │ └── UIBuilderExtensions.cs.

39 8mo ago A 0 tokens original MIT