All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- A skeleton set of C# scripts and tests for the Editor/ and Runtime/ environments.
- A barebones package manifest to inform Unity of the package's information.
- A documentation file (
Example.md
) that is found by the Unity Package Manager. - Initial
README
andCHANGELOG
files to track project status. - Empty
LICENSE
file to remind me to eventually include an appropriate license. - A very simple
.gitignore
to explicitly reinclude all*.meta
files.