Skip to content

Commit 5f9f0b0

Browse files
committed
App now runs windowed and resizeable. Updated CHANGELOG.
1 parent 3c73c91 commit 5f9f0b0

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
- Added on-screen input field for seting the avatar's session data id on the fly.
1010
- Change over to new Session Data component `UnityKinectAvatarSessionData` to better handle the specifics of dealing with a kinect controlled avatar.
1111
- This includes transmitting the avatar's offset from the main camera along with the bone rotations. So now all horizontal and vertical movement is supported in relation to the camera.
12+
- Application is now windowed and resizable.
1213

1314
## v0.1.1
1415

ProjectSettings/ProjectSettings.asset

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ PlayerSettings:
6767
androidRenderOutsideSafeArea: 1
6868
androidUseSwappy: 0
6969
androidBlitType: 0
70-
defaultIsNativeResolution: 1
70+
defaultIsNativeResolution: 0
7171
macRetinaSupport: 1
7272
runInBackground: 1
7373
captureSingleScreen: 0
@@ -81,7 +81,7 @@ PlayerSettings:
8181
bakeCollisionMeshes: 0
8282
forceSingleInstance: 0
8383
useFlipModelSwapchain: 1
84-
resizableWindow: 0
84+
resizableWindow: 1
8585
useMacAppStoreValidation: 0
8686
macAppStoreCategory: public.app-category.games
8787
gpuSkinning: 1
@@ -94,7 +94,7 @@ PlayerSettings:
9494
visibleInBackground: 1
9595
allowFullscreenSwitch: 1
9696
graphicsJobMode: 0
97-
fullscreenMode: 1
97+
fullscreenMode: 3
9898
xboxSpeechDB: 0
9999
xboxEnableHeadOrientation: 0
100100
xboxEnableGuest: 0

0 commit comments

Comments
 (0)