Skip to content

Commit 54271cd

Browse files
committed
bump version
1 parent 34aa57a commit 54271cd

File tree

3 files changed

+32
-5
lines changed

3 files changed

+32
-5
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.2.0] - 2023-03-28
9+
10+
### Removed
11+
12+
- Renoved the option to import skyboxes directly via their ID.
13+
814
## [0.1.3] - 2023-03-07
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.3",
3+
"version": "0.2.0",
44
"displayName": "Genesis",
55
"description": "An AI-powered world building and prototyping tool.",
66
"dependencies": {

ProjectSettings/ProjectSettings.asset

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
--- !u!129 &1
44
PlayerSettings:
55
m_ObjectHideFlags: 0
6-
serializedVersion: 23
6+
serializedVersion: 24
77
productGUID: d7a21690942f10f488a87a8473e83087
88
AndroidProfiler: 0
99
AndroidFilterTouchesWhenObscured: 0
@@ -134,7 +134,7 @@ PlayerSettings:
134134
16:10: 1
135135
16:9: 1
136136
Others: 1
137-
bundleVersion: 0.1.3
137+
bundleVersion: 0.2.0
138138
preloadedAssets: []
139139
metroInputSource: 0
140140
wsaTransparentSwapchain: 0
@@ -364,10 +364,13 @@ PlayerSettings:
364364
m_Kind: 0
365365
m_SubKind:
366366
m_BuildTargetBatching: []
367+
m_BuildTargetShaderSettings: []
367368
m_BuildTargetGraphicsJobs: []
368369
m_BuildTargetGraphicsJobMode: []
369370
m_BuildTargetGraphicsAPIs: []
370371
m_BuildTargetVRSettings: []
372+
m_DefaultShaderChunkSizeInMB: 16
373+
m_DefaultShaderChunkCount: 0
371374
openGLRequireES31: 0
372375
openGLRequireES31AEP: 0
373376
openGLRequireES32: 0
@@ -474,7 +477,6 @@ PlayerSettings:
474477
switchReleaseVersion: 0
475478
switchDisplayVersion: 1.0.0
476479
switchStartupUserAccount: 0
477-
switchTouchScreenUsage: 0
478480
switchSupportedLanguagesMask: 0
479481
switchLogoType: 0
480482
switchApplicationErrorCodeCategory:
@@ -516,6 +518,7 @@ PlayerSettings:
516518
switchNativeFsCacheSize: 32
517519
switchIsHoldTypeHorizontal: 0
518520
switchSupportedNpadCount: 8
521+
switchEnableTouchScreen: 1
519522
switchSocketConfigEnabled: 0
520523
switchTcpInitialSendBufferSize: 32
521524
switchTcpInitialReceiveBufferSize: 64
@@ -528,6 +531,7 @@ PlayerSettings:
528531
switchNetworkInterfaceManagerInitializeEnabled: 1
529532
switchPlayerConnectionEnabled: 1
530533
switchUseNewStyleFilepaths: 0
534+
switchUseLegacyFmodPriorities: 1
531535
switchUseMicroSleepForYield: 1
532536
switchEnableRamDiskSupport: 0
533537
switchMicroSleepForYieldTime: 25
@@ -602,6 +606,7 @@ PlayerSettings:
602606
ps4videoRecordingFeaturesUsed: 0
603607
ps4contentSearchFeaturesUsed: 0
604608
ps4CompatibilityPS5: 0
609+
ps4AllowPS5Detection: 0
605610
ps4GPU800MHz: 1
606611
ps4attribEyeToEyeDistanceSettingVR: 0
607612
ps4IncludedModules: []
@@ -626,18 +631,33 @@ PlayerSettings:
626631
webGLLinkerTarget: 1
627632
webGLThreadsSupport: 0
628633
webGLDecompressionFallback: 0
634+
webGLPowerPreference: 2
629635
scriptingDefineSymbols:
630636
Standalone: UNITY_ASTOOLS_EXPERIMENTAL
631637
additionalCompilerArguments: {}
632638
platformArchitecture: {}
633639
scriptingBackend: {}
634640
il2cppCompilerConfiguration: {}
635-
managedStrippingLevel: {}
641+
managedStrippingLevel:
642+
EmbeddedLinux: 1
643+
GameCoreScarlett: 1
644+
GameCoreXboxOne: 1
645+
Lumin: 1
646+
Nintendo Switch: 1
647+
PS4: 1
648+
PS5: 1
649+
Stadia: 1
650+
WebGL: 1
651+
Windows Store Apps: 1
652+
XboxOne: 1
653+
iPhone: 1
654+
tvOS: 1
636655
incrementalIl2cppBuild: {}
637656
suppressCommonWarnings: 1
638657
allowUnsafeCode: 0
639658
useDeterministicCompilation: 1
640659
enableRoslynAnalyzers: 1
660+
selectedPlatform: 0
641661
additionalIl2CppArgs:
642662
scriptingRuntimeVersion: 1
643663
gcIncremental: 1
@@ -715,6 +735,7 @@ PlayerSettings:
715735
m_VersionName:
716736
apiCompatibilityLevel: 6
717737
activeInputHandler: 0
738+
windowsGamepadBackendHint: 0
718739
cloudProjectId:
719740
framebufferDepthMemorylessMode: 0
720741
qualitySettingsNames: []

0 commit comments

Comments
 (0)