07-28-2024 04:47 AM
I have updated my Unity project (2022.3.36f1) from Meta SDK 66 to 67, and this error has popped out:
Library/PackageCache/com.meta.xr.sdk.core@67.0.0/Scripts/BuildingBlocks/MultiplayerBlocks/PhotonFusion/NetworkedAvatar/Scripts/AvatarSpawnerFusion.cs(46,34): error CS0246: The type or namespace name 'AvatarStreamLOD' could not be found (are you missing a using directive or an assembly reference?)
I'm not using the avatars SDK in my project, and everything was working fine with v66.
Any ideas? Someone else has found this error updating the SDK?
Thanks!
07-31-2024 09:08 AM
Try to install this package:
com.meta.xr.sdk.avatars
Works for me.