Skip to content

UIDock is a library to create advanced user interface windows in Unity3D. These interfaces allow for floating windows, drag-and-drop docking, sash resizing, and notebook tabs - similar to many advanced IDEs and other types of editors.

Notifications You must be signed in to change notification settings

Reavenk/UIDock_Core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UIDock

UIDock is a library to create advanced user interface windows in Unity3D. These interfaces allow for floating windows, drag-and-drop docking, sash resizing, and notebook tabs - similar to many advanced IDEs and other types of editors.

Explanation

Below is a link to a basic explanation of how the datastructures are managed to create the advanced UI functionality. https://pixeleuphoria.com/blog/index.php/notes-on-docking-splitter-auis/

How To Use

To use, add the Root object to a GameObject under the UI Canvas of a project. The Root script derives off the UI image so the GameObject cannot have any UI Graphics inside of it. Then assign it a Props member value - see the section below for more information on Props.

This repository is the library and does not come with its own Unity project or examples. For examples, see the development repository at https://github.com/Reavenk/UIDock_Dev. It comes with this repo as a submodule.

How To Modify

Assigned of different layout variables and assets is done in a DockProps file. It is a scriptable object that can be created from Assets>Create>PxPre>DockProps. There is already a sample DockProps with test sprites included in the folder SampleProp.

In order to use a DockProp, they need to be assigned to a Root's Prop variable in the inspector.

License

MIT License

Copyright (c) 2021 Pixel Precision, LLC

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

UIDock is a library to create advanced user interface windows in Unity3D. These interfaces allow for floating windows, drag-and-drop docking, sash resizing, and notebook tabs - similar to many advanced IDEs and other types of editors.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages