From 3468938969980f643a1a9569c900ed219d3d35c7 Mon Sep 17 00:00:00 2001 From: Juan Chong Date: Tue, 3 Dec 2024 21:23:12 -0800 Subject: [PATCH] Build with offset jump fixes, updated README, changed project name, added safe drive speeds to example robot project --- README.md | 18 +- .../src/main/java/frc/robot/Constants.java | 12 +- unity/.gitignore | 3 +- .../{SampleScene.unity => QuestNav.unity} | 0 ...leScene.unity.meta => QuestNav.unity.meta} | 0 .../Settings/DefaultVolumeProfile.asset | 5 +- ...niversalRenderPipelineGlobalSettings.asset | 162 +++++++++--------- .../ProjectSettings/EditorBuildSettings.asset | 2 +- unity/ProjectSettings/ProjectSettings.asset | 8 +- 9 files changed, 114 insertions(+), 96 deletions(-) rename unity/Assets/Scenes/{SampleScene.unity => QuestNav.unity} (100%) rename unity/Assets/Scenes/{SampleScene.unity.meta => QuestNav.unity.meta} (100%) diff --git a/README.md b/README.md index d30c580..164a439 100644 --- a/README.md +++ b/README.md @@ -31,9 +31,12 @@ At it's heart, QuestNav is merely a VR app designed to push data to Network Tabl 1. Follow [this](https://medium.com/sidequestvr/how-to-turn-on-developer-mode-for-the-quest-3-509244ccd386) guide to set up "Developer Mode" 2. Sign into your Meta developer account and download the [Meta Quest Developer Hub (MQDH)](https://developers.meta.com/horizon/develop) 3. Configure the following settings on your Quest headset: - - Set the display timeout to 4 hours - - Enable the following developer settings under `Experimental Settings > Advanced` - - Disable guardian for development purposes + - Enable travel mode ([link](https://www.meta.com/help/quest/articles/in-vr-experiences/oculus-features/travel-mode/) to instructions) + - Set the display timeout to 4 hours in `Settings > General > Power > Display off` + - Disable WiFi in `Settings > WiFi` + - **NOTE:** Be sure to completely turn off WiFi, otherwise the headset will constantly disconnect from the robot network as it tries to look for the internet. + - Disable Bluetooth in `Settings > Bluetooth` + - Disable the guardian for development purposes `Settings > Advanced > Experimental Settings > Enable custom settings` 4. Plug the headset into your PC and install the example .apk using MQDH - **NOTE!** The example app team number is hard-coded to 9999 @@ -82,9 +85,14 @@ This package is required by the C# Network Tables library. - In the main unity window, select `Assets > Import Package > Custom Package` - Browse to the package you downloaded and click `Import` -### Explore the C# Code +### Explore the C# Code and Build The Project -- That's it! You'll find the core streamer application in `Assets > Robot > MotionStreamer.cs`. +- The main scene is located in `Assets > Scenes > QuestNav` +- The pose streaming code is located in `Assets > Robot > MotionStreamer.cs`. + +Unity will need to download and install several Android packages during the first build, so it might be helpful to connect to the headset over USB the first time to make sure it can download everything from the internet. Subsequent builds should be faster and will not require additional downloads. + +The project should be configured for Android out of the box. If not, you may need to manually change the build target to Android in `File > Build Profiles` # FAQ ### Q: Are you doing anything to initialize its location? Or do you have an idea how you'd recommend teams to initialize its location? diff --git a/java-robot/src/main/java/frc/robot/Constants.java b/java-robot/src/main/java/frc/robot/Constants.java index 3bcaa5e..ac5ba81 100644 --- a/java-robot/src/main/java/frc/robot/Constants.java +++ b/java-robot/src/main/java/frc/robot/Constants.java @@ -29,9 +29,15 @@ public static final class DriveConstants { public static final double kMaxSpeedMetersPerSecond = 2.8; public static final double kMaxAngularSpeed = 2 * Math.PI; // radians per second - public static final double kDirectionSlewRate = 2.5; // radians per second - public static final double kMagnitudeSlewRate = 2.5; // percent per second (1 = 100%) - public static final double kRotationalSlewRate = 4.0; // percent per second (1 = 100%) + // Full-field speeds and feeds: + //public static final double kDirectionSlewRate = 2.5; // radians per second + //public static final double kMagnitudeSlewRate = 2.5; // percent per second (1 = 100%) + //public static final double kRotationalSlewRate = 4.0; // percent per second (1 = 100%) + + // Demo speeds and feeds: + public static final double kDirectionSlewRate = 0.8; // radians per second + public static final double kMagnitudeSlewRate = 0.8; // percent per second (1 = 100%) + public static final double kRotationalSlewRate = 1.0; // percent per second (1 = 100%) // Chassis configuration // Distance between centers of right and left wheels on robot (in meters) diff --git a/unity/.gitignore b/unity/.gitignore index 0174654..f673d70 100644 --- a/unity/.gitignore +++ b/unity/.gitignore @@ -13,7 +13,8 @@ **/[Ll]ogs/ **/[Uu]ser[Ss]ettings/ **/.utmp/** -**/oculus-frc-streamer_BurstDebugInformation_DoNotShip/** +**/QuestNav_BurstDebugInformation_DoNotShip/** +**.vscode/** # Ignore specific plugins **[Aa]ssets/[Ss]cripts/[Mm]essage[Pp]ack.meta diff --git a/unity/Assets/Scenes/SampleScene.unity b/unity/Assets/Scenes/QuestNav.unity similarity index 100% rename from unity/Assets/Scenes/SampleScene.unity rename to unity/Assets/Scenes/QuestNav.unity diff --git a/unity/Assets/Scenes/SampleScene.unity.meta b/unity/Assets/Scenes/QuestNav.unity.meta similarity index 100% rename from unity/Assets/Scenes/SampleScene.unity.meta rename to unity/Assets/Scenes/QuestNav.unity.meta diff --git a/unity/Assets/Settings/DefaultVolumeProfile.asset b/unity/Assets/Settings/DefaultVolumeProfile.asset index 6fb1822..9e4bbfd 100644 --- a/unity/Assets/Settings/DefaultVolumeProfile.asset +++ b/unity/Assets/Settings/DefaultVolumeProfile.asset @@ -342,6 +342,9 @@ MonoBehaviour: skyOcclusionIntensityMultiplier: m_OverrideState: 1 m_Value: 1 + worldOffset: + m_OverrideState: 1 + m_Value: {x: 0, y: 0, z: 0} --- !u!114 &-1216621516061285780 MonoBehaviour: m_ObjectHideFlags: 3 @@ -462,8 +465,6 @@ MonoBehaviour: - {fileID: -6288072647309666549} - {fileID: 7518938298396184218} - {fileID: -1410297666881709256} - - {fileID: -7750755424749557576} - - {fileID: -5139089513906902183} --- !u!114 &853819529557874667 MonoBehaviour: m_ObjectHideFlags: 3 diff --git a/unity/Assets/Settings/UniversalRenderPipelineGlobalSettings.asset b/unity/Assets/Settings/UniversalRenderPipelineGlobalSettings.asset index 26f4eca..66c5bae 100644 --- a/unity/Assets/Settings/UniversalRenderPipelineGlobalSettings.asset +++ b/unity/Assets/Settings/UniversalRenderPipelineGlobalSettings.asset @@ -33,24 +33,24 @@ MonoBehaviour: m_Settings: m_SettingsList: m_List: - - rid: 7815359806226301083 - - rid: 7815359806226301084 + - rid: 5628412212108853370 + - rid: 5628412212108853371 - rid: 6852985685364965378 - rid: 6852985685364965379 - rid: 6852985685364965380 - rid: 6852985685364965381 - - rid: 7815359806226301085 - - rid: 7815359806226301086 + - rid: 5628412212108853372 + - rid: 5628412212108853373 - rid: 6852985685364965384 - rid: 6852985685364965385 - - rid: 7815359806226301087 - - rid: 7815359806226301088 - - rid: 7815359806226301089 - - rid: 7815359806226301090 - - rid: 7815359806226301091 - - rid: 7815359806226301092 + - rid: 5628412212108853374 + - rid: 5628412212108853375 + - rid: 5628412212108853376 + - rid: 5628412212108853377 + - rid: 5628412212108853378 + - rid: 5628412212108853379 - rid: 6852985685364965392 - - rid: 7815359806226301093 + - rid: 5628412212108853380 - rid: 6852985685364965394 - rid: 8712630790384254976 - rid: 7815359781915852800 @@ -96,73 +96,14 @@ MonoBehaviour: references: version: 2 RefIds: - - rid: 6852985685364965378 - type: {class: UniversalRendererResources, ns: UnityEngine.Rendering.Universal, asm: Unity.RenderPipelines.Universal.Runtime} - data: - m_Version: 0 - m_CopyDepthPS: {fileID: 4800000, guid: d6dae50ee9e1bfa4db75f19f99355220, type: 3} - m_CameraMotionVector: {fileID: 4800000, guid: c56b7e0d4c7cb484e959caeeedae9bbf, type: 3} - m_StencilDeferredPS: {fileID: 4800000, guid: e9155b26e1bc55942a41e518703fe304, type: 3} - m_DBufferClear: {fileID: 4800000, guid: f056d8bd2a1c7e44e9729144b4c70395, type: 3} - - rid: 6852985685364965379 - type: {class: UniversalRenderPipelineDebugShaders, ns: UnityEngine.Rendering.Universal, asm: Unity.RenderPipelines.Universal.Runtime} - data: - m_DebugReplacementPS: {fileID: 4800000, guid: cf852408f2e174538bcd9b7fda1c5ae7, type: 3} - m_HdrDebugViewPS: {fileID: 4800000, guid: 573620ae32aec764abd4d728906d2587, type: 3} - m_ProbeVolumeSamplingDebugComputeShader: {fileID: 7200000, guid: 53626a513ea68ce47b59dc1299fe3959, type: 3} - - rid: 6852985685364965380 - type: {class: UniversalRenderPipelineRuntimeShaders, ns: UnityEngine.Rendering.Universal, asm: Unity.RenderPipelines.Universal.Runtime} - data: - m_Version: 0 - m_FallbackErrorShader: {fileID: 4800000, guid: e6e9a19c3678ded42a3bc431ebef7dbd, type: 3} - m_BlitHDROverlay: {fileID: 4800000, guid: a89bee29cffa951418fc1e2da94d1959, type: 3} - m_CoreBlitPS: {fileID: 4800000, guid: 93446b5c5339d4f00b85c159e1159b7c, type: 3} - m_CoreBlitColorAndDepthPS: {fileID: 4800000, guid: d104b2fc1ca6445babb8e90b0758136b, type: 3} - m_SamplingPS: {fileID: 4800000, guid: 04c410c9937594faa893a11dceb85f7e, type: 3} - - rid: 6852985685364965381 - type: {class: UniversalRenderPipelineRuntimeTextures, ns: UnityEngine.Rendering.Universal, asm: Unity.RenderPipelines.Universal.Runtime} - data: - m_Version: 1 - m_BlueNoise64LTex: {fileID: 2800000, guid: e3d24661c1e055f45a7560c033dbb837, type: 3} - m_BayerMatrixTex: {fileID: 2800000, guid: f9ee4ed84c1d10c49aabb9b210b0fc44, type: 3} - m_DebugFontTex: {fileID: 2800000, guid: 26a413214480ef144b2915d6ff4d0beb, type: 3} - - rid: 6852985685364965384 - type: {class: URPDefaultVolumeProfileSettings, ns: UnityEngine.Rendering.Universal, asm: Unity.RenderPipelines.Universal.Runtime} - data: - m_Version: 0 - m_VolumeProfile: {fileID: 11400000, guid: ab09877e2e707104187f6f83e2f62510, type: 2} - - rid: 6852985685364965385 - type: {class: RenderGraphSettings, ns: UnityEngine.Rendering.Universal, asm: Unity.RenderPipelines.Universal.Runtime} - data: - m_Version: 0 - m_EnableRenderCompatibilityMode: 0 - - rid: 6852985685364965392 - type: {class: ShaderStrippingSetting, ns: UnityEngine.Rendering, asm: Unity.RenderPipelines.Core.Runtime} - data: - m_Version: 0 - m_ExportShaderVariants: 1 - m_ShaderVariantLogLevel: 0 - m_StripRuntimeDebugShaders: 1 - - rid: 6852985685364965394 - type: {class: RenderGraphGlobalSettings, ns: UnityEngine.Rendering, asm: Unity.RenderPipelines.Core.Runtime} - data: - m_version: 0 - m_EnableCompilationCaching: 1 - m_EnableValidityChecks: 1 - - rid: 7815359781915852800 - type: {class: UniversalRenderPipelineRuntimeXRResources, ns: UnityEngine.Rendering.Universal, asm: Unity.RenderPipelines.Universal.Runtime} - data: - m_xrOcclusionMeshPS: {fileID: 4800000, guid: 4431b1f1f743fbf4eb310a967890cbea, type: 3} - m_xrMirrorViewPS: {fileID: 4800000, guid: d5a307c014552314b9f560906d708772, type: 3} - m_xrMotionVector: {fileID: 4800000, guid: f89aac1e4f84468418fe30e611dff395, type: 3} - - rid: 7815359806226301083 + - rid: 5628412212108853370 type: {class: URPShaderStrippingSetting, ns: UnityEngine.Rendering.Universal, asm: Unity.RenderPipelines.Universal.Runtime} data: m_Version: 0 m_StripUnusedPostProcessingVariants: 1 m_StripUnusedVariants: 1 m_StripScreenCoordOverrideVariants: 1 - - rid: 7815359806226301084 + - rid: 5628412212108853371 type: {class: UniversalRenderPipelineEditorShaders, ns: UnityEngine.Rendering.Universal, asm: Unity.RenderPipelines.Universal.Runtime} data: m_AutodeskInteractive: {fileID: 4800000, guid: 0e9d5a909a1f7e84882a534d0d11e49f, type: 3} @@ -174,7 +115,7 @@ MonoBehaviour: m_DefaultSpeedTree7Shader: {fileID: 4800000, guid: 0f4122b9a743b744abe2fb6a0a88868b, type: 3} m_DefaultSpeedTree8Shader: {fileID: -6465566751694194690, guid: 9920c1f1781549a46ba081a2a15a16ec, type: 3} m_DefaultSpeedTree9Shader: {fileID: -6465566751694194690, guid: cbd3e1cc4ae141c42a30e33b4d666a61, type: 3} - - rid: 7815359806226301085 + - rid: 5628412212108853372 type: {class: Renderer2DResources, ns: UnityEngine.Rendering.Universal, asm: Unity.RenderPipelines.Universal.Runtime} data: m_Version: 0 @@ -189,7 +130,7 @@ MonoBehaviour: m_DefaultLitMaterial: {fileID: 2100000, guid: a97c105638bdf8b4a8650670310a4cd3, type: 2} m_DefaultUnlitMaterial: {fileID: 2100000, guid: 9dfc825aed78fcd4ba02077103263b40, type: 2} m_DefaultMaskMaterial: {fileID: 2100000, guid: 15d0c3709176029428a0da2f8cecf0b5, type: 2} - - rid: 7815359806226301086 + - rid: 5628412212108853373 type: {class: UniversalRenderPipelineEditorMaterials, ns: UnityEngine.Rendering.Universal, asm: Unity.RenderPipelines.Universal.Runtime} data: m_DefaultMaterial: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} @@ -197,7 +138,7 @@ MonoBehaviour: m_DefaultLineMaterial: {fileID: 2100000, guid: e823cd5b5d27c0f4b8256e7c12ee3e6d, type: 2} m_DefaultTerrainMaterial: {fileID: 2100000, guid: 594ea882c5a793440b60ff72d896021e, type: 2} m_DefaultDecalMaterial: {fileID: 2100000, guid: 31d0dcc6f2dd4e4408d18036a2c93862, type: 2} - - rid: 7815359806226301087 + - rid: 5628412212108853374 type: {class: GPUResidentDrawerResources, ns: UnityEngine.Rendering, asm: Unity.RenderPipelines.GPUDriven.Runtime} data: m_Version: 0 @@ -210,13 +151,13 @@ MonoBehaviour: m_OcclusionCullingDebugKernels: {fileID: 7200000, guid: b23e766bcf50ca4438ef186b174557df, type: 3} m_DebugOcclusionTestPS: {fileID: 4800000, guid: d3f0849180c2d0944bc71060693df100, type: 3} m_DebugOccluderPS: {fileID: 4800000, guid: b3c92426a88625841ab15ca6a7917248, type: 3} - - rid: 7815359806226301088 + - rid: 5628412212108853375 type: {class: STP/RuntimeResources, ns: UnityEngine.Rendering, asm: Unity.RenderPipelines.Core.Runtime} data: m_setupCS: {fileID: 7200000, guid: 33be2e9a5506b2843bdb2bdff9cad5e1, type: 3} m_preTaaCS: {fileID: 7200000, guid: a679dba8ec4d9ce45884a270b0e22dda, type: 3} m_taaCS: {fileID: 7200000, guid: 3923900e2b41b5e47bc25bfdcbcdc9e6, type: 3} - - rid: 7815359806226301089 + - rid: 5628412212108853376 type: {class: ProbeVolumeBakingResources, ns: UnityEngine.Rendering, asm: Unity.RenderPipelines.Core.Runtime} data: m_Version: 1 @@ -229,12 +170,12 @@ MonoBehaviour: skyOcclusionRT: {fileID: -5126288278712620388, guid: 5a2a534753fbdb44e96c3c78b5a6999d, type: 3} renderingLayerCS: {fileID: -6772857160820960102, guid: 94a070d33e408384bafc1dea4a565df9, type: 3} renderingLayerRT: {fileID: -5126288278712620388, guid: 94a070d33e408384bafc1dea4a565df9, type: 3} - - rid: 7815359806226301090 + - rid: 5628412212108853377 type: {class: ProbeVolumeGlobalSettings, ns: UnityEngine.Rendering, asm: Unity.RenderPipelines.Core.Runtime} data: m_Version: 1 m_ProbeVolumeDisableStreamingAssets: 0 - - rid: 7815359806226301091 + - rid: 5628412212108853378 type: {class: ProbeVolumeDebugResources, ns: UnityEngine.Rendering, asm: Unity.RenderPipelines.Core.Runtime} data: m_Version: 1 @@ -244,20 +185,79 @@ MonoBehaviour: probeVolumeOffsetDebugShader: {fileID: 4800000, guid: db8bd7436dc2c5f4c92655307d198381, type: 3} probeSamplingDebugMesh: {fileID: -3555484719484374845, guid: 20be25aac4e22ee49a7db76fb3df6de2, type: 3} numbersDisplayTex: {fileID: 2800000, guid: 73fe53b428c5b3440b7e87ee830b608a, type: 3} - - rid: 7815359806226301092 + - rid: 5628412212108853379 type: {class: IncludeAdditionalRPAssets, ns: UnityEngine.Rendering, asm: Unity.RenderPipelines.Core.Runtime} data: m_version: 0 m_IncludeReferencedInScenes: 0 m_IncludeAssetsByLabel: 0 m_LabelToInclude: - - rid: 7815359806226301093 + - rid: 5628412212108853380 type: {class: ProbeVolumeRuntimeResources, ns: UnityEngine.Rendering, asm: Unity.RenderPipelines.Core.Runtime} data: m_Version: 1 probeVolumeBlendStatesCS: {fileID: 7200000, guid: a3f7b8c99de28a94684cb1daebeccf5d, type: 3} probeVolumeUploadDataCS: {fileID: 7200000, guid: 0951de5992461754fa73650732c4954c, type: 3} probeVolumeUploadDataL2CS: {fileID: 7200000, guid: 6196f34ed825db14b81fb3eb0ea8d931, type: 3} + - rid: 6852985685364965378 + type: {class: UniversalRendererResources, ns: UnityEngine.Rendering.Universal, asm: Unity.RenderPipelines.Universal.Runtime} + data: + m_Version: 0 + m_CopyDepthPS: {fileID: 4800000, guid: d6dae50ee9e1bfa4db75f19f99355220, type: 3} + m_CameraMotionVector: {fileID: 4800000, guid: c56b7e0d4c7cb484e959caeeedae9bbf, type: 3} + m_StencilDeferredPS: {fileID: 4800000, guid: e9155b26e1bc55942a41e518703fe304, type: 3} + m_DBufferClear: {fileID: 4800000, guid: f056d8bd2a1c7e44e9729144b4c70395, type: 3} + - rid: 6852985685364965379 + type: {class: UniversalRenderPipelineDebugShaders, ns: UnityEngine.Rendering.Universal, asm: Unity.RenderPipelines.Universal.Runtime} + data: + m_DebugReplacementPS: {fileID: 4800000, guid: cf852408f2e174538bcd9b7fda1c5ae7, type: 3} + m_HdrDebugViewPS: {fileID: 4800000, guid: 573620ae32aec764abd4d728906d2587, type: 3} + m_ProbeVolumeSamplingDebugComputeShader: {fileID: 7200000, guid: 53626a513ea68ce47b59dc1299fe3959, type: 3} + - rid: 6852985685364965380 + type: {class: UniversalRenderPipelineRuntimeShaders, ns: UnityEngine.Rendering.Universal, asm: Unity.RenderPipelines.Universal.Runtime} + data: + m_Version: 0 + m_FallbackErrorShader: {fileID: 4800000, guid: e6e9a19c3678ded42a3bc431ebef7dbd, type: 3} + m_BlitHDROverlay: {fileID: 4800000, guid: a89bee29cffa951418fc1e2da94d1959, type: 3} + m_CoreBlitPS: {fileID: 4800000, guid: 93446b5c5339d4f00b85c159e1159b7c, type: 3} + m_CoreBlitColorAndDepthPS: {fileID: 4800000, guid: d104b2fc1ca6445babb8e90b0758136b, type: 3} + m_SamplingPS: {fileID: 4800000, guid: 04c410c9937594faa893a11dceb85f7e, type: 3} + - rid: 6852985685364965381 + type: {class: UniversalRenderPipelineRuntimeTextures, ns: UnityEngine.Rendering.Universal, asm: Unity.RenderPipelines.Universal.Runtime} + data: + m_Version: 1 + m_BlueNoise64LTex: {fileID: 2800000, guid: e3d24661c1e055f45a7560c033dbb837, type: 3} + m_BayerMatrixTex: {fileID: 2800000, guid: f9ee4ed84c1d10c49aabb9b210b0fc44, type: 3} + m_DebugFontTex: {fileID: 2800000, guid: 26a413214480ef144b2915d6ff4d0beb, type: 3} + - rid: 6852985685364965384 + type: {class: URPDefaultVolumeProfileSettings, ns: UnityEngine.Rendering.Universal, asm: Unity.RenderPipelines.Universal.Runtime} + data: + m_Version: 0 + m_VolumeProfile: {fileID: 11400000, guid: ab09877e2e707104187f6f83e2f62510, type: 2} + - rid: 6852985685364965385 + type: {class: RenderGraphSettings, ns: UnityEngine.Rendering.Universal, asm: Unity.RenderPipelines.Universal.Runtime} + data: + m_Version: 0 + m_EnableRenderCompatibilityMode: 0 + - rid: 6852985685364965392 + type: {class: ShaderStrippingSetting, ns: UnityEngine.Rendering, asm: Unity.RenderPipelines.Core.Runtime} + data: + m_Version: 0 + m_ExportShaderVariants: 1 + m_ShaderVariantLogLevel: 0 + m_StripRuntimeDebugShaders: 1 + - rid: 6852985685364965394 + type: {class: RenderGraphGlobalSettings, ns: UnityEngine.Rendering, asm: Unity.RenderPipelines.Core.Runtime} + data: + m_version: 0 + m_EnableCompilationCaching: 1 + m_EnableValidityChecks: 1 + - rid: 7815359781915852800 + type: {class: UniversalRenderPipelineRuntimeXRResources, ns: UnityEngine.Rendering.Universal, asm: Unity.RenderPipelines.Universal.Runtime} + data: + m_xrOcclusionMeshPS: {fileID: 4800000, guid: 4431b1f1f743fbf4eb310a967890cbea, type: 3} + m_xrMirrorViewPS: {fileID: 4800000, guid: d5a307c014552314b9f560906d708772, type: 3} + m_xrMotionVector: {fileID: 4800000, guid: f89aac1e4f84468418fe30e611dff395, type: 3} - rid: 8712630790384254976 type: {class: RenderGraphUtilsResources, ns: UnityEngine.Rendering.RenderGraphModule.Util, asm: Unity.RenderPipelines.Core.Runtime} data: diff --git a/unity/ProjectSettings/EditorBuildSettings.asset b/unity/ProjectSettings/EditorBuildSettings.asset index 416db8b..2cc5b62 100644 --- a/unity/ProjectSettings/EditorBuildSettings.asset +++ b/unity/ProjectSettings/EditorBuildSettings.asset @@ -6,7 +6,7 @@ EditorBuildSettings: serializedVersion: 2 m_Scenes: - enabled: 1 - path: Assets/Scenes/SampleScene.unity + path: Assets/Scenes/QuestNav.unity guid: 99c9720ab356a0642a771bea13969a05 m_configObjects: Unity.XR.Oculus.Settings: {fileID: 11400000, guid: c1de0065df926df4e9b73f8c9e739146, type: 2} diff --git a/unity/ProjectSettings/ProjectSettings.asset b/unity/ProjectSettings/ProjectSettings.asset index f9400d4..8a222d3 100644 --- a/unity/ProjectSettings/ProjectSettings.asset +++ b/unity/ProjectSettings/ProjectSettings.asset @@ -12,8 +12,8 @@ PlayerSettings: targetDevice: 2 useOnDemandResources: 0 accelerometerFrequency: 60 - companyName: DefaultCompany - productName: oculus-frc-streamer + companyName: FIRST Robotics + productName: QuestNav defaultCursor: {fileID: 0} cursorHotspot: {x: 0, y: 0} m_SplashScreenBackgroundColor: {r: 0.13725491, g: 0.12156863, b: 0.1254902, a: 1} @@ -140,10 +140,12 @@ PlayerSettings: loadStoreDebugModeEnabled: 0 visionOSBundleVersion: 1.0 tvOSBundleVersion: 1.0 - bundleVersion: 0.1.0 + bundleVersion: 0.2.0 preloadedAssets: - {fileID: 11400000, guid: a3acedfb9d10ebb4980afb2325590b51, type: 2} - {fileID: -944628639613478452, guid: 052faaac586de48259a63d0c4782560b, type: 3} + - {fileID: -2134709449523983886, guid: 1ba2bee52a945594c9a9f310bc44469f, type: 2} + - {fileID: 11400000, guid: c1de0065df926df4e9b73f8c9e739146, type: 2} metroInputSource: 0 wsaTransparentSwapchain: 0 m_HolographicPauseOnTrackingLoss: 1