实例介绍
Cesium for Unity示例项目是一个入门项目,用于学习和探索Cesium for Unity插件。该项目中的场景将带领您了解插件的特性,并演示在Unity 3D中实现全球范围内容、应用和体验的方法。
【实例截图】
【核心代码】
文件清单
└── cesium-unity-samples-4694a4135b75d3a3d2d7bdac02ac6de87c54f10d
├── Assets
│ ├── CesiumForUnitySamples
│ │ ├── Materials
│ │ │ ├── CesiumSamplesDiffuseColor.mat
│ │ │ ├── CesiumSamplesDiffuseColor.mat.meta
│ │ │ ├── CesiumSamplesDiffuseColor.shadergraph
│ │ │ ├── CesiumSamplesDiffuseColor.shadergraph.meta
│ │ │ ├── CesiumSamplesOneOverlay.mat
│ │ │ ├── CesiumSamplesOneOverlay.mat.meta
│ │ │ ├── CesiumSamplesOneOverlay.shadergraph
│ │ │ └── CesiumSamplesOneOverlay.shadergraph.meta
│ │ ├── Materials.meta
│ │ ├── Prefabs
│ │ │ ├── CesiumGettingStarted.prefab
│ │ │ ├── CesiumGettingStarted.prefab.meta
│ │ │ ├── CesiumMetadataUI.prefab
│ │ │ └── CesiumMetadataUI.prefab.meta
│ │ ├── Prefabs.meta
│ │ ├── Scenes
│ │ │ ├── 01_CesiumWorld.unity
│ │ │ ├── 01_CesiumWorld.unity.meta
│ │ │ ├── 02_CesiumMelbourne.unity
│ │ │ ├── 02_CesiumMelbourne.unity.meta
│ │ │ ├── 03_CesiumSanFrancisco.unity
│ │ │ ├── 03_CesiumSanFrancisco.unity.meta
│ │ │ ├── 04_CesiumSubScenes.unity
│ │ │ ├── 04_CesiumSubScenes.unity.meta
│ │ │ ├── 05_CesiumMetadata.unity
│ │ │ ├── 05_CesiumMetadata.unity.meta
│ │ │ ├── 06_CesiumPointClouds.unity
│ │ │ ├── 06_CesiumPointClouds.unity.meta
│ │ │ ├── 07_CesiumGoogleMapsTiles.unity
│ │ │ ├── 07_CesiumGoogleMapsTiles.unity.meta
│ │ │ ├── VR01_CesiumDenver.unity
│ │ │ ├── VR01_CesiumDenver.unity.meta
│ │ │ ├── VR02_CesiumMetadata.unity
│ │ │ └── VR02_CesiumMetadata.unity.meta
│ │ ├── Scenes.meta
│ │ ├── Scripts
│ │ │ ├── CesiumSamplesFlyToLocationHandler.cs
│ │ │ ├── CesiumSamplesFlyToLocationHandler.cs.meta
│ │ │ ├── CesiumSamplesMetadataPicking.cs
│ │ │ ├── CesiumSamplesMetadataPicking.cs.meta
│ │ │ ├── CesiumSamplesMetadataPickingVR.cs
│ │ │ ├── CesiumSamplesMetadataPickingVR.cs.meta
│ │ │ ├── CesiumSamplesScene.cs
│ │ │ ├── CesiumSamplesScene.cs.meta
│ │ │ ├── CesiumSamplesTeleportationArea.cs
│ │ │ └── CesiumSamplesTeleportationArea.cs.meta
│ │ ├── Scripts.meta
│ │ ├── Settings
│ │ │ ├── SampleSceneProfile.asset
│ │ │ ├── SampleSceneProfile.asset.meta
│ │ │ ├── URP-Balanced.asset
│ │ │ ├── URP-Balanced.asset.meta
│ │ │ ├── URP-Balanced-Renderer.asset
│ │ │ ├── URP-Balanced-Renderer.asset.meta
│ │ │ ├── URP-HighFidelity.asset
│ │ │ ├── URP-HighFidelity.asset.meta
│ │ │ ├── URP-HighFidelity-Renderer.asset
│ │ │ ├── URP-HighFidelity-Renderer.asset.meta
│ │ │ ├── URP-Performant.asset
│ │ │ ├── URP-Performant.asset.meta
│ │ │ ├── URP-Performant-Renderer.asset
│ │ │ └── URP-Performant-Renderer.asset.meta
│ │ └── Settings.meta
│ ├── CesiumForUnitySamples.meta
│ ├── CesiumSettings
│ │ ├── Resources
│ │ │ ├── CesiumIonServers
│ │ │ │ ├── ion.cesium.com.asset
│ │ │ │ └── ion.cesium.com.asset.meta
│ │ │ ├── CesiumIonServers.meta
│ │ │ ├── CesiumRuntimeSettings.asset
│ │ │ └── CesiumRuntimeSettings.asset.meta
│ │ └── Resources.meta
│ ├── CesiumSettings.meta
│ ├── Readme.asset
│ ├── Readme.asset.meta
│ ├── StarterAssets
│ │ ├── Editor
│ │ │ ├── PackageChecker
│ │ │ │ ├── PackageCheckerSettings.json
│ │ │ │ ├── PackageCheckerSettings.json.meta
│ │ │ │ ├── StarterAssetsPackageChecker.dll
│ │ │ │ └── StarterAssetsPackageChecker.dll.meta
│ │ │ ├── PackageChecker.meta
│ │ │ ├── StarterAssetsDeployMenu.cs
│ │ │ ├── StarterAssetsDeployMenu.cs.meta
│ │ │ ├── ThirdPersonStarterAssetsDeployMenu.cs
│ │ │ └── ThirdPersonStarterAssetsDeployMenu.cs.meta
│ │ ├── Editor.meta
│ │ ├── InputSystem
│ │ │ ├── StarterAssets.inputactions
│ │ │ ├── StarterAssets.inputactions.meta
│ │ │ ├── StarterAssetsInputs.cs
│ │ │ ├── StarterAssetsInputs.cs.meta
│ │ │ ├── StarterAssets.inputsettings.asset
│ │ │ └── StarterAssets.inputsettings.asset.meta
│ │ ├── InputSystem.meta
│ │ ├── license.txt
│ │ ├── license.txt.meta
│ │ ├── Mobile
│ │ │ ├── Prefabs
│ │ │ │ ├── CanvasInputs
│ │ │ │ │ ├── UI_Canvas_StarterAssetsInputs_Joysticks.prefab
│ │ │ │ │ ├── UI_Canvas_StarterAssetsInputs_Joysticks.prefab.meta
│ │ │ │ │ ├── UI_Canvas_StarterAssetsInputs_TouchZones.prefab
│ │ │ │ │ └── UI_Canvas_StarterAssetsInputs_TouchZones.prefab.meta
│ │ │ │ ├── CanvasInputs.meta
│ │ │ │ ├── EventSystem
│ │ │ │ │ ├── UI_EventSystem.prefab
│ │ │ │ │ └── UI_EventSystem.prefab.meta
│ │ │ │ ├── EventSystem.meta
│ │ │ │ ├── VirtualInputs
│ │ │ │ │ ├── UI_Virtual_Button.prefab
│ │ │ │ │ ├── UI_Virtual_Button.prefab.meta
│ │ │ │ │ ├── UI_Virtual_Joystick.prefab
│ │ │ │ │ ├── UI_Virtual_Joystick.prefab.meta
│ │ │ │ │ ├── UI_Virtual_TouchZone.prefab
│ │ │ │ │ └── UI_Virtual_TouchZone.prefab.meta
│ │ │ │ └── VirtualInputs.meta
│ │ │ ├── Prefabs.meta
│ │ │ ├── Scripts
│ │ │ │ ├── CanvasInputs
│ │ │ │ │ ├── UICanvasControllerInput.cs
│ │ │ │ │ └── UICanvasControllerInput.cs.meta
│ │ │ │ ├── CanvasInputs.meta
│ │ │ │ ├── Utilities
│ │ │ │ │ ├── MobileDisableAutoSwitchControls.cs
│ │ │ │ │ └── MobileDisableAutoSwitchControls.cs.meta
│ │ │ │ ├── Utilities.meta
│ │ │ │ ├── VirtualInputs
│ │ │ │ │ ├── UIVirtualButton.cs
│ │ │ │ │ ├── UIVirtualButton.cs.meta
│ │ │ │ │ ├── UIVirtualJoystick.cs
│ │ │ │ │ ├── UIVirtualJoystick.cs.meta
│ │ │ │ │ ├── UIVirtualTouchZone.cs
│ │ │ │ │ └── UIVirtualTouchZone.cs.meta
│ │ │ │ └── VirtualInputs.meta
│ │ │ ├── Scripts.meta
│ │ │ ├── UI
│ │ │ │ ├── UI_Circle_Bevel_Base.png
│ │ │ │ ├── UI_Circle_Bevel_Base.png.meta
│ │ │ │ ├── UI_Circle_Faded.png
│ │ │ │ ├── UI_Circle_Faded.png.meta
│ │ │ │ ├── UI_Icon_Jump.png
│ │ │ │ ├── UI_Icon_Jump.png.meta
│ │ │ │ ├── UI_Icon_Look.png
│ │ │ │ ├── UI_Icon_Look.png.meta
│ │ │ │ ├── UI_Icon_Move.png
│ │ │ │ ├── UI_Icon_Move.png.meta
│ │ │ │ ├── UI_Icon_Sprint.png
│ │ │ │ └── UI_Icon_Sprint.png.meta
│ │ │ └── UI.meta
│ │ ├── Mobile.meta
│ │ ├── Readme.asset
│ │ ├── Readme.asset.meta
│ │ ├── StarterAssets_Documentation_v1.1.pdf
│ │ ├── StarterAssets_Documentation_v1.1.pdf.meta
│ │ ├── ThirdPersonController
│ │ │ ├── Character
│ │ │ │ ├── Animations
│ │ │ │ │ ├── Jump--InAir.anim.fbx
│ │ │ │ │ ├── Jump--InAir.anim.fbx.meta
│ │ │ │ │ ├── Jump--Jump.anim.fbx
│ │ │ │ │ ├── Jump--Jump.anim.fbx.meta
│ │ │ │ │ ├── Locomotion--Run_N.anim.fbx
│ │ │ │ │ ├── Locomotion--Run_N.anim.fbx.meta
│ │ │ │ │ ├── Locomotion--Run_N_Land.anim.fbx
│ │ │ │ │ ├── Locomotion--Run_N_Land.anim.fbx.meta
│ │ │ │ │ ├── Locomotion--Run_S.anim.fbx
│ │ │ │ │ ├── Locomotion--Run_S.anim.fbx.meta
│ │ │ │ │ ├── Locomotion--Walk_N.anim.fbx
│ │ │ │ │ ├── Locomotion--Walk_N.anim.fbx.meta
│ │ │ │ │ ├── Locomotion--Walk_N_Land.anim.fbx
│ │ │ │ │ ├── Locomotion--Walk_N_Land.anim.fbx.meta
│ │ │ │ │ ├── Stand--Idle.anim.fbx
│ │ │ │ │ ├── Stand--Idle.anim.fbx.meta
│ │ │ │ │ ├── StarterAssetsThirdPerson.controller
│ │ │ │ │ └── StarterAssetsThirdPerson.controller.meta
│ │ │ │ ├── Animations.meta
│ │ │ │ ├── Materials
│ │ │ │ │ ├── Built-in_RP
│ │ │ │ │ │ ├── M_ArmatureColor_Arms.mat
│ │ │ │ │ │ ├── M_ArmatureColor_Arms.mat.meta
│ │ │ │ │ │ ├── M_ArmatureColor_Body.mat
│ │ │ │ │ │ ├── M_ArmatureColor_Body.mat.meta
│ │ │ │ │ │ ├── M_ArmatureColor_Legs.mat
│ │ │ │ │ │ └── M_ArmatureColor_Legs.mat.meta
│ │ │ │ │ ├── Built-in_RP.meta
│ │ │ │ │ ├── M_Armature_Arms.mat
│ │ │ │ │ ├── M_Armature_Arms.mat.meta
│ │ │ │ │ ├── M_Armature_Body.mat
│ │ │ │ │ ├── M_Armature_Body.mat.meta
│ │ │ │ │ ├── M_Armature_Legs.mat
│ │ │ │ │ └── M_Armature_Legs.mat.meta
│ │ │ │ ├── Materials.meta
│ │ │ │ ├── Models
│ │ │ │ │ ├── Armature.fbx
│ │ │ │ │ └── Armature.fbx.meta
│ │ │ │ ├── Models.meta
│ │ │ │ ├── Sfx
│ │ │ │ │ ├── Player_Footstep_01.wav
│ │ │ │ │ ├── Player_Footstep_01.wav.meta
│ │ │ │ │ ├── Player_Footstep_02.wav
│ │ │ │ │ ├── Player_Footstep_02.wav.meta
│ │ │ │ │ ├── Player_Footstep_03.wav
│ │ │ │ │ ├── Player_Footstep_03.wav.meta
│ │ │ │ │ ├── Player_Footstep_04.wav
│ │ │ │ │ ├── Player_Footstep_04.wav.meta
│ │ │ │ │ ├── Player_Footstep_05.wav
│ │ │ │ │ ├── Player_Footstep_05.wav.meta
│ │ │ │ │ ├── Player_Footstep_06.wav
│ │ │ │ │ ├── Player_Footstep_06.wav.meta
│ │ │ │ │ ├── Player_Footstep_07.wav
│ │ │ │ │ ├── Player_Footstep_07.wav.meta
│ │ │ │ │ ├── Player_Footstep_08.wav
│ │ │ │ │ ├── Player_Footstep_08.wav.meta
│ │ │ │ │ ├── Player_Footstep_09.wav
│ │ │ │ │ ├── Player_Footstep_09.wav.meta
│ │ │ │ │ ├── Player_Footstep_10.wav
│ │ │ │ │ ├── Player_Footstep_10.wav.meta
│ │ │ │ │ ├── Player_Land.wav
│ │ │ │ │ └── Player_Land.wav.meta
│ │ │ │ ├── Sfx.meta
│ │ │ │ ├── Textures
│ │ │ │ │ ├── Armature_Arms_AlbedoTransparency.tif
│ │ │ │ │ ├── Armature_Arms_AlbedoTransparency.tif.meta
│ │ │ │ │ ├── Armature_Arms_MetallicSmoothness.tif
│ │ │ │ │ ├── Armature_Arms_MetallicSmoothness.tif.meta
│ │ │ │ │ ├── Armature_Arms_Normal.tif
│ │ │ │ │ ├── Armature_Arms_Normal.tif.meta
│ │ │ │ │ ├── Armature_Arms_RGB.tif
│ │ │ │ │ ├── Armature_Arms_RGB.tif.meta
│ │ │ │ │ ├── Armature_Body_AlbedoTransparency.tif
│ │ │ │ │ ├── Armature_Body_AlbedoTransparency.tif.meta
│ │ │ │ │ ├── Armature_Body_MetallicSmoothness.tif
│ │ │ │ │ ├── Armature_Body_MetallicSmoothness.tif.meta
│ │ │ │ │ ├── Armature_Body_Normal.tif
│ │ │ │ │ ├── Armature_Body_Normal.tif.meta
│ │ │ │ │ ├── Armature_Body_RGB.tif
│ │ │ │ │ ├── Armature_Body_RGB.tif.meta
│ │ │ │ │ ├── Armature_Legs_AlbedoTransparency.tif
│ │ │ │ │ ├── Armature_Legs_AlbedoTransparency.tif.meta
│ │ │ │ │ ├── Armature_Legs_MetallicSmoothness.tif
│ │ │ │ │ ├── Armature_Legs_MetallicSmoothness.tif.meta
│ │ │ │ │ ├── Armature_Legs_Normal.tif
│ │ │ │ │ ├── Armature_Legs_Normal.tif.meta
│ │ │ │ │ ├── Armature_Legs_RGB.tif
│ │ │ │ │ └── Armature_Legs_RGB.tif.meta
│ │ │ │ └── Textures.meta
│ │ │ ├── Character.meta
│ │ │ ├── Prefabs
│ │ │ │ ├── MainCamera.prefab
│ │ │ │ ├── MainCamera.prefab.meta
│ │ │ │ ├── NestedParentArmature_Unpack.prefab
│ │ │ │ ├── NestedParentArmature_Unpack.prefab.meta
│ │ │ │ ├── NestedParentCapsule_Unpack.prefab
│ │ │ │ ├── NestedParentCapsule_Unpack.prefab.meta
│ │ │ │ ├── PlayerArmature.prefab
│ │ │ │ ├── PlayerArmature.prefab.meta
│ │ │ │ ├── PlayerCapsule.prefab
│ │ │ │ ├── PlayerCapsule.prefab.meta
│ │ │ │ ├── PlayerFollowCamera.prefab
│ │ │ │ └── PlayerFollowCamera.prefab.meta
│ │ │ ├── Prefabs.meta
│ │ │ ├── Scripts
│ │ │ │ ├── BasicRigidBodyPush.cs
│ │ │ │ ├── BasicRigidBodyPush.cs.meta
│ │ │ │ ├── ThirdPersonController.cs
│ │ │ │ └── ThirdPersonController.cs.meta
│ │ │ └── Scripts.meta
│ │ └── ThirdPersonController.meta
│ ├── StarterAssets.meta
│ ├── TextMesh Pro
│ │ ├── Fonts
│ │ │ ├── LiberationSans - OFL.txt
│ │ │ ├── LiberationSans - OFL.txt.meta
│ │ │ ├── LiberationSans.ttf
│ │ │ └── LiberationSans.ttf.meta
│ │ ├── Fonts.meta
│ │ ├── Resources
│ │ │ ├── Fonts & Materials
│ │ │ │ ├── LiberationSans SDF.asset
│ │ │ │ ├── LiberationSans SDF.asset.meta
│ │ │ │ ├── LiberationSans SDF - Drop Shadow.mat
│ │ │ │ ├── LiberationSans SDF - Drop Shadow.mat.meta
│ │ │ │ ├── LiberationSans SDF - Fallback.asset
│ │ │ │ ├── LiberationSans SDF - Fallback.asset.meta
│ │ │ │ ├── LiberationSans SDF - Outline.mat
│ │ │ │ └── LiberationSans SDF - Outline.mat.meta
│ │ │ ├── Fonts & Materials.meta
│ │ │ ├── LineBreaking Following Characters.txt
│ │ │ ├── LineBreaking Following Characters.txt.meta
│ │ │ ├── LineBreaking Leading Characters.txt
│ │ │ ├── LineBreaking Leading Characters.txt.meta
│ │ │ ├── Sprite Assets
│ │ │ │ ├── EmojiOne.asset
│ │ │ │ └── EmojiOne.asset.meta
│ │ │ ├── Sprite Assets.meta
│ │ │ ├── Style Sheets
│ │ │ │ ├── Default Style Sheet.asset
│ │ │ │ └── Default Style Sheet.asset.meta
│ │ │ ├── Style Sheets.meta
│ │ │ ├── TMP Settings.asset
│ │ │ └── TMP Settings.asset.meta
│ │ ├── Resources.meta
│ │ ├── Shaders
│ │ │ ├── TMP_Bitmap-Custom-Atlas.shader
│ │ │ ├── TMP_Bitmap-Custom-Atlas.shader.meta
│ │ │ ├── TMP_Bitmap-Mobile.shader
│ │ │ ├── TMP_Bitmap-Mobile.shader.meta
│ │ │ ├── TMP_Bitmap.shader
│ │ │ ├── TMP_Bitmap.shader.meta
│ │ │ ├── TMPro.cginc
│ │ │ ├── TMPro.cginc.meta
│ │ │ ├── TMPro_Mobile.cginc
│ │ │ ├── TMPro_Mobile.cginc.meta
│ │ │ ├── TMPro_Properties.cginc
│ │ │ ├── TMPro_Properties.cginc.meta
│ │ │ ├── TMPro_Surface.cginc
│ │ │ ├── TMPro_Surface.cginc.meta
│ │ │ ├── TMP_SDF-Mobile Masking.shader
│ │ │ ├── TMP_SDF-Mobile Masking.shader.meta
│ │ │ ├── TMP_SDF-Mobile Overlay.shader
│ │ │ ├── TMP_SDF-Mobile Overlay.shader.meta
│ │ │ ├── TMP_SDF-Mobile.shader
│ │ │ ├── TMP_SDF-Mobile.shader.meta
│ │ │ ├── TMP_SDF-Mobile SSD.shader
│ │ │ ├── TMP_SDF-Mobile SSD.shader.meta
│ │ │ ├── TMP_SDF Overlay.shader
│ │ │ ├── TMP_SDF Overlay.shader.meta
│ │ │ ├── TMP_SDF.shader
│ │ │ ├── TMP_SDF.shader.meta
│ │ │ ├── TMP_SDF SSD.shader
│ │ │ ├── TMP_SDF SSD.shader.meta
│ │ │ ├── TMP_SDF-Surface-Mobile.shader
│ │ │ ├── TMP_SDF-Surface-Mobile.shader.meta
│ │ │ ├── TMP_SDF-Surface.shader
│ │ │ ├── TMP_SDF-Surface.shader.meta
│ │ │ ├── TMP_Sprite.shader
│ │ │ └── TMP_Sprite.shader.meta
│ │ ├── Shaders.meta
│ │ ├── Sprites
│ │ │ ├── EmojiOne Attribution.txt
│ │ │ ├── EmojiOne Attribution.txt.meta
│ │ │ ├── EmojiOne.json
│ │ │ ├── EmojiOne.json.meta
│ │ │ ├── EmojiOne.png
│ │ │ └── EmojiOne.png.meta
│ │ └── Sprites.meta
│ ├── TextMesh Pro.meta
│ ├── UniversalRenderPipelineGlobalSettings.asset
│ ├── UniversalRenderPipelineGlobalSettings.asset.meta
│ ├── XR
│ │ ├── Loaders
│ │ │ ├── Oculus Loader.asset
│ │ │ ├── Oculus Loader.asset.meta
│ │ │ ├── Open XR Loader.asset
│ │ │ └── Open XR Loader.asset.meta
│ │ ├── Loaders.meta
│ │ ├── Settings
│ │ │ ├── Oculus Settings.asset
│ │ │ ├── Oculus Settings.asset.meta
│ │ │ ├── OpenXR Package Settings.asset
│ │ │ └── OpenXR Package Settings.asset.meta
│ │ ├── Settings.meta
│ │ ├── XRGeneralSettings.asset
│ │ └── XRGeneralSettings.asset.meta
│ ├── XRI
│ │ ├── Settings
│ │ │ ├── Resources
│ │ │ │ ├── InteractionLayerSettings.asset
│ │ │ │ ├── InteractionLayerSettings.asset.meta
│ │ │ │ ├── XRDeviceSimulatorSettings.asset
│ │ │ │ └── XRDeviceSimulatorSettings.asset.meta
│ │ │ ├── Resources.meta
│ │ │ ├── XRInteractionEditorSettings.asset
│ │ │ └── XRInteractionEditorSettings.asset.meta
│ │ └── Settings.meta
│ ├── XRI.meta
│ ├── XRInteractionToolkit
│ │ ├── 2.3.2
│ │ │ ├── Starter Assets
│ │ │ │ ├── Unity.XR.Interaction.Toolkit.Samples.StarterAssets.asmdef
│ │ │ │ ├── Unity.XR.Interaction.Toolkit.Samples.StarterAssets.asmdef.meta
│ │ │ │ ├── XRI Default Continuous Move.preset
│ │ │ │ ├── XRI Default Continuous Move.preset.meta
│ │ │ │ ├── XRI Default Continuous Turn.preset
│ │ │ │ ├── XRI Default Continuous Turn.preset.meta
│ │ │ │ ├── XRI Default Gaze Controller.preset
│ │ │ │ ├── XRI Default Gaze Controller.preset.meta
│ │ │ │ ├── XRI Default Input Actions.inputactions
│ │ │ │ ├── XRI Default Input Actions.inputactions.meta
│ │ │ │ ├── XRI Default Left Controller.preset
│ │ │ │ ├── XRI Default Left Controller.preset.meta
│ │ │ │ ├── XRI Default Left Grab Move.preset
│ │ │ │ ├── XRI Default Left Grab Move.preset.meta
│ │ │ │ ├── XRI Default Right Controller.preset
│ │ │ │ ├── XRI Default Right Controller.preset.meta
│ │ │ │ ├── XRI Default Right Grab Move.preset
│ │ │ │ ├── XRI Default Right Grab Move.preset.meta
│ │ │ │ ├── XRI Default Snap Turn.preset
│ │ │ │ ├── XRI Default Snap Turn.preset.meta
│ │ │ │ ├── XRI Default XR UI Input Module.preset
│ │ │ │ └── XRI Default XR UI Input Module.preset.meta
│ │ │ ├── Starter Assets.meta
│ │ │ ├── XR Device Simulator
│ │ │ │ ├── Scripts
│ │ │ │ │ ├── XRDeviceSimulatorControllerUI.cs
│ │ │ │ │ ├── XRDeviceSimulatorControllerUI.cs.meta
│ │ │ │ │ ├── XRDeviceSimulatorUI.cs
│ │ │ │ │ └── XRDeviceSimulatorUI.cs.meta
│ │ │ │ ├── Scripts.meta
│ │ │ │ ├── UI
│ │ │ │ │ ├── ControllerDevice
│ │ │ │ │ │ ├── ControllerLeft.png
│ │ │ │ │ │ ├── ControllerLeft.png.meta
│ │ │ │ │ │ ├── ControllerOverlayLinesLeft.png
│ │ │ │ │ │ ├── ControllerOverlayLinesLeft.png.meta
│ │ │ │ │ │ ├── ControllerOverlayLinesRight.png
│ │ │ │ │ │ ├── ControllerOverlayLinesRight.png.meta
│ │ │ │ │ │ ├── ControllerRight.png
│ │ │ │ │ │ └── ControllerRight.png.meta
│ │ │ │ │ ├── ControllerDevice.meta
│ │ │ │ │ ├── General
│ │ │ │ │ │ ├── CloseWindow.png
│ │ │ │ │ │ ├── CloseWindow.png.meta
│ │ │ │ │ │ ├── CycleXRDevices.png
│ │ │ │ │ │ ├── CycleXRDevices.png.meta
│ │ │ │ │ │ ├── DeviceSimUI_bg.png
│ │ │ │ │ │ ├── DeviceSimUI_bg.png.meta
│ │ │ │ │ │ ├── Gripper.png
│ │ │ │ │ │ ├── Gripper.png.meta
│ │ │ │ │ │ ├── KeyboardIcon.png
│ │ │ │ │ │ ├── KeyboardIcon.png.meta
│ │ │ │ │ │ ├── Locked.png
│ │ │ │ │ │ ├── Locked.png.meta
│ │ │ │ │ │ ├── Look.png
│ │ │ │ │ │ ├── Look.png.meta
│ │ │ │ │ │ ├── OpenWindow.png
│ │ │ │ │ │ ├── OpenWindow.png.meta
│ │ │ │ │ │ ├── Unlocked.png
│ │ │ │ │ │ └── Unlocked.png.meta
│ │ │ │ │ ├── General.meta
│ │ │ │ │ ├── HeadDevice
│ │ │ │ │ │ ├── HMD_d.png
│ │ │ │ │ │ ├── HMD_d.png.meta
│ │ │ │ │ │ ├── HMDOverlay.png
│ │ │ │ │ │ ├── HMDOverlay.png.meta
│ │ │ │ │ │ ├── HMD.png
│ │ │ │ │ │ ├── HMD.png.meta
│ │ │ │ │ │ ├── Movement.png
│ │ │ │ │ │ ├── Movement.png.meta
│ │ │ │ │ │ ├── MoveRotateTool.png
│ │ │ │ │ │ ├── MoveRotateTool.png.meta
│ │ │ │ │ │ ├── XR.png
│ │ │ │ │ │ └── XR.png.meta
│ │ │ │ │ ├── HeadDevice.meta
│ │ │ │ │ ├── Mouse
│ │ │ │ │ │ ├── Cursor.png
│ │ │ │ │ │ ├── Cursor.png.meta
│ │ │ │ │ │ ├── MouseMoveAround.png
│ │ │ │ │ │ ├── MouseMoveAround.png.meta
│ │ │ │ │ │ ├── Mouse.png
│ │ │ │ │ │ ├── Mouse.png.meta
│ │ │ │ │ │ ├── MouseR_d.png
│ │ │ │ │ │ ├── MouseR_d.png.meta
│ │ │ │ │ │ ├── MouseR.png
│ │ │ │ │ │ └── MouseR.png.meta
│ │ │ │ │ ├── Mouse.meta
│ │ │ │ │ ├── XR Device Simulator UI.prefab
│ │ │ │ │ └── XR Device Simulator UI.prefab.meta
│ │ │ │ ├── UI.meta
│ │ │ │ ├── Unity.XR.Interaction.Toolkit.Samples.DeviceSimulator.asmdef
│ │ │ │ ├── Unity.XR.Interaction.Toolkit.Samples.DeviceSimulator.asmdef.meta
│ │ │ │ ├── XR Device Controller Controls.inputactions
│ │ │ │ ├── XR Device Controller Controls.inputactions.meta
│ │ │ │ ├── XR Device Simulator Controls.inputactions
│ │ │ │ ├── XR Device Simulator Controls.inputactions.meta
│ │ │ │ ├── XR Device Simulator.prefab
│ │ │ │ └── XR Device Simulator.prefab.meta
│ │ │ └── XR Device Simulator.meta
│ │ └── 2.3.2.meta
│ ├── XRInteractionToolkit.meta
│ └── XR.meta
├── Images~
│ ├── Cesium_for_Unity-Logo-WhiteBGH.jpg
│ ├── ferry_building.jpg
│ ├── googleplex.jpeg
│ ├── melbourne_point_cloud.jpg
│ ├── metadata.jpg
│ └── san_francisco.jpg
├── LICENSE
├── Packages
│ ├── manifest.json
│ └── packages-lock.json
├── ProjectSettings
│ ├── AudioManager.asset
│ ├── boot.config
│ ├── BurstAotSettings_StandaloneWindows.json
│ ├── ClusterInputManager.asset
│ ├── CommonBurstAotSettings.json
│ ├── DynamicsManager.asset
│ ├── EditorBuildSettings.asset
│ ├── EditorSettings.asset
│ ├── GraphicsSettings.asset
│ ├── InputManager.asset
│ ├── MemorySettings.asset
│ ├── NavMeshAreas.asset
│ ├── PackageManagerSettings.asset
│ ├── Physics2DSettings.asset
│ ├── PresetManager.asset
│ ├── ProjectSettings.asset
│ ├── ProjectVersion.txt
│ ├── QualitySettings.asset
│ ├── SceneTemplateSettings.json
│ ├── ShaderGraphSettings.asset
│ ├── TagManager.asset
│ ├── TimeManager.asset
│ ├── UnityConnectSettings.asset
│ ├── URPProjectSettings.asset
│ ├── VersionControlSettings.asset
│ ├── VFXManager.asset
│ └── XRSettings.asset
└── README.md
62 directories, 466 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论