Search Unity

Question ARKit crash Failed to initialize subsystem ARKit-Meshing

Discussion in 'AR' started by HRDev, Jan 12, 2022.

  1. HRDev

    HRDev

    Joined:
    Jun 4, 2018
    Posts:
    58
    Hello i'm creating an application that simply renders 3D models in AR. In the main script I have an array in which I insert all the prefabs which are then chosen and rendered. when I have 4/5 prefabs in the array the application works perfectly but if I insert more it crashes on startup ... What could it be? the models are very heavy and cannot be reduced. Here is the log:

    Jan 12 20:07:03.813 RemoteConsole <Message>: Console display reset
    Jan 12 20:07:05.803 RemoteConsole <stderr>: Hello! I'm your app and this is my first message to stderr =)
    Jan 12 20:07:05.923 RemoteConsole <stderr>: 2022-01-12 20:07:06.752 HoloMeetingsSchnedier[351:11578] Built from '2021.2/staging' branch, Version '2021.2.6f1 (8c4e826ba445)', Build type 'Release', Scripting Backend 'il2cpp'
    Jan 12 20:07:05.925 RemoteConsole <stdout>: [UnityMemory] Configuration Parameters - Can be set up in boot.config
    Jan 12 20:07:05.927 RemoteConsole <stderr>: 2022-01-12 20:07:06.753 HoloMeetingsSchnedier[351:11578] MemoryManager: Using 'Default' Allocator.
    Jan 12 20:07:05.927 RemoteConsole <stderr>: 2022-01-12 20:07:06.753 HoloMeetingsSchnedier[351:11578] [UnityMemory] Configuration Parameters - Can be set up in boot.config
    Jan 12 20:07:05.927 RemoteConsole <stderr>: 2022-01-12 20:07:06.754 HoloMeetingsSchnedier[351:11578] "memorysetup-bucket-allocator-granularity=16"
    Jan 12 20:07:05.927 RemoteConsole <stderr>: 2022-01-12 20:07:06.754 HoloMeetingsSchnedier[351:11578] "memorysetup-bucket-allocator-bucket-count=8"
    Jan 12 20:07:05.927 RemoteConsole <stderr>: 2022-01-12 20:07:06.754 HoloMeetingsSchnedier[351:11578] "memorysetup-bucket-allocator-block-size=4194304"
    Jan 12 20:07:05.927 RemoteConsole <stderr>: 2022-01-12 20:07:06.754 HoloMeetingsSchnedier[351:11578] "memorysetup-bucket-allocator-block-count=1"
    Jan 12 20:07:05.927 RemoteConsole <stderr>: 2022-01-12 20:07:06.754 HoloMeetingsSchnedier[351:11578] "memorysetup-main-allocator-block-size=16777216"
    Jan 12 20:07:05.927 RemoteConsole <stderr>: 2022-01-12 20:07:06.754 HoloMeetingsSchnedier[351:11578] "memorysetup-thread-allocator-block-size=16777216"
    Jan 12 20:07:05.927 RemoteConsole <stderr>: 2022-01-12 20:07:06.754 HoloMeetingsSchnedier[351:11578] "memorysetup-gfx-main-allocator-block-size=16777216"
    Jan 12 20:07:05.927 RemoteConsole <stderr>: 2022-01-12 20:07:06.754 HoloMeetingsSchnedier[351:11578] "memorysetup-gfx-thread-allocator-block-size=16777216"
    Jan 12 20:07:05.927 RemoteConsole <stderr>: 2022-01-12 20:07:06.754 HoloMeetingsSchnedier[351:11578] "memorysetup-cache-allocator-block-size=4194304"
    Jan 12 20:07:05.927 RemoteConsole <stderr>: 2022-01-12 20:07:06.754 HoloMeetingsSchnedier[351:11578] "memorysetup-typetree-allocator-block-size=2097152"
    Jan 12 20:07:05.927 RemoteConsole <stderr>: 2022-01-12 20:07:06.754 HoloMeetingsSchnedier[351:11578] "memorysetup-profiler-bucket-allocator-granularity=16"
    Jan 12 20:07:05.927 RemoteConsole <stderr>: 2022-01-12 20:07:06.754 HoloMeetingsSchnedier[351:11578] "memorysetup-profiler-bucket-allocator-bucket-count=8"
    Jan 12 20:07:05.927 RemoteConsole <stdout>: "memorysetup-bucket-allocator-granularity=16"
    Jan 12 20:07:05.927 RemoteConsole <stdout>: "memorysetup-bucket-allocator-bucket-count=8"
    Jan 12 20:07:05.927 RemoteConsole <stdout>: "memorysetup-bucket-allocator-block-size=4194304"
    Jan 12 20:07:05.927 RemoteConsole <stdout>: "memorysetup-bucket-allocator-block-count=1"
    Jan 12 20:07:05.927 RemoteConsole <stderr>: 2022-01-12 20:07:06.754 HoloMeetingsSchnedier[351:11578] "memorysetup-profiler-bucket-allocator-block-size=4194304"
    Jan 12 20:07:05.927 RemoteConsole <stdout>: "memorysetup-main-allocator-block-size=16777216"
    Jan 12 20:07:05.927 RemoteConsole <stdout>: "memorysetup-thread-allocator-block-size=16777216"
    Jan 12 20:07:05.927 RemoteConsole <stderr>: 2022-01-12 20:07:06.754 HoloMeetingsSchnedier[351:11578] "memorysetup-profiler-bucket-allocator-block-count=1"
    Jan 12 20:07:05.927 RemoteConsole <stdout>: "memorysetup-gfx-main-allocator-block-size=16777216"
    Jan 12 20:07:05.927 RemoteConsole <stderr>: 2022-01-12 20:07:06.754 HoloMeetingsSchnedier[351:11578] "memorysetup-profiler-allocator-block-size=16777216"
    Jan 12 20:07:05.927 RemoteConsole <stdout>: "memorysetup-gfx-thread-allocator-block-size=16777216"
    Jan 12 20:07:05.927 RemoteConsole <stderr>: 2022-01-12 20:07:06.754 HoloMeetingsSchnedier[351:11578] "memorysetup-profiler-editor-allocator-block-size=1048576"
    Jan 12 20:07:05.927 RemoteConsole <stdout>: "memorysetup-cache-allocator-block-size=4194304"
    Jan 12 20:07:05.927 RemoteConsole <stderr>: 2022-01-12 20:07:06.754 HoloMeetingsSchnedier[351:11578] "memorysetup-temp-allocator-size-main=4194304"
    Jan 12 20:07:05.927 RemoteConsole <stderr>: 2022-01-12 20:07:06.754 HoloMeetingsSchnedier[351:11578] "memorysetup-job-temp-allocator-block-size=2097152"
    Jan 12 20:07:05.927 RemoteConsole <stdout>: "memorysetup-typetree-allocator-block-size=2097152"
    Jan 12 20:07:05.927 RemoteConsole <stdout>: "memorysetup-profiler-bucket-allocator-granularity=16"
    Jan 12 20:07:05.927 RemoteConsole <stderr>: 2022-01-12 20:07:06.754 HoloMeetingsSchnedier[351:11578] "memorysetup-job-temp-allocator-block-size-background=1048576"
    Jan 12 20:07:05.927 RemoteConsole <stdout>: "memorysetup-profiler-bucket-allocator-bucket-count=8"
    Jan 12 20:07:05.927 RemoteConsole <stderr>: 2022-01-12 20:07:06.754 HoloMeetingsSchnedier[351:11578] "memorysetup-job-temp-allocator-reduction-small-platforms=262144"
    Jan 12 20:07:05.927 RemoteConsole <stdout>: "memorysetup-profiler-bucket-allocator-block-size=4194304"
    Jan 12 20:07:05.927 RemoteConsole <stderr>: 2022-01-12 20:07:06.755 HoloMeetingsSchnedier[351:11578] "memorysetup-temp-allocator-size-background-worker=32768"
    Jan 12 20:07:05.927 RemoteConsole <stdout>: "memorysetup-profiler-bucket-allocator-block-count=1"
    Jan 12 20:07:05.927 RemoteConsole <stderr>: 2022-01-12 20:07:06.755 HoloMeetingsSchnedier[351:11578] "memorysetup-temp-allocator-size-job-worker=262144"
    Jan 12 20:07:05.927 RemoteConsole <stdout>: "memorysetup-profiler-allocator-block-size=16777216"
    Jan 12 20:07:05.927 RemoteConsole <stderr>: 2022-01-12 20:07:06.755 HoloMeetingsSchnedier[351:11578] "memorysetup-temp-allocator-size-preload-manager=262144"
    Jan 12 20:07:05.927 RemoteConsole <stdout>: "memorysetup-profiler-editor-allocator-block-size=1048576"
    Jan 12 20:07:05.927 RemoteConsole <stderr>: 2022-01-12 20:07:06.755 HoloMeetingsSchnedier[351:11578] "memorysetup-temp-allocator-size-nav-mesh-worker=65536"
    Jan 12 20:07:05.927 RemoteConsole <stdout>: "memorysetup-temp-allocator-size-main=4194304"
    Jan 12 20:07:05.927 RemoteConsole <stderr>: 2022-01-12 20:07:06.755 HoloMeetingsSchnedier[351:11578] "memorysetup-temp-allocator-size-audio-worker=65536"
    Jan 12 20:07:05.927 RemoteConsole <stdout>: "memorysetup-job-temp-allocator-block-size=2097152"
    Jan 12 20:07:05.927 RemoteConsole <stdout>: "memorysetup-job-temp-allocator-block-size-background=1048576"
    Jan 12 20:07:05.927 RemoteConsole <stdout>: "memorysetup-job-temp-allocator-reduction-small-platforms=262144"
    Jan 12 20:07:05.927 RemoteConsole <stdout>: "memorysetup-temp-allocator-size-background-worker=32768"
    Jan 12 20:07:05.927 RemoteConsole <stdout>: "memorysetup-temp-allocator-size-job-worker=262144"
    Jan 12 20:07:05.927 RemoteConsole <stdout>: "memorysetup-temp-allocator-size-preload-manager=262144"
    Jan 12 20:07:05.927 RemoteConsole <stdout>: "memorysetup-temp-allocator-size-nav-mesh-worker=65536"
    Jan 12 20:07:05.927 RemoteConsole <stdout>: "memorysetup-temp-allocator-size-audio-worker=65536"
    Jan 12 20:07:05.927 RemoteConsole <stdout>: "memorysetup-temp-allocator-size-cloud-worker=32768"
    Jan 12 20:07:05.930 RemoteConsole <stderr>: 2022-01-12 20:07:06.755 HoloMeetingsSchnedier[351:11578] "memorysetup-temp-allocator-size-cloud-worker=32768"
    Jan 12 20:07:05.930 RemoteConsole <stderr>: 2022-01-12 20:07:06.755 HoloMeetingsSchnedier[351:11578] "memorysetup-temp-allocator-size-gfx=262144"
    Jan 12 20:07:05.931 RemoteConsole <stdout>: "memorysetup-temp-allocator-size-gfx=262144"
    Jan 12 20:07:06.371 RemoteConsole <stderr>: 2022-01-12 20:07:07.197 HoloMeetingsSchnedier[351:11578] [Subsystems] Discovering subsystems at path /private/var/containers/Bundle/Application/086E188A-458D-4FD3-864C-AA2C8B6E4DF2/HoloMeetingsSchnedier.app/Data/UnitySubsystems
    Jan 12 20:07:06.372 RemoteConsole <stdout>: -> applicationDidFinishLaunching()
    Jan 12 20:07:06.372 RemoteConsole <stdout>: -> applicationDidBecomeActive()
    Jan 12 20:07:06.372 RemoteConsole <stdout>: [Subsystems] Discovering subsystems at path /private/var/containers/Bundle/Application/086E188A-458D-4FD3-864C-AA2C8B6E4DF2/HoloMeetingsSchnedier.app/Data/UnitySubsystems
    Jan 12 20:07:06.419 RemoteConsole <stdout>: [Subsystems] No descriptors matched for examples in UnitySubsystems/UnityARKit/UnitySubsystemsManifest.json.
    Jan 12 20:07:06.419 RemoteConsole <stdout>: [Subsystems] 1 'inputs' descriptors matched in UnitySubsystems/UnityARKit/UnitySubsystemsManifest.json
    Jan 12 20:07:06.419 RemoteConsole <stdout>: [Subsystems] No descriptors matched for displays in UnitySubsystems/UnityARKit/UnitySubsystemsManifest.json.
    Jan 12 20:07:06.419 RemoteConsole <stdout>: [Subsystems] 1 'meshings' descriptors matched in UnitySubsystems/UnityARKit/UnitySubsystemsManifest.json
    Jan 12 20:07:06.419 RemoteConsole <stdout>: GfxDevice: creating device client; threaded=1; jobified=0
    Jan 12 20:07:06.419 RemoteConsole <stdout>: Initializing Metal device caps: Apple A9X GPU
    Jan 12 20:07:06.419 RemoteConsole <stdout>: Initialize engine version: 2021.2.6f1 (8c4e826ba445)
    Jan 12 20:07:06.421 RemoteConsole <stderr>: 2022-01-12 20:07:07.199 HoloMeetingsSchnedier[351:11578] [Subsystems] No descriptors matched for examples in UnitySubsystems/UnityARKit/UnitySubsystemsManifest.json.
    Jan 12 20:07:06.421 RemoteConsole <stderr>: 2022-01-12 20:07:07.199 HoloMeetingsSchnedier[351:11578] [Subsystems] 1 'inputs' descriptors matched in UnitySubsystems/UnityARKit/UnitySubsystemsManifest.json
    Jan 12 20:07:06.421 RemoteConsole <stderr>: 2022-01-12 20:07:07.199 HoloMeetingsSchnedier[351:11578] [Subsystems] No descriptors matched for displays in UnitySubsystems/UnityARKit/UnitySubsystemsManifest.json.
    Jan 12 20:07:06.421 RemoteConsole <stderr>: 2022-01-12 20:07:07.199 HoloMeetingsSchnedier[351:11578] [Subsystems] 1 'meshings' descriptors matched in UnitySubsystems/UnityARKit/UnitySubsystemsManifest.json
    Jan 12 20:07:06.421 RemoteConsole <stderr>: 2022-01-12 20:07:07.199 HoloMeetingsSchnedier[351:11578] GfxDevice: creating device client; threaded=1; jobified=0
    Jan 12 20:07:06.421 RemoteConsole <stderr>: 2022-01-12 20:07:07.204 HoloMeetingsSchnedier[351:11578] Initializing Metal device caps: Apple A9X GPU
    Jan 12 20:07:06.421 RemoteConsole <stderr>: 2022-01-12 20:07:07.207 HoloMeetingsSchnedier[351:11578] Initialize engine version: 2021.2.6f1 (8c4e826ba445)
    Jan 12 20:07:06.969 RemoteConsole <stderr>: 2022-01-12 20:07:07.797 HoloMeetingsSchnedier[351:11578] XRGeneral Settings awakening...
    Jan 12 20:07:06.969 RemoteConsole <stderr>: UnityEngine.XR.Management.XRGeneralSettings:Awake()
    Jan 12 20:07:06.969 RemoteConsole <stderr>:
    Jan 12 20:07:06.970 RemoteConsole <stdout>: XRGeneral Settings awakening...
    Jan 12 20:07:06.970 RemoteConsole <stdout>: UnityEngine.XR.Management.XRGeneralSettings:Awake()
    Jan 12 20:07:06.970 RemoteConsole <stdout>:
    Jan 12 20:07:06.996 RemoteConsole <stderr>: 2022-01-12 20:07:07.814 HoloMeetingsSchnedier[351:11578]
    Jan 12 20:07:06.996 RemoteConsole <stderr>: // 2D joint skeleton
    Jan 12 20:07:06.996 RemoteConsole <stderr>: enum JointIndices
    Jan 12 20:07:06.996 RemoteConsole <stderr>: {
    Jan 12 20:07:06.996 RemoteConsole <stderr>: Invalid = -1,
    Jan 12 20:07:06.996 RemoteConsole <stderr>: Head = 0, // parent: Neck1 [1]
    Jan 12 20:07:06.996 RemoteConsole <stderr>: Neck1 = 1, // parent: Root [16]
    Jan 12 20:07:06.996 RemoteConsole <stderr>: RightShoulder1 = 2, // parent: Neck1 [1]
    Jan 12 20:07:06.996 RemoteConsole <stderr>: RightForearm = 3, // parent: RightShoulder1 [2]
    Jan 12 20:07:06.996 RemoteConsole <stderr>: RightHand = 4, // parent: RightForearm [3]
    Jan 12 20:07:06.996 RemoteConsole <stderr>: LeftShoulder1 = 5, // parent: Neck1 [1]
    Jan 12 20:07:06.996 RemoteConsole <stderr>: LeftForearm = 6, // parent: LeftShoulder1 [5]
    Jan 12 20:07:06.996 RemoteConsole <stderr>: LeftHand = 7, // parent: LeftForearm [6]
    Jan 12 20:07:06.996 RemoteConsole <stderr>: RightUpLeg = 8, // parent: Root [16]
    Jan 12 20:07:06.996 RemoteConsole <stderr>: RightLeg = 9, // parent: RightUpLeg [8]
    Jan 12 20:07:06.996 RemoteConsole <stderr>: RightFoot = 10, // parent: RightLeg [9]
    Jan 12 20:07:06.996 RemoteConsole <stderr>: LeftUpLeg = 11, // parent: Root [16]
    Jan 12 20:07:06.996 RemoteConsole <stderr>: LeftLeg = 12, // parent: LeftUpLeg [11]
    Jan 12 20:07:06.996 RemoteConsole <stderr>: LeftFoot = 13, // parent: LeftLeg [12]
    Jan 12 20:07:06.996 RemoteConsole <stderr>: RightEye = 14, // parent: Head [0]
    Jan 12 20:07:06.996 RemoteConsole <stderr>: LeftEye = 15, // parent: Head [0]
    Jan 12 20:07:06.996 RemoteConsole <stderr>: Root = 16, // parent: <none> [-1]
    Jan 12 20:07:06.996 RemoteConsole <stderr>: }
    Jan 12 20:07:06.996 RemoteConsole <stderr>:
    Jan 12 20:07:06.996 RemoteConsole <stderr>: 2022-01-12 20:07:07.824 HoloMeetingsSchnedier[351:11578]
    Jan 12 20:07:06.996 RemoteConsole <stderr>: // 3D joint skeleton
    Jan 12 20:07:06.996 RemoteConsole <stderr>: enum JointIndices
    Jan 12 20:07:06.996 RemoteConsole <stderr>: {
    Jan 12 20:07:06.996 RemoteConsole <stderr>: Invalid = -1,
    Jan 12 20:07:06.996 RemoteConsole <stderr>: Root = 0, // parent: <none> [-1]
    Jan 12 20:07:06.996 RemoteConsole <stderr>: Hips = 1, // parent: Root [0]
    Jan 12 20:07:06.996 RemoteConsole <stderr>: LeftUpLeg = 2, // parent: Hips [1]
    Jan 12 20:07:06.996 RemoteConsole <stderr>: LeftLeg = 3, // parent: LeftUpLeg [2]
    Jan 12 20:07:06.996 RemoteConsole <stderr>: LeftFoot = 4, // parent: LeftLeg [3]
    Jan 12 20:07:06.996 RemoteConsole <stderr>: LeftToes = 5, // parent: LeftFoot [4]
    Jan 12 20:07:06.996 RemoteConsole <stderr>: LeftToesEnd = 6, // parent: LeftToes [5]
    Jan 12 20:07:06.996 RemoteConsole <stderr>: RightUpLeg = 7, // parent: Hips [1]
    Jan 12 20:07:06.996 RemoteConsole <stderr>: RightLeg = 8, // parent: RightUpLeg [7]
    Jan 12 20:07:06.996 RemoteConsole <stderr>: RightFoot = 9, // parent: RightLeg [8]
    Jan 12 20:07:06.996 RemoteConsole <stderr>: RightToes = 10, // parent: RightFoot [9]
    Jan 12 20:07:06.996 RemoteConsole <stderr>: RightToesEnd = 11, // parent: RightToes [10]
    Jan 12 20:07:06.996 RemoteConsole <stderr>: Spine1 = 12, // parent: Hips [1]
    Jan 12 20:07:06.996 RemoteConsole <stderr>: Spine2 = 13, // parent: Spine1 [12]
    Jan 12 20:07:06.996 RemoteConsole <stderr>: Spine3 = 14, // parent: Spine2 [13]
    Jan 12 20:07:06.996 RemoteConsole <stderr>: Spine4 = 15, // parent: Spine3 [14]
    Jan 12 20:07:06.996 RemoteConsole <stderr>: Spine5 = 16, // parent: Spine4 [15]
    Jan 12 20:07:06.996 RemoteConsole <stderr>: Spine6 = 17, // parent: Spine5 [16]
    Jan 12 20:07:06.996 RemoteConsole <stderr>: Spine7 = 18, // parent: Spine6 [17]
    Jan 12 20:07:06.996 RemoteConsole <stderr>: LeftShoulder1 = 19, // parent: Spine7 [18]
    Jan 12 20:07:06.996 RemoteConsole <stderr>: LeftArm = 20, // parent: LeftShoulder1 [19]
    Jan 12 20:07:06.996 RemoteConsole <stderr>: LeftForearm = 21, // parent: LeftArm [20]
    Jan 12 20:07:06.996 RemoteConsole <stderr>: LeftHand = 22, // parent: LeftForearm [21]
    Jan 12 20:07:06.996 RemoteConsole <stderr>: LeftHandIndexStart = 23, // parent: LeftHand [22]
    Jan 12 20:07:06.996 RemoteConsole <stderr>: LeftHandIndex1 = 24, // parent: LeftHandIndexStart [23]
    Jan 12 20:07:06.996 RemoteConsole <stderr>: LeftHandIndex2 = 25, // parent: LeftHandIndex1 [24]
    Jan 12 20:07:06.996 RemoteConsole <stderr>: LeftHandIndex3 = 26, // parent: LeftHandIndex2 [25]
    Jan 12 20:07:06.996 RemoteConsole <stderr>: LeftHandIndexEnd = 27, // parent: LeftHandIndex3 [26]
    Jan 12 20:07:06.996 RemoteConsole <stderr>: LeftHandMidStart = 28, // parent: LeftHand [22]
    Jan 12 20:07:06.996 RemoteConsole <stderr>: LeftHandMid1 = 29, // parent: LeftHandMidStart [28]
    Jan 12 20:07:06.996 RemoteConsole <stderr>: LeftHandMid2 = 30, // parent: LeftHandMid1 [29]
    Jan 12 20:07:06.996 RemoteConsole <stderr>: LeftHandMid3 = 31, // parent: LeftHandMid2 [30]
    Jan 12 20:07:06.997 RemoteConsole <stderr>: LeftHandMidEnd = 32, // parent: LeftHandMid3 [31]
    Jan 12 20:07:06.997 RemoteConsole <stderr>: LeftHandPinkyStart = 33, // parent: LeftHand [22]
    Jan 12 20:07:06.997 RemoteConsole <stderr>: LeftHandPinky1 = 34, // parent: LeftHandPinkyStart [33]
    Jan 12 20:07:06.997 RemoteConsole <stderr>: LeftHandPinky2 = 35, // parent: LeftHandPinky1 [34]
    Jan 12 20:07:06.997 RemoteConsole <stderr>: LeftHandPinky3 = 36, // parent: LeftHandPinky2 [35]
    Jan 12 20:07:06.997 RemoteConsole <stderr>: LeftHandPinkyEnd = 37, // parent: LeftHandPinky3 [36]
    Jan 12 20:07:06.997 RemoteConsole <stderr>: LeftHandRingStart = 38, // parent: LeftHand [22]
    Jan 12 20:07:06.997 RemoteConsole <stderr>: LeftHandRing1 = 39, // parent: LeftHandRingStart [38]
    Jan 12 20:07:06.997 RemoteConsole <stderr>: LeftHandRing2 = 40, // parent: LeftHandRing1 [39]
    Jan 12 20:07:06.997 RemoteConsole <stderr>: LeftHandRing3 = 41, // parent: LeftHandRing2 [40]
    Jan 12 20:07:06.997 RemoteConsole <stderr>: LeftHandRingEnd = 42, // parent: LeftHandRing3 [41]
    Jan 12 20:07:06.997 RemoteConsole <stderr>: LeftHandThumbStart = 43, // parent: LeftHand [22]
    Jan 12 20:07:06.997 RemoteConsole <stderr>: LeftHandThumb1 = 44, // parent: LeftHandThumbStart [43]
    Jan 12 20:07:06.997 RemoteConsole <stderr>: LeftHandThumb2 = 45, // parent: LeftHandThumb1 [44]
    Jan 12 20:07:06.997 RemoteConsole <stderr>: LeftHandThumbEnd = 46, // parent: LeftHandThumb2 [45]
    Jan 12 20:07:06.997 RemoteConsole <stderr>: Neck1 = 47, // parent: Spine7 [18]
    Jan 12 20:07:06.997 RemoteConsole <stderr>: Neck2 = 48, // parent: Neck1 [47]
    Jan 12 20:07:06.997 RemoteConsole <stderr>: Neck3 = 49, // parent: Neck2 [48]
    Jan 12 20:07:06.997 RemoteConsole <stderr>: Neck4 = 50, // parent: Neck3 [49]
    Jan 12 20:07:06.997 RemoteConsole <stderr>: Head = 51, // parent: Neck4 [50]
    Jan 12 20:07:06.997 RemoteConsole <stderr>: Jaw = 52, // parent: Head [51]
    Jan 12 20:07:06.997 RemoteConsole <stderr>: Chin = 53, // parent: Jaw [52]
    Jan 12 20:07:06.997 RemoteConsole <stderr>: LeftEye = 54, // parent: Head [51]
    Jan 12 20:07:06.997 RemoteConsole <stderr>: LeftEyeLowerLid = 55, // parent: LeftEye [54]
    Jan 12 20:07:06.997 RemoteConsole <stderr>: LeftEyeUpperLid = 56, // parent: LeftEye [54]
    Jan 12 20:07:06.997 RemoteConsole <stderr>: LeftEyeball = 57, // parent: LeftEye [54]
    Jan 12 20:07:06.997 RemoteConsole <stderr>: Nose = 58, // parent: Head [51]
    Jan 12 20:07:06.997 RemoteConsole <stderr>: RightEye = 59, // parent: Head [51]
    Jan 12 20:07:06.997 RemoteConsole <stderr>: RightEyeLowerLid = 60, // parent: RightEye [59]
    Jan 12 20:07:06.997 RemoteConsole <stderr>: RightEyeUpperLid = 61, // parent: RightEye [59]
    Jan 12 20:07:06.997 RemoteConsole <stderr>: RightEyeball = 62, // parent: RightEye [59]
    Jan 12 20:07:06.997 RemoteConsole <stderr>: RightShoulder1 = 63, // parent: Spine7 [18]
    Jan 12 20:07:06.997 RemoteConsole <stderr>: RightArm = 64, // parent: RightShoulder1 [63]
    Jan 12 20:07:06.997 RemoteConsole <stderr>: RightForearm = 65, // parent: RightArm [64]
    Jan 12 20:07:06.997 RemoteConsole <stderr>: RightHand = 66, // parent: RightForearm [65]
    Jan 12 20:07:06.997 RemoteConsole <stderr>: RightHandIndexStart = 67, // parent: RightHand [66]
    Jan 12 20:07:06.997 RemoteConsole <stderr>: RightHandIndex1 = 68, // parent: RightHandIndexStart [67]
    Jan 12 20:07:06.997 RemoteConsole <stderr>: RightHandIndex2 = 69, // parent: RightHandIndex1 [68]
    Jan 12 20:07:06.997 RemoteConsole <stderr>: RightHandIndex3 = 70, // parent: RightHandIndex2 [69]
    Jan 12 20:07:06.997 RemoteConsole <stderr>: RightHandIndexEnd = 71, // parent: RightHandIndex3 [70]
    Jan 12 20:07:06.997 RemoteConsole <stderr>: RightHandMidStart = 72, // parent: RightHand [66]
    Jan 12 20:07:06.997 RemoteConsole <stderr>: RightHandMid1 = 73, // parent: RightHandMidStart [72]
    Jan 12 20:07:06.997 RemoteConsole <stderr>: RightHandMid2 = 74, // parent: RightHandMid1 [73]
    Jan 12 20:07:06.997 RemoteConsole <stderr>: RightHandMid3 = 75, // parent: RightHandMid2 [74]
    Jan 12 20:07:06.997 RemoteConsole <stderr>: RightHandMidEnd = 76, // parent: RightHandMid3 [75]
    Jan 12 20:07:06.997 RemoteConsole <stderr>: RightHandPinkyStart = 77, // parent: RightHand [66]
    Jan 12 20:07:06.997 RemoteConsole <stderr>: RightHandPinky1 = 78, // parent: RightHandPinkyStart [77]
    Jan 12 20:07:06.997 RemoteConsole <stderr>: RightHandPinky2 = 79, // parent: RightHandPinky1 [78]
    Jan 12 20:07:06.997 RemoteConsole <stderr>: RightHandPinky3 = 80, // parent: RightHandPinky2 [79]
    Jan 12 20:07:06.997 RemoteConsole <stderr>: RightHandPinkyEnd = 81, // parent: RightHandPinky3 [80]
    Jan 12 20:07:06.997 RemoteConsole <stderr>: RightHandRingStart = 82, // parent: RightHand [66]
    Jan 12 20:07:06.997 RemoteConsole <stderr>: RightHandRing1 = 83, // parent: RightHandRingStart [82]
    Jan 12 20:07:06.997 RemoteConsole <stderr>: RightHandRing2 = 84, // parent: RightHandRing1 [83]
    Jan 12 20:07:06.997 RemoteConsole <stderr>: RightHandRing3 = 85, // parent: RightHandRing2 [84]
    Jan 12 20:07:06.997 RemoteConsole <stderr>: RightHandRingEnd = 86, // parent: RightHandRing3 [85]
    Jan 12 20:07:06.997 RemoteConsole <stderr>: RightHandThumbStart = 87, // parent: RightHand [66]
    Jan 12 20:07:06.997 RemoteConsole <stderr>: RightHandThumb1 = 88, // parent: RightHandThumbStart [87]
    Jan 12 20:07:06.997 RemoteConsole <stderr>: RightHandThumb2 = 89, // parent: RightHandThumb1 [88]
    Jan 12 20:07:06.997 RemoteConsole <stderr>: RightHandThumbEnd = 90, // parent: RightHandThumb2 [89]
    Jan 12 20:07:06.997 RemoteConsole <stderr>: }
    Jan 12 20:07:06.997 RemoteConsole <stderr>:
    Jan 12 20:07:07.000 RemoteConsole <stderr>: 2022-01-12 20:07:07.827 HoloMeetingsSchnedier[351:11578] [Subsystems] Loading plugin UnityARKit for subsystem ARKit-Input...
    Jan 12 20:07:07.000 RemoteConsole <stderr>: 2022-01-12 20:07:07.827 HoloMeetingsSchnedier[351:11578] [Subsystems] UnityARKit successfully registered Provider for ARKit-Input
    Jan 12 20:07:07.000 RemoteConsole <stderr>: 2022-01-12 20:07:07.827 HoloMeetingsSchnedier[351:11578] [Subsystems] Loading plugin UnityARKit for subsystem ARKit-Meshing...
    Jan 12 20:07:07.000 RemoteConsole <stderr>: 2022-01-12 20:07:07.827 HoloMeetingsSchnedier[351:11578] [Subsystems] Failed to initialize subsystem ARKit-Meshing [error: 1]
    Jan 12 20:07:07.024 RemoteConsole <stdout>: [Subsystems] Loading plugin UnityARKit for subsystem ARKit-Input...
    Jan 12 20:07:07.024 RemoteConsole <stdout>: [Subsystems] UnityARKit successfully registered Provider for ARKit-Input
    Jan 12 20:07:07.024 RemoteConsole <stdout>: [Subsystems] Loading plugin UnityARKit for subsystem ARKit-Meshing...
    Jan 12 20:07:07.024 RemoteConsole <stdout>: [Subsystems] Failed to initialize subsystem ARKit-Meshing [error: 1]
     
  2. todds_unity

    todds_unity

    Joined:
    Aug 1, 2018
    Posts:
    324