Skip to content

Commit e006593

Browse files
committed
bump version
1 parent 53031f6 commit e006593

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

Packages/com.doji.genesis/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.3] - 2023-03-07
9+
10+
### Fixed
11+
12+
- Fixed possible IndexOutOfRangeException with bilinear depth sampling when extracting meshes.
13+
814
## [0.1.2] - 2023-02-24
915

1016
### Fixed

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.1.2",
3+
"version": "0.1.3",
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.1.2
137+
bundleVersion: 0.1.3
138138
preloadedAssets: []
139139
metroInputSource: 0
140140
wsaTransparentSwapchain: 0

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ You're welcome to provide feedback here on GitHub, [Twitter](https://twitter.com
1717
This package requires Unity 2020 or newer and uses the Built-in Render Pipeline.
1818

1919
## Installation
20-
Go to the [release section](https://github.com/julienkay/genesis/releases), download the Unity Package, and import it into any Unity project.
20+
Go to the [releases section](https://github.com/julienkay/genesis/releases), download the Unity Package, and import it into any Unity project.
2121
The package is a 'Hybrid Package', so it will install into your Packages folder as a local package.
2222

2323
## Usage
24-
- Generate a skybox using [SkyboxLabs](https://skybox.blockadelabs.com/). Use the 'Share' Button to get a link with the ID.
24+
- Generate a skybox using SkyboxLabs(https://skybox.blockadelabs.com/). Use the 'Share' Button to get a link with the ID.
2525
- Back in Unity, use the menu *Genesis -> Import from Skybox Lab via ID*, enter the ID and hit *Import*
2626

2727
![menu_crop](https://user-images.githubusercontent.com/26555424/222116668-8b705af4-6674-4225-9664-f6313b1a72c2.png)

0 commit comments

Comments
 (0)