atteneder / DracoUnity

Draco 3D Data Compression Unity Package
Apache License 2.0
245 stars 38 forks source link

Unity 2023.1 compatibility issues #73

Closed pfcDorn closed 7 months ago

pfcDorn commented 10 months ago

With Unity 2023.1 i get the following errors when importing a draco compressed glb file (with gltFast and UnityGltf):

image

With Unity 2021 and 2022 it's working fine.

Example file:

fox_draco.zip

atteneder commented 10 months ago

Thanks for reporting What platform/operating system and version are you on?

pfcDorn commented 10 months ago

Windows 11 22H2

atteneder commented 10 months ago

I've opened a demo project in 2023.1 and indeed entering play mode gave me the same error (macOS here though). Closing and re-opening the project solved it for me though 🤷 . Can you check that as well? Have you tried running a build?

pfcDorn commented 7 months ago

Sorry for the late response...yeah...seems to work. On/Off for the win :D

atteneder commented 7 months ago

Thanks for the feedback. Weird though. If it comes back, I'll have another look.