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

https://github.com/vysinsky/unity-example-package


https://github.com/vysinsky/unity-example-package

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Unity Example Package

This example package is used [in this example project](https://github.com/vysinsky/Unity-Package-Example-Project).

Important things when building a package:

## Package name does not have start with .com

The [official documentation](https://docs.unity3d.com/Manual/cus-naming.html) states package name has to start with `com.`. This package is evidence that also `cz.`.

## Package and folder names must match

When building package in project as [Embedded package](https://docs.unity3d.com/Manual/CustomPackages.html#EmbedMe) it is important to match folder name in Packages directory with real package name defined in package.json