inkle / ink-unity-integration

Unity integration for the open source ink narrative scripting language.
http://www.inklestudios.com/ink
Other
570 stars 99 forks source link

CompileInkThreaded was called on a file that is already compiling #150

Closed 1bardesign closed 1 year ago

1bardesign commented 3 years ago
CompileInkThreaded was called on a file that is already compiling! This is most likely a threading bug. Please report this!
UnityEngine.Debug:LogWarning (object)
Ink.UnityIntegration.InkCompiler:CompileInkThreaded (object) (at Assets/Ink/Editor/Core/Compiler/InkCompiler.cs:396)
System.Threading._ThreadPoolWaitCallback:PerformWaitCallback ()

Upon re-import on updating to 1.0.0 of a multi-file ink codebase.

1bardesign commented 3 years ago

After rebuilding the library, this warnings continues to be raised sometimes upon recompiling (from the context menu or automatically).

tomkail commented 2 years ago

This is believed fixed in recent times. Will leave this open a bit longer and then close if we don't hear any more reports!