From f339f201a26f36375801ded7f22b5b4cf17c460a Mon Sep 17 00:00:00 2001 From: parkchamchi Date: Sun, 26 Nov 2023 22:23:44 +0900 Subject: [PATCH] v0.9.1-beta.2 --- DEPTH/Assets/Assets/README.txt | 2 +- DEPTH/Assets/Scripts/Utils/DepthFileUtils.cs | 2 +- DEPTH/ProjectSettings/ProjectSettings.asset | 2 +- DEPTH/depthpy/depth.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/DEPTH/Assets/Assets/README.txt b/DEPTH/Assets/Assets/README.txt index 9f61746..b9ad839 100644 --- a/DEPTH/Assets/Assets/README.txt +++ b/DEPTH/Assets/Assets/README.txt @@ -1,4 +1,4 @@ -DepthViewer v0.9.1-beta.1 +DepthViewer v0.9.1-beta.2 Right mouse key: hides the UI. WASD: rotate the mesh. diff --git a/DEPTH/Assets/Scripts/Utils/DepthFileUtils.cs b/DEPTH/Assets/Scripts/Utils/DepthFileUtils.cs index 4c430d2..a4c03df 100644 --- a/DEPTH/Assets/Scripts/Utils/DepthFileUtils.cs +++ b/DEPTH/Assets/Scripts/Utils/DepthFileUtils.cs @@ -9,7 +9,7 @@ using UnityEngine; public static class DepthFileUtils { - public const string Version = "v0.9.1-beta.1"; + public const string Version = "v0.9.1-beta.2"; public const string DepthExt = ".depthviewer"; diff --git a/DEPTH/ProjectSettings/ProjectSettings.asset b/DEPTH/ProjectSettings/ProjectSettings.asset index e266725..5164a04 100644 --- a/DEPTH/ProjectSettings/ProjectSettings.asset +++ b/DEPTH/ProjectSettings/ProjectSettings.asset @@ -136,7 +136,7 @@ PlayerSettings: 16:10: 1 16:9: 1 Others: 1 - bundleVersion: v0.9.1-beta.1 + bundleVersion: v0.9.1-beta.2 preloadedAssets: - {fileID: 0} - {fileID: 0} diff --git a/DEPTH/depthpy/depth.py b/DEPTH/depthpy/depth.py index a49e1da..164b5d5 100644 --- a/DEPTH/depthpy/depth.py +++ b/DEPTH/depthpy/depth.py @@ -21,7 +21,7 @@ from midas.model_loader import default_models, load_model -VERSION = "v0.9.1-beta.1" +VERSION = "v0.9.1-beta.2" class ModelParams(): #this might as well just be a dictionary rather than a class