release v0.0.2
audio cackle has been defeated!!
This commit is contained in:
parent
404ba1d981
commit
de43c9b93d
File diff suppressed because one or more lines are too long
|
|
@ -1,8 +1,8 @@
|
|||
using System;
|
||||
|
||||
public static class AppInfo {
|
||||
public const string Version = "1.0.8";
|
||||
public static readonly DateTime Date = new DateTime(2024, 02, 01, 03, 33, 35, 379, DateTimeKind.Utc);
|
||||
public const string Version = "1.0.9";
|
||||
public static readonly DateTime Date = new DateTime(2024, 02, 01, 06, 05, 21, 727, DateTimeKind.Utc);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -44,6 +44,7 @@ public class HeavenRecorderController : MonoBehaviour
|
|||
{
|
||||
File.Delete("C:/Users/pikmi/Downloads/temp.mp4");
|
||||
}
|
||||
audioRenderer.Clear();
|
||||
audioRenderer.Rendering = true;
|
||||
print("recording started!");
|
||||
recorder.enabled = true;
|
||||
|
|
|
|||
|
|
@ -134,7 +134,7 @@ PlayerSettings:
|
|||
16:10: 1
|
||||
16:9: 1
|
||||
Others: 1
|
||||
bundleVersion: 1.0.8
|
||||
bundleVersion: 1.0.9
|
||||
preloadedAssets:
|
||||
- {fileID: 102900000, guid: 5348c08b82446e0478cee8bda6c02cfc, type: 3}
|
||||
metroInputSource: 0
|
||||
|
|
@ -158,11 +158,11 @@ PlayerSettings:
|
|||
applicationIdentifier:
|
||||
Standalone: com.RHeavenStudio.Heaven-Studio
|
||||
buildNumber:
|
||||
Standalone: 100008
|
||||
Standalone: 100009
|
||||
iPhone: 0
|
||||
tvOS: 0
|
||||
overrideDefaultApplicationIdentifier: 0
|
||||
AndroidBundleVersionCode: 100008
|
||||
AndroidBundleVersionCode: 100009
|
||||
AndroidMinSdkVersion: 22
|
||||
AndroidTargetSdkVersion: 0
|
||||
AndroidPreferredInstallLocation: 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue