Skip to content

Commit

Permalink
release 3.1.0
Browse files Browse the repository at this point in the history
- Encapsulated singleton features in OneAsset directory
- Added new constructors to UnityDictionary
  • Loading branch information
ErnSur committed Jul 1, 2023
1 parent b0b6fec commit d2a4f9e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions Packages/com.quickeye.utility/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ Data types, GUI Controls and Property Drawers related to time.

`System.DateTime` and .NET 6s `System.DateOnly` equivalents.

## One-Asset

A set of classes and editor UI improvements aimed to improve workflows that expect single instances of assets.
[Dedicated documentation](./OneAsset/README.md)

<img src="Documentation~/SingletonUI.png" width="70%">

## Editor

### Custom Editor Window Title Settings
Expand Down Expand Up @@ -49,13 +56,6 @@ Browser for color values used by Unity Editor.

<img src="Documentation~/EditorColorPalette.png" width="50%">

## One-Asset

A set of classes and editor UI improvements aimed to improve workflows that expect single instances of assets.
[Dedicated documentation](./OneAsset/README.md)

<img src="Documentation~/SingletonUI.png" width="70%">

## Other

### `Container` and `PoolContainer`
Expand Down
2 changes: 1 addition & 1 deletion Packages/com.quickeye.utility/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.quickeye.utility",
"displayName": "QuickEye Utility",
"version": "3.0.0",
"version": "3.1.0",
"unity": "2020.3",
"author": "Quick Eye",
"type": "library",
Expand Down

0 comments on commit d2a4f9e

Please sign in to comment.