Skip to Content
We're rolling out the first batch of Game UIs right now, and it might take a few days to fully wrap up. If you're already testing the UI comps, we'd love to hear any feedback you've got! 🙏
UI DocsOverview

OneJS Game UIs is a growing set of ready-to-use UI components built for devs who want clean, fast, and tweakable UIs without reinventing the wheel. Whether you’re prototyping or shipping, it’ll definitely save you a ton of time.

Getting Started

All the Game UI code comes bundled as a premade-uis.tgz file in your OneJS Asset Store package. You don’t need to unpack it manually. Just make sure it’s somewhere under your Unity project’s Assets/ folder.

To drop all the components into your project, run the following from your {WorkingDir}:

npx oj add all

This dumps everything into {WorkingDir}/comps/. Similar vibe to shadcn: local files, no node_modules, fully editable, and version-controllable.