Skip to content

Commit b984a5e

Browse files
committed
bump version
1 parent ec49794 commit b984a5e

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

Packages/com.doji.genesis/CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,21 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## [0.1.0] - 2023-02-23
9+
10+
### Added
11+
12+
- Add option to extract mesh from a DepthSkybox object.
13+
14+
### Changed
15+
16+
- Rotate and mirror the output of depth estimation so it matches the input texture.
17+
818
## [0.0.2] - 2023-02-23
919

1020
### Fixed
1121

1222
- 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.
1323

14-
1524
## [0.0.1] - 2023-02-22
1625
Initial Release

Packages/com.doji.genesis/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.doji.genesis",
3-
"version": "0.0.2",
3+
"version": "0.1.0",
44
"displayName": "Genesis",
55
"description": "An AI-powered world building and prototyping tool.",
66
"dependencies": {

ProjectSettings/ProjectSettings.asset

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ PlayerSettings:
134134
16:10: 1
135135
16:9: 1
136136
Others: 1
137-
bundleVersion: 0.0.2
137+
bundleVersion: 0.1.0
138138
preloadedAssets: []
139139
metroInputSource: 0
140140
wsaTransparentSwapchain: 0

0 commit comments

Comments
 (0)