Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/artempindrus/unityextended.core

Package that provides extensions and utilities I find useful when developing 3D games in Unity.
https://github.com/artempindrus/unityextended.core

csharp unity unity3d

Last synced: 10 days ago
JSON representation

Package that provides extensions and utilities I find useful when developing 3D games in Unity.

Awesome Lists containing this project

README

        

# UnityExtended (Core)
Package that provides extensions and utilities I find useful when developing 3D games in Unity.
Made for personal use and expanded to public, so don't expect any support, but don't hesitate to contact me.

Use it for anything. Commercial use as well. No credits required.

The code is thoroughly documented. If you wonder what any method or utility does - just read the summary on the definition.

# Dependencies
- [EditorAttributes](https://github.com/v0lt13/EditorAttributes)

# Supported versions:
- Unity 6+

# Modules
Some parts of package are optional and are installed separately.
- [UnityExtended.AI](https://github.com/ArtemPindrus/UnityExtended.AI/tree/main)

# Installation
- Install all the [Dependencies](#dependencies).
- Clone repository into desired folder inside Assets folder of your project. (the same applies for modules)