Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Yakvi committed Nov 27, 2022
1 parent c0acd34 commit b6b329a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b6b329a

Please sign in to comment.