Our team is trying to use MARS in a project that uses Unity DOTS. When trying to install MARS, we are seeing multiple error messages like this one:
Library/PackageCache/com.unity.runtime-scene-serialization@1.0.0-exp.3/Runtime/Adapters/JsonAdapter.cs(119,30): error CS0012: The type 'FixedString32Bytes' is defined in an assembly that is not referenced. You must add a reference to assembly 'Unity.Collections, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'.
Following the package documentation of the Runtime Scene Serialization I found the following entry in the Known Issues section:
- There may be some interference with DOTS serialization because of the types of property bags generated by this package
Is a fix for this bug on the roadmap of the MARS and/or DOTS team? Any direction to how we could resolve this?