Krixus Similar for the "Type Box". I have set it up for "tabs" but it is not spawning the prefab defined in "Type Content Layout", instead it is spawning the default tab prefabs that I have defined in UI System/Default UI Prefabs. I want to be able to override the tabs with another type of prefab for the tab, currently I can't, is it pulling from somewhere else or is this a bug?
Acissathar @Krixus Make sure your prefab has the UI Tab Button component on it and setup. If it doesn't, ORK will use the default button instead IIRC
gamingislove Yes, the prefab's setup must match the input it's displayed for - for a tab button it has to use the correct component (UI Tab Button), so you can't use a regular button prefab for a tab.
Krixus gamingislove Ahh...thanks, that was it, I duplicated a prefab that was a button lol, didn't realize the tab component, thanks!