MuharremTozan
@MuharremTozan
2 Skills
18 Total Stars
February 2026 Joined
Public Skills
context-bridge
by MuharremTozan
Start a context synchronization session between World-Building and Unity projects. Scans the current project for critical updates (lore, mechanics, assets) and update a shared context file to keep the other project informed.
unity-so-prefab-manager
by MuharremTozan
"Manages the structured relationship between ScriptableObjects (Data) and Prefabs (Logic/Visuals) in Unity 6. Follows the 'SO-to-Mono' Bridge pattern to ensure instance independence (e.g., individual health for identical robots) while maintaining a clean, data-driven architecture. Use when: (1) Creating new unit/item types, (2) Wiring SO data to Prefab MonoBehaviours, (3) Resolving data-sharing bugs where changing one SO affects all instances."