Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
marwie committed Sep 23, 2024
1 parent 267ac50 commit 1b9f2d4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions package/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ 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).

## [0.19.6-pre] - 2024-09-23
### Added
- ShaderToy Face Filter example scene

### Fixed
- Face Filter now automatically load the best LOD level (if mesh or texture lods are enabled)

### Changed
- Needle Engine Samples AssemblyDefinition file is now set to auto referenced which means that generated code will be able to reference sample scripts without having to setup a AssemblyDefintion manually.

## [0.19.5-pre] - 2024-09-19
### Added
- MX Ink Pen and Sword sample
Expand Down
2 changes: 1 addition & 1 deletion package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "com.needle.engine-samples",
"displayName": "Needle Engine Samples",
"description": "Sample projects for Needle Engine, covering a wide range of use cases and technologies.",
"version": "0.19.5-pre",
"version": "0.19.6-pre",
"type": "sample",
"unity": "2021.3",
"author": {
Expand Down

0 comments on commit 1b9f2d4

Please sign in to comment.