Make Assimp .net Scene Serializable

Issue #34 wontfix
Former user created an issue

Hi,

Please make Assimp.Net Scene serializable/deserializable into Json/Binary. Atleast, decorate all classes/structures with SerializableAttribute.

Why?

Assimp native is buggy.

If I export my scene into 3ds format, cameras and lights won't be exported. If I export into dae format, the mesh names are modified like mesh0_name0 If I export into assbin format, the mesh names are set to null.

Any format I export, I lose some information. So, I want to store my model by serializing Assimp .net Scene into binary/json.

Please help me by doing so.

Comments (1)

  1. Nicholas Woodfield repo owner

    The SerializableAttribute is minimum .net standard 2.0, the library targets 1.3.

    At some point support for older targets will be dropped (probably after ".Net 5").

  2. Log in to comment