Advertisement
Guest User

Untitled

a guest
Aug 17th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. Creating a serialization formatter for the type 'System.Collections.Generic.Dictionary<char, Sprite>' failed. UnityLoader.js:4:10703
  2. UnityLoader.js:4:10703
  3. Please use Odin's AOT generation feature to generate an AOT dll before building, and ensure that all of the following types are in the supported types list after a scan (if they are not, please report an issue with the details and add them manually): UnityLoader.js:4:10703
  4. UnityLoader.js:4:10703
  5. System.Collections.Generic.Dictionary<char, Sprite> UnityLoader.js:4:10703
  6. System.char UnityLoader.js:4:10703
  7. UnityEngine.Sprite UnityLoader.js:4:10703
  8. UnityLoader.js:4:10703
  9. The exception contained the following message: UnityLoader.js:4:10703
  10. Attempting to call method 'Sirenix.Serialization.DictionaryFormatter`2[[System.Char, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[UnityEngine.Sprite, UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]]::.cctor' for which no ahead of time (AOT) code was generated. UnityLoader.js:4:10703
  11. UnityLoader.js:4:10703
  12. (Filename: ./Runtime/Export/Debug.bindings.h Line: 43) UnityLoader.js:4:10703
  13. UnityLoader.js:4:10703
  14. SerializationAbortException: AOT formatter support was missing for type 'System.Collections.Generic.Dictionary<char, Sprite>'. UnityLoader.js:4:10703
  15. at Sirenix.Serialization.FormatterLocator.LogAOTError (System.Type type, System.Exception ex) [0x00000] in <filename unknown>:0 UnityLoader.js:4:10703
  16. Rethrow as SerializationAbortException: Deserialization of type 'SpriteTextCreatorLogic' aborted. UnityLoader.js:4:10703
  17. at Sirenix.Serialization.UnitySerializationUtility.DeserializeUnityObject (UnityEngine.Object unityObject, IDataReader reader) [0x00000] in <filename unknown>:0 UnityLoader.js:4:10703
  18. UnityLoader.js:4:10703
  19. (Filename: currently not available on il2cpp Line: -1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement