All Projects → smkplus → Customtoolbar

smkplus / Customtoolbar

Licence: mit
CustomToolbar

Labels

Projects that are alternatives of or similar to Customtoolbar

Ilspy
.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
Stars: ✭ 14,011 (+7771.35%)
Mutual labels:  unity
Unity Dithered Transparency Shader
Unity material and shader for applying clipped, dithered transparency
Stars: ✭ 174 (-2.25%)
Mutual labels:  unity
Kinovision
Frame visualization utility for Unity
Stars: ✭ 177 (-0.56%)
Mutual labels:  unity
Slganim
木叶战记续作
Stars: ✭ 172 (-3.37%)
Mutual labels:  unity
Unity Xboxctrlrinput
XboxCtrlrInput is a C# wrapper for Unity3D that aims to handle Xbox 360 controller input with multiple controllers on multiple platforms
Stars: ✭ 173 (-2.81%)
Mutual labels:  unity
Cloudonce
Unified Game Services API for Unity
Stars: ✭ 175 (-1.69%)
Mutual labels:  unity
Rimlight
Customizable rimlight shader for Unity that includes pulsation and noise scrolling. Give your scenes that extra oomph!
Stars: ✭ 170 (-4.49%)
Mutual labels:  unity
Unity Design Pattern
🍵 All Gang of Four Design Patterns written in Unity C# with many examples. And some Game Programming Patterns written in Unity C#. | 各种设计模式的Unity3D C#版本实现
Stars: ✭ 2,600 (+1360.67%)
Mutual labels:  unity
Unitydxrtest
A testbed project for Unity real-time ray tracing features
Stars: ✭ 172 (-3.37%)
Mutual labels:  unity
Crest
An advanced ocean system implemented in Unity3D
Stars: ✭ 2,364 (+1228.09%)
Mutual labels:  unity
Threedscans
Scanned statue models from the Three D Scans project, optimized for real-time rendering use.
Stars: ✭ 172 (-3.37%)
Mutual labels:  unity
Nvjob Water Shader Simple And Fast
#NVJOB Simple Water Shaders. Free Unity Asset.
Stars: ✭ 172 (-3.37%)
Mutual labels:  unity
Ssrt
Real-time indirect diffuse illuminaton using screen-space information for Unity.
Stars: ✭ 176 (-1.12%)
Mutual labels:  unity
Addressableassetswebinar
Stars: ✭ 171 (-3.93%)
Mutual labels:  unity
Unity Easinglibraryvisualisation
Front end visualisation of 40 common easing equations.
Stars: ✭ 178 (+0%)
Mutual labels:  unity
Unitymobileinput
Unity mobile Input plugin for iOS and Android (Unity UI compatible)
Stars: ✭ 170 (-4.49%)
Mutual labels:  unity
Shaders
A collection of shaders written in CG/ShaderLab for Unity.
Stars: ✭ 173 (-2.81%)
Mutual labels:  unity
Unityexplorer
An in-game explorer and a suite of debugging tools for IL2CPP and Mono Unity games, to aid with modding development.
Stars: ✭ 172 (-3.37%)
Mutual labels:  unity
Behaviac
behaviac is a framework of the game AI development, and it also can be used as a rapid game prototype design tool. behaviac supports the behavior tree, finite state machine and hierarchical task network(BT, FSM, HTN)
Stars: ✭ 2,294 (+1188.76%)
Mutual labels:  unity
Bobbin
small Unity editor tool that can automatically download and import Google Docs or Sheets (or anything with a URL) into your Unity project; perfect for collaborating with designers, writers, or translators
Stars: ✭ 176 (-1.12%)
Mutual labels:  unity

CustomToolbar

Unity 2019.4+ License: MIT

based on this marijnz unity-toolbar-extender. Also avaliable on Asset Store. Please, review it to make it more popular

image

Why you should use the CustomToolbar?

This custom tool helps you to test and develop your game easily

Installation

(For Unity 2018.3 or later) Using OpenUPM

This package is available on OpenUPM.
You can install it via openupm-cli.

openupm add com.smkplus.customtoolbar

(For Unity 2019.2 or later) Through Unity Package Manager

  • MenuItem - Window - Package Manager
  • Add package from git url
  • paste https://github.com/smkplus/CustomToolbar.git#master

(For Unity 2018.3 or later) Using Git

Find the manifest.json file in the Packages folder of your project and add a line to dependencies field. "com.smkplus.customtoolbar": "https://github.com/smkplus/CustomToolbar.git#master" Or, use UpmGitExtension to install and update the package.

For Unity 2018.2 or earlier

  1. Download a source code zip this page
  2. Extract it
  3. Import it into the following directory in your Unity project
    • Packages (It works as an embedded package. For Unity 2018.1 or later)
    • Assets (Legacy way. For Unity 2017.1 or later)

From Unity Asset Store

  1. https://assetstore.unity.com/packages/tools/utilities/custom-toolbar-189047
  2. Add it to project as usual

Sample scenes to test

You can import sample scenes from package manager.

image


Scene selection dropdown to open scene in editor. Scenes in build have unity icon while selected and appear above splitter in list

image


when you want to clear all playerprefs you have to follow 3 step:

image

but you can easily Clear them by clicking on this button:

image


another button relevant to saving is this button that prevents saving during the gameplay. because sometimes you have to Clear All playerprefs after each test so you can enable this toggle:

Enable Playerprefs:

image

Disable Playerprefs:

image


you can restart the active scene by this button:

image


suppose you want to test your game so you should start game from scene 1(Menu):

image

you have to find scene 1 (Menu):

image

then you should start the game:

image

this button is shortcut to start the game from scene 1:

image


I usually test my games by changing timescale.

image


Also it usefull to test your game with different framerates, to be sure that it is framerate-independent.

image


Button to recompile scripts. Usefull when you working on splitting code into .asmdef

image


Force reserialize selected(in project window) assets. What it does - https://docs.unity3d.com/ScriptReference/AssetDatabase.ForceReserializeAssets.html

image


Force reserialize all assets. Same as previous, but for all assets and takes some time. Use this after adding new asset or updating unity version in order to not spam git history with unwanted changes.

image


You can customize the toolbar on Project Setting

Images~/ProjectSetting-CustomToolbar.png


How to Contribute

Development directory:

  1. Create a project through Unity Hub.
  2. clone repository at Package folder at root of project.
  3. edit codes with your IDE.

image

image

image

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].