I tested on Unity Version 2022.3.6f1, first time there's still infinite loading bug, but after I rebooted I successfully imported the setup tool. When importing the Vuforia Sample, I got the following message:
Library\PackageCache\com.magicleap.unitysdk@6973bf91e4dd\Runtime\Subsystems\Gesture\GestureSubsystem.cs(38,37): error CS0115: 'GestureSubsystem.CreateProvider()': no suitable method found to override
My manifest.json:
"com.magicleap.unitysdk": "file:com.magicleap.unitysdk.tgz",
"com.ptc.vuforia.engine": "file:com.ptc.vuforia.engine-10.16.5.tgz",
"com.unity.xr.magicleap": "7.0.0",
Here's the editor log file
/additionalfile:"Library/Bee/artifacts/1300b0aE.dag/MagicLeap.SDK.UnityAdditionalFile.txt"
##### Custom Environment Variables
DOTNET_MULTILEVEL_LOOKUP=0
##### ExitCode
1
##### Output
Library\PackageCache\com.magicleap.unitysdk@6973bf91e4dd\Runtime\Subsystems\Gesture\GestureSubsystem.cs(38,37): error CS0115: 'GestureSubsystem.CreateProvider()': no suitable method found to override
*** Tundra build failed (7.84 seconds), 420 items updated, 901 evaluated
## Script Compilation Error for: Csc Library/Bee/artifacts/1300b0aE.dag/MagicLeap.SDK.dll (+2 others)
## CmdLine: "D:\Unity\Random\2022.3.6f1\Editor\Data\NetCoreRuntime\dotnet.exe" exec "D:/Unity/Random/2022.3.6f1/Editor/Data/DotNetSdkRoslyn/csc.dll" /nostdlib /noconfig /shared "@Library/Bee/artifacts/1300b0aE.dag/MagicLeap.SDK.rsp" "@Library/Bee/artifacts/1300b0aE.dag/MagicLeap.SDK.rsp2"
## Output:
Library\PackageCache\com.magicleap.unitysdk@6973bf91e4dd\Runtime\Subsystems\Gesture\GestureSubsystem.cs(38,37): error CS0115: 'GestureSubsystem.CreateProvider()': no suitable method found to override
Library\PackageCache\com.magicleap.unitysdk@6973bf91e4dd\Runtime\Subsystems\Gesture\GestureSubsystem.cs(38,37): error CS0115: 'GestureSubsystem.CreateProvider()': no suitable method found to override
Failed to find entry-points:
Mono.Cecil.AssemblyResolutionException: Failed to resolve assembly: 'SamplesScripts, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' ---> System.Exception: Failed to resolve assembly 'SamplesScripts, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' in directories: D:\Unity\Random\2022.3.6f1\Editor\Data\MonoBleedingEdge\lib\mono\unityjit-win32
D:\Unity\Random\2022.3.6f1\Editor\Data\PlaybackEngines\AndroidPlayer
D:\Unity\Projects\TTT\Library\PackageCache\com.unity.burst@1.8.7
D:\Unity\Random\2022.3.6f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport
D:\Unity\Projects\TTT\Library\PackageCache\com.unity.burst@1.8.7\Unity.Burst.CodeGen
D:\Unity\Projects\TTT\Library\PackageCache\com.unity.visualscripting@1.8.0\Editor\VisualScripting.Core\Dependencies\DotNetZip
D:\Unity\Projects\TTT\Library\PackageCache\com.unity.visualscripting@1.8.0\Editor\VisualScripting.Core\EditorAssetResources
D:\Unity\Projects\TTT\Library\PackageCache\com.unity.collab-proxy@2.0.5\Lib\Editor\PlasticSCM
D:\Unity\Projects\TTT\Library\PackageCache\com.ptc.vuforia.engine@161c1f01b781\Vuforia\Plugins\Managed\UWP
D:\Unity\Random\2022.3.6f1\Editor\Data\Managed
D:\Unity\Projects\TTT\Library\PackageCache\com.unity.visualscripting@1.8.0\Editor\VisualScripting.Core\Dependencies\YamlDotNet
D:\Unity\Projects\TTT\Packages\com.magicleap.setuptool\Editor\Plugins\PackageCheck
D:\Unity\Projects\TTT\Library\PackageCache\com.ptc.vuforia.engine@161c1f01b781\Vuforia\Plugins\Managed\iOS
D:\Unity\Projects\TTT\Library\PackageCache\com.ptc.vuforia.engine@161c1f01b781\Vuforia\Plugins\Managed\Runtime
D:\Unity\Projects\TTT\Library\PackageCache\com.unity.ext.nunit@1.0.6\net35\unity-custom
D:\Unity\Projects\TTT\Library\PackageCache\com.ptc.vuforia.engine@161c1f01b781\Vuforia\Plugins\Managed\Editor
D:\Unity\Projects\TTT\Library\PackageCache\com.unity.visualscripting@1.8.0\Runtime\VisualScripting.Flow\Dependencies\NCalc
D:\Unity\Projects\TTT\Library\PackageCache\com.ptc.vuforia.engine@161c1f01b781\Vuforia\Plugins\Managed\Android
D:\Unity\Random\2022.3.6f1\Editor\Data\Managed\UnityEngine
D:\Unity\Projects\TTT\Library\ScriptAssemblies ---> Mono.Cecil.AssemblyResolutionException: Failed to resolve assembly: 'SamplesScripts, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'
at Mono.Cecil.BaseAssemblyResolver.Resolve (Mono.Cecil.AssemblyNameReference name, Mono.Cecil.ReaderParameters parameters) [0x00105] in <853812ae52c341daaef3c62ecdb86b32>:0
at zzzUnity.Burst.CodeGen.AssemblyResolver.Resolve (Mono.Cecil.AssemblyNameReference name) [0x00013] in <532a8a169e6a4953b5d9a4c213b71772>:0
--- End of inner exception stack trace ---
at zzzUnity.Burst.CodeGen.AssemblyResolver.Resolve (Mono.Cecil.AssemblyNameReference name) [0x00060] in <532a8a169e6a4953b5d9a4c213b71772>:0
at Burst.Compiler.IL.AssemblyLoader.Resolve (Mono.Cecil.AssemblyNameReference name) [0x0007e] in <532a8a169e6a4953b5d9a4c213b71772>:0
at Burst.Compiler.IL.Server.EntryPointMethodFinder.FindEntryPoints (System.String[] rootAssemblyNames, Burst.Compiler.IL.Hashing.CacheRuntime.HashCacheAssemblyStore assemblyStore, Burst.Compiler.IL.AssemblyLoader assemblyLoader, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Server.ProfileDelegate profileCallback, System.Boolean includeRootAssemblyReferences, System.Boolean splitTargets) [0x00055] in <532a8a169e6a4953b5d9a4c213b71772>:0
at Burst.Compiler.IL.Server.CompilerServer.FindMethods (Burst.Compiler.IL.Server.CompilationRequest request, Burst.Compiler.IL.Server.Caching.CacheManager cacheManager, Burst.Compiler.IL.CompilerStatistics stats) [0x000f5] in <532a8a169e6a4953b5d9a4c213b71772>:0
at Burst.Compiler.IL.Server.CompilerServer+<>c__DisplayClass17_0.<Compile>b__0 (Burst.Compiler.IL.Server.Caching.CacheManager cacheManager) [0x00000] in <532a8a169e6a4953b5d9a4c213b71772>:0
at Burst.Compiler.IL.Server.CompilerServer+<>c__DisplayClass26_0`1[TResult].<RunTask>b__0 () [0x00145] in <532a8a169e6a4953b5d9a4c213b71772>:0
at Burst.Compiler.IL.Server.CompilerServer.RunTask[TResult] (Burst.Compiler.IL.Server.TargetKey target, System.String taskName, System.String[] assemblyFolders, System.Threading.CancellationToken cancellationToken, System.Func`2[T,TResult] function) [0x00131] in <532a8a169e6a4953b5d9a4c213b71772>:0
at Burst.Compiler.IL.Server.CompilerServer.Compile (Burst.Compiler.IL.Server.CompilationRequest request, Burst.Compiler.IL.Server.CompilationMessageStreamer streamer, System.Threading.CancellationToken cancellationToken) [0x0017f] in <532a8a169e6a4953b5d9a4c213b71772>:0
While compiling job:
Asset Pipeline Refresh (id=15355d930fef2db428f48294fdd04773): Total: 7.022 seconds - Initiated by RefreshV2(ForceSynchronousImport)
Summary:
Imports: total=0 (actual=0, local cache=0, cache server=0)
Asset DB Process Time: managed=0 ms, native=18 ms
Asset DB Callback time: managed=0 ms, native=86 ms
Scripting: domain reloads=0, domain reload time=0 ms, compile time=6917 ms, other=0 ms
Project Asset Count: scripts=8026, non-scripts=2217
Asset File Changes: new=0, changed=0, moved=0, deleted=0
Scan Filter Count: 0
InvokeBeforeRefreshCallbacks: 86.977ms
ApplyChangesToAssetFolders: 0.052ms
Scan: 1.296ms
OnSourceAssetsModified: 0.000ms
GetAllGuidsForCategorization: 0.289ms
CategorizeAssets: 3.375ms
ImportOutOfDateAssets: 3.827ms (-6916.482ms without children)
CompileScripts: 6917.098ms
ReloadNativeAssets: 0.083ms
UnloadImportedAssets: 0.083ms
EnsureUptoDateAssetsAreRegisteredWithGuidPM: 1.038ms
InitializingProgressBar: 0.001ms
PostProcessAllAssetNotificationsAddChangedAssets: 0.000ms
OnDemandSchedulerStart: 2.005ms
GatherAllCurrentPrimaryArtifactRevisions: 0.417ms
UnloadStreamsBegin: 1.210ms
PersistCurrentRevisions: 0.351ms
UnloadStreamsEnd: 0.047ms
Untracked: 6924.267ms
[MODES] ModeService[default].LoadModes
[MODES] Loading mode Default (0) for mode-current-id-TTT
<RI> Initialized touch support.
Asset Pipeline Refresh (id=8b97394585e82e5459e530ea5a94f198): Total: 0.097 seconds - Initiated by RefreshV2(AllowForceSynchronousImport)
<RI> Initialized touch support.
[Licensing::Client] Successfully resolved entitlements
[Licensing::Client] Successfully resolved entitlements
Android Extension - Scanning For ADB Devices 0 ms
Android Extension - Scanning For ADB Devices 154 ms
Attempted to call .Dispose on an already disposed CancellationTokenSource
Android Extension - Scanning For ADB Devices 136 ms
DisplayProgressNotification: Build Failed
Error building Player because scripts have compile errors in the editor
Build completed with a result of 'Unknown' in 0 seconds (0 ms)
Android Extension - Scanning For ADB Devices 151 ms
All compiler errors have to be fixed before you can enter playmode!
Request Asset Garbage Collect because used heap size increased from 207.0 MB to 0.55 GB, exceeding the threshold of 256.0 MB.
Unloading 1 Unused Serialized files (Serialized files now loaded: 0)
Unloading 2109 unused Assets / (7.4 MB). Loaded Objects now: 8457.
Memory consumption went from 0.55 GB to 0.55 GB.
Total: 14.267500 ms (FindLiveObjects: 0.581500 ms CreateObjectMapping: 0.353600 ms MarkObjects: 9.984800 ms DeleteObjects: 3.346200 ms)
<RI> Initialized touch support.