Giter Site home page Giter Site logo

mybox's Introduction

MyBox

openupm License: MIT

MyBox is a set of tools, features and extensions for Unity.
It is MyBox. Now it's yours too ๐Ÿ™Œ

Installation:

Install via OpenUPM

The package is available on the openupm registry. You may install it via openupm-cli.

openupm add com.domybest.mybox

Install via Git URL

You may install MyBox via Unity Package Manager:
Open Packages/manifest.json file in your project folder and put this line along with other dependencies

"com.domybest.mybox": "https://github.com/Deadcows/MyBox.git"

Note how the comma lies at the end of every line in dependencies, except of the last line!

To update, use Tools->MyBox->MyBox Window
MyBox will notify on new versions ๐Ÿค—

โ•If you got problems with update process simply remove "lock" section at the end of your Packages/manifest.json file. This will force Unity to redownload all git packages:

...or simply put MyBox folder downloaded from git somewhere under your Assets folder ๐Ÿคจ


Tons of images below ๐Ÿ‘‡

AutoProperty โ€” Assign fields automatically
ButtonMethod โ€” Display button in inspector
ConditionalField โ€” Conditionally display property in inspector, based on some other property value
ConstantsSelection โ€” Popup of const, readonly or static fields and properties
DefinedValues โ€” Display Dropdown with predefined values
DisplayInspector โ€” Display one inspector inside of another
Foldout โ€” Group your fields in inspector
InitializeField โ€” Field that is not editable in playmode
Tag, Layer, SpriteLayer โ€” Dropdown with Tags, Layers or SpriteLayers
MinMaxRange, RangedFloat and RangedInt โ€” Ranged sliders
MustBeAssigned โ€” Automatically checks if field is assigned
PositiveValueOnly โ€” Prohibit values below zero
ReadOnly โ€” Draw property with disabled GUI
RequireTag and RequireLayer โ€” Automatically set Tag and Layer
SearchableEnum โ€” Nice UI for enums with lots of elements
Separator โ€” Draw separator with or without title


AssetPressetPreprocessor โ€” Conditionally apply Presets to your assets on import

TimeTest โ€” Measure performance with simple api
IPrepare โ€” Easy way to replace caching, calculations and asserts from playmode
Features โ€” Cleanup Empty Directories, AutoSave feature, Hotkeys
UnityEvent Inspector โ€” Allows you to fold and reorder event subscribers


Guid Component โ€” Generate unique and persistent IDs
SceneReference Component โ€” Reference scene with Scene asset in inspector
ActivateOnStart Component โ€” Set state of specific GO on game start
AnimationStateReference โ€” Specify AnimationClip on object with Animator
AssetPath and AssetFolderPath โ€” Inspector button to browse for folder or asset under Assets folder
Billboard Component โ€” Force object to always face camera
ColliderGizmo Component โ€” Highlight colliders and triggers in SceneView
FPSCounter Component โ€” Display FPS counter on Playmode
MyCursor โ€” Nice way to set cursor with hotspot
MyDictionary โ€” Serializable Dictionary
MinMaxInt and MinMaxFloat โ€” Asserts that Max => Min with handy inspector drawer
Optional and OptionalMinMax โ€” Optionally assignable values
Reorderable Collections โ€” Reorder your collections in inspector


//TODO: Extensions, Unfinished tools

mybox's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.