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
Describe the bug
Starting a project/building it or entering playmode drops warning when using the Roslyn incremental compiler (v0.0.42) in Unity 2018.2.14f (same with 2018.1+). Even with this warning all the functionality of Mirror seems to be fine
To Reproduce
Just put Mirror into an empty project with the Roslyn Incremental compiler enabled (2018.1+/0.0.42)
Installation instructions for the compiler: https://goo.gl/6FmREG (first post)
Expected behavior
The warning not to appear
Desktop:
OS: Windows
Build target: Standalone
Unity version: 2018.1+ (not tested in the 2018.3 beta)
Latest Mirror 495
The text was updated successfully, but these errors were encountered:
Describe the bug
Starting a project/building it or entering playmode drops warning when using the Roslyn incremental compiler (v0.0.42) in Unity 2018.2.14f (same with 2018.1+). Even with this warning all the functionality of Mirror seems to be fine
Unable to delete file Library/ScriptAssemblies/Assembly-CSharp.pdb: Sharing violation on path Library/ScriptAssemblies/Assembly-CSharp.pdb UnityEngine.Debug:LogWarning(Object) Mirror.Weaver.Weaver:Weave(String, IEnumerable
1, IAssemblyResolver, String, String, String)Mirror.Weaver.Weaver:WeaveAssemblies(IEnumerable
1, IEnumerable
1, IAssemblyResolver, String, String, String)Mirror.Weaver.Program:Process(String, String, String, String[], String[], IAssemblyResolver, Action
1, Action
1)Mirror.Weaver.<>c:<.cctor>b__0_0(String, CompilerMessage[])
UnityEditor.Scripting.ScriptCompilation.EditorCompilationInterface:TickCompilationPipeline(EditorScriptCompilationOptions, BuildTargetGroup, BuildTarget)`
To Reproduce
Just put Mirror into an empty project with the Roslyn Incremental compiler enabled (2018.1+/0.0.42)
Installation instructions for the compiler: https://goo.gl/6FmREG (first post)
Expected behavior
The warning not to appear
Desktop:
The text was updated successfully, but these errors were encountered: