You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
KeyNotFoundException: The given key was not present in the dictionary.
System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) (at <695d1cc93cca45069c528c15c9fdd749>:0)
SeinJS.ExtensionManager.GetExtensionName (System.Type FactoryClass) (at Assets/SeinJSUnityToolkit/Extensions/Basic/ExtensionManager.cs:100)
in this line of EditorExport.ExportOne: ExtensionManager.Serialize(ExtensionManager.GetExtensionName(typeof(Sein_rendererExtensionFactory)), entry, entry.root.Extensions);
any Ideas?
The text was updated successfully, but these errors were encountered:
I am trying to export like so:
but I get an error:
in this line of EditorExport.ExportOne:
ExtensionManager.Serialize(ExtensionManager.GetExtensionName(typeof(Sein_rendererExtensionFactory)), entry, entry.root.Extensions);
any Ideas?
The text was updated successfully, but these errors were encountered: