diff --git a/CHANGELOG.md b/CHANGELOG.md index 31d5030..0400d04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this package will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [1.1.0] - 2022-11-27 +- Add 3D Mouse Pointer +- Add a few simple light materials +- Cached Data can now store variants (e.g. different hits per layer mask in a single frame) + ## [1.0.0] - 2022-11-26 - Initial release. - Prefabs diff --git a/README.md b/README.md index 613d14d..c499272 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,13 @@ your git repository is inside your Unity project: ## Scripts +### Mouse Pointer + +Simple mouse pointer. Has two modes: + +* World plane (with Y position of 0) +* Physics collision (collides with everything) + ### Camera Controller Adds WASD controls to the camera, as well as Q/E for rotation and wheel for zoom.