Fixes, new readme
This commit is contained in:
parent
8d06a104d0
commit
6037dc90f1
12
README.md
12
README.md
@ -1,2 +1,14 @@
|
|||||||
# Utils
|
# Utils
|
||||||
Unity package with utility useful for almost any project.
|
Unity package with utility useful for almost any project.
|
||||||
|
|
||||||
|
## Features
|
||||||
|
* Hide the script field.
|
||||||
|
* Event Manager
|
||||||
|
* Event based.
|
||||||
|
* Call Update, FixedUpdate and LateUpdate from anywhere.
|
||||||
|
* Better performance than Unity methods.
|
||||||
|
* Automatic volume based reflection probe placer.
|
||||||
|
* Check if time has passed with the TimeSince struct.
|
||||||
|
* Camera Blender controls in the scene view.
|
||||||
|
* Package Manager Git updater.
|
||||||
|
* Append to an array.
|
@ -2,7 +2,7 @@ using System;
|
|||||||
|
|
||||||
namespace Agoxandr.Utils
|
namespace Agoxandr.Utils
|
||||||
{
|
{
|
||||||
public static class Array
|
public static class ArrayExtensions
|
||||||
{
|
{
|
||||||
public static T[] Append<T>(this T[] array, T item)
|
public static T[] Append<T>(this T[] array, T item)
|
||||||
{
|
{
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "de.agoxandr.utils",
|
"name": "de.agoxandr.utils",
|
||||||
"version": "2.6.1",
|
"version": "2.7.0",
|
||||||
"displayName": "Utils",
|
"displayName": "Utils",
|
||||||
"description": "Utility useful for almost any project.",
|
"description": "Utility useful for almost any project.",
|
||||||
"licensesUrl": "https://github.com/Agoxandr/Utils/blob/master/LICENSE.md",
|
"licensesUrl": "https://github.com/Agoxandr/Utils/blob/master/LICENSE.md",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user