Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
julienkay committed Feb 23, 2023
1 parent ec49794 commit b984a5e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion Packages/com.doji.genesis/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,21 @@ All notable changes to this project 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.1.0] - 2023-02-23

### Added

- Add option to extract mesh from a DepthSkybox object.

### Changed

- Rotate and mirror the output of depth estimation so it matches the input texture.

## [0.0.2] - 2023-02-23

### Fixed

- Fixed depth calculations. Absolute depth is now inferred from inverse depth by exposing a scale factor as a material property. This should get rid of distorted areas near the poles and depth in general should feel be more correct.


## [0.0.1] - 2023-02-22
Initial Release
2 changes: 1 addition & 1 deletion Packages/com.doji.genesis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.doji.genesis",
"version": "0.0.2",
"version": "0.1.0",
"displayName": "Genesis",
"description": "An AI-powered world building and prototyping tool.",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ PlayerSettings:
16:10: 1
16:9: 1
Others: 1
bundleVersion: 0.0.2
bundleVersion: 0.1.0
preloadedAssets: []
metroInputSource: 0
wsaTransparentSwapchain: 0
Expand Down

0 comments on commit b984a5e

Please sign in to comment.