Skip to content

Unity extensions and utilities for Opt

Notifications You must be signed in to change notification settings

ComradeVanti/UnityOptExtensions

Repository files navigation

Unity Opt extensions

openupm

Unity-extensions and utilities for Opt

Found any issues? Post them here.

Want to see the Changelog? Its here.

⚠️ Development is paused ⚠️
No new features will be added or bugs fixed unless requested through an issue.
If you wish to fork this repository and continue the work, you are very welcome to do so.

Features

Additionally to all features included in the Opt package you will also have access to extensions and utilities which allow you to better deal with missing values in Unity, such as by using TryGetComponent instead of GetComponent.

All features are listed here.

If you have ideas for more, let me know .

Installation

The quickest way is to install via OpenUPM using openupm add dev.comradevanti.opt-unity.

Or install manually as git dependency from https://github.com/ComradeVanti/UnityOptExtensions.git or download as zip and import locally. If you decide to install manually, make sure your project includes the following scoped registry:

{
  "name": "package.openupm.com",
  "url": "https://package.openupm.com",
  "scopes": [
    "com.openupm",
    "dev.comradevanti.opt-unity",
    "dev.comradevanti.rect-constraints",
    "org.nuget.comradevanti.csharptools.opt"
  ]
}