https://github.com/vysinsky/unity-example-package
https://github.com/vysinsky/unity-example-package
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/vysinsky/unity-example-package
- Owner: vysinsky
- Created: 2021-05-11T18:42:46.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-11T19:23:37.000Z (about 5 years ago)
- Last Synced: 2025-02-05T03:37:57.436Z (over 1 year ago)
- Language: C#
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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