Ironcow Studio
49 posts

Ironcow Studio
@IroncowStudio
Unity Developer | Creator of Synapse Framework – Boost your workflow with automation tools
Gangdong-gu, Republic of Korea Katılım Ağustos 2025
159 Takip Edilen24 Takipçiler

If you’re using Odin Inspector,
Attribute Composer (AC) fits right in.
✔ Odin-compatible attributes
✔ Visual attribute editing
✔ Drag & reorder fields in Inspector
✔ Clean code generation (Editor-only)
Released on Unity Asset Store.
#Unity #Unity3D #EditorTool #OdinInspector
English

In Unity, just centralizing Update logic
can result in a surprisingly big performance boost.
With Synapse,
you get this optimization basically for free.
#Unity #GameDev #IndieDev #UnityTips #Optimization
English

Do you ever struggle to remember all the attributes when using Odin?
What if they were provided as a tool instead?
#Unity #UnityTools #GameDev
English

Synapse Convenience is now available!
A set of practical Unity editor tools designed to reduce repetitive workflow tasks.
▸ Scene Selector
▸ Scene Dropdown Toolbar
▸ Prefab Quick Placer
▸ RenderTexture Camera
Available now on the Unity Asset Store.
#Unity #UnityTools #GameDev
English

Synapse - Convenience (RenderTextureCamera)
youtu.be/KwHfoYNja0M
Instantly convert any camera into a RenderTexture source Perfect for mini-maps, security monitors, or in-game screens
#Unity3D #gamedev #indiedev #Rewired #InputSystem

YouTube
English
Ironcow Studio retweetledi

Synapse - Convenience (Prefab Quick Placer)
Quickly place prefabs directly in your Unity scene — no dragging, no searching, just click.
What do you think? 👀
youtu.be/6h231UAcQYA
#Unity3D #GameDev #IndieDev #EditorTools #UnityTools

YouTube
English
Ironcow Studio retweetledi

Synapse - Convenience (Scene Navigator Dropdown)
A different way to switch scenes in Unity — now directly from the toolbar dropdown!
What do you think ?
youtu.be/wDEmibXGWC0
#Unity3D #GameDev #IndieDev #EditorTools #UnityTools

YouTube
English
Ironcow Studio retweetledi

Synapse - Convenience (Scene Selector)
youtu.be/h7CwKbxKhLE
Tried building a tool for quick scene switching in Unity — what do you think? 👀
#Unity3D #GameDev #IndieDev

YouTube
English

Synapse Convenience Module launches tomorrow!
▸ Scene Selector
▸ Scene Dropdown Toolbar
▸ Prefab Quick Placer
▸ RenderTexture Camera
Built to improve workflow without getting in your way.
#Unity3D #GameDev #IndieDev #EditorTools #UnityTools
English

I just removed GetComponent from Unity.
SynapseBehaviour now auto-caches every component and returns them in O(1), GC-free with GetInstance<T>().
#unity3d #gamedev #unitytips #unitydev #indiedev #optimization #csharp #dotnet
English

Building a custom Behavior Tree Editor for Unity — GraphView + Inspector hybrid, real-time debugging, and auto layout included.
Extensions & codegen coming soon.
#Unity #GameDev #BehaviorTree #UnityTools #IndieDev #MadeWithUnity #DevLog


English

Free Excel-style ScriptableObject editor for Unity.
Search, sort, multi-copy (TSV), auto-rename, duplicate key check, Google Sheet sync.
#Unity #GameDev #UnityTools #IndieDev #DevTools #EditorTool #ScriptableObject

English

Developing an Addressable Preload Manager for Unity.
You can manage Addressables per scene — preload, label edit, group assignment, and even size analysis — all in one window.
No more juggling through multiple panels.
#Unity3D #gamedev #indiedev #Addressables

English

Working on a Scene-based Addressable Preload Editor 🔥
Drag assets from the right panel to auto-register them per scene.
Everything preloads & pools automatically on scene load.
#Unity3D #GameDev #IndieDev #EditorTools #UnityTools

English

Addressables are powerful, but async loading feels too heavy for small tasks.
So I’m building a new system that pre-maps assets by scene, preloads them after scene load, and stores them in a pool.
#Unity3D #GameDev #DevLog #SynapseFramework
English

New way to handle input in Unity.
Just add an attribute — no setup, no InputAction maps.
🎮 GC-free | Multi-key | Axis | Virtual Stick
#Unity #InputSystem #GameDev #SynapseFramework
#UnityTool #EditorTool
🔗 youtu.be/BzABUIuAP9Q

YouTube
English

I'm building an event-bus based input system on top of Unity’s old Input System.
What do you think about integrating Rewired?
#Unity3D #gamedev #indiedev #Rewired #InputSystem
English