Premier commit du cinquième front. Trois parties : - `unity/MyInfoMateVR/` : le projet Unity (6000.0.83f1, URP, Meta XR SDK 205), un APK unique pour tous les clients. Menu flottant à sélection au regard, appairage, chargement de scène GLB, POI, cache de contenu, télémétrie. - `unity-overlay/` : les mêmes scripts à recopier sur un projet Unity neuf, avec les pièges rencontrés consignés dans son README. - `viewer/` : viewer et éditeur de scène web autonome (Vite, TypeScript, three.js), partagé avec les autres fronts. - `docs/` : état des lieux, setup Unity, décisions d'architecture et plan d'exécution en 9 étapes. La scène est décrite par un `scene.json` poussé par `adb push` : l'app le préfère à celui embarqué dans l'APK. Les binaires (GLB, textures de l'échantillon Sponza, DLL Meta XR) passent par Git LFS dès ce premier commit — les y faire entrer après coup demanderait de réécrire l'historique. Les artefacts régénérés par l'éditeur et par CMake (`Library/`, `.utmp/`, Burst debug) sont ignorés. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
50 lines
1.3 KiB
Plaintext
50 lines
1.3 KiB
Plaintext
%YAML 1.1
|
|
%TAG !u! tag:unity3d.com,2011:
|
|
--- !u!114 &11400000
|
|
MonoBehaviour:
|
|
m_ObjectHideFlags: 0
|
|
m_CorrespondingSourceObject: {fileID: 0}
|
|
m_PrefabInstance: {fileID: 0}
|
|
m_PrefabAsset: {fileID: 0}
|
|
m_GameObject: {fileID: 0}
|
|
m_Enabled: 1
|
|
m_EditorHideFlags: 0
|
|
m_Script: {fileID: 11500000, guid: 05d394ae2a81edd4cbc3c51917e766e3, type: 3}
|
|
m_Name: OculusProjectConfig
|
|
m_EditorClassIdentifier:
|
|
targetDeviceTypes: 02000000030000000400000005000000
|
|
allowOptional3DofHeadTracking: 0
|
|
handTrackingSupport: 1
|
|
handTrackingFrequency: 0
|
|
anchorSupport: 1
|
|
sharedAnchorSupport: 0
|
|
renderModelSupport: 0
|
|
trackedKeyboardSupport: 0
|
|
bodyTrackingSupport: 0
|
|
faceTrackingSupport: 0
|
|
eyeTrackingSupport: 0
|
|
colocationSessionSupport: 0
|
|
sceneSupport: 2
|
|
boundaryVisibilitySupport: 0
|
|
disableBackups: 1
|
|
enableNSCConfig: 1
|
|
securityXmlPath:
|
|
horizonOsSdkDisabled: 0
|
|
minHorizonOsSdkVersion: 60
|
|
targetHorizonOsSdkVersion: 205
|
|
skipUnneededShaders: 0
|
|
enableIL2CPPLTO: 0
|
|
removeGradleManifest: 1
|
|
metaXrFeaturePromptDeclined: 0
|
|
useOpenXRPromptDeclined: 0
|
|
focusAware: 1
|
|
requiresSystemKeyboard: 0
|
|
experimentalFeaturesEnabled: 0
|
|
insightPassthroughEnabled: 0
|
|
_insightPassthroughSupport: 0
|
|
isPassthroughCameraAccessEnabled: 0
|
|
_processorFavor: 0
|
|
systemSplashScreen: {fileID: 0}
|
|
systemSplashScreenType: 0
|
|
_systemLoadingScreenBackground: 0
|