atteneder / DracoUnity

Draco 3D Data Compression Unity Package
Apache License 2.0
247 stars 39 forks source link

Unity crashes during encoding #49

Closed bruno1308 closed 12 months ago

bruno1308 commented 2 years ago

Hi! I have a model with UV coordinates and vertex colors that crashes the whole editor when trying to encode it. The last line to be executed before crashing is: dracoEncoderEncode(dracoEncoder, false); inside public static unsafe EncodeResult[] EncodeMesh on DracoEncoder.cs Unity 2021.3.6 with 4.0.2 version of the package

Crash: image

The mesh info: image

atteneder commented 2 years ago

Hi @bruno1308 and thanks for reporting.

I'd love to look at it. Can you please provde this asset (or any other test asset) that triggers the crash?

atteneder commented 12 months ago

Closing due to missing reproduction assets/meshes.