Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

2019.1.b7 cannot find Smash

Discussion in '2019.1 Beta' started by trojanfoe_, Mar 16, 2019.

  1. trojanfoe_

    trojanfoe_

    Joined:
    May 20, 2014
    Posts:
    53
    After updating to 2019.1.b7 I am getting the following error:

    Code (CSharp):
    1. Unexpected exception System.IO.FileNotFoundException: Could not load file or assembly 'Smash, Version=0.3.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
    2.  
    3. File name: 'Smash, Version=0.3.0.0, Culture=neutral, PublicKeyToken=null'
    4.  
    5.   at Burst.Compiler.IL.Jit.JitCompiler.CompileMethod (Mono.Cecil.MethodReference methodReference, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x000aa] in <fbd0c6326a9e4b1f8c45d7e602a83b7c>:0
    6.  
    7.   at Burst.Compiler.IL.Jit.JitCompilerService.Compile (Burst.Compiler.IL.Jit.JitCompilerService+CompileJob job) [0x002bc] in <fbd0c6326a9e4b1f8c45d7e602a83b7c>:0
    8.  
    9. While compiling job: System.Void Unity.Jobs.IJobParallelForExtensions/ParallelForJobStruct`1<Unity.Entities.GatherChunks>::Execute(T&,System.IntPtr,System.IntPtr,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.Int32)
    10.  
    Here are my package versions:

    upload_2019-3-16_10-25-12.png

    Can anyone advise please?

    Cheers.
     
  2. trojanfoe_

    trojanfoe_

    Joined:
    May 20, 2014
    Posts:
    53
    OK, deleted temp directories and re-opened the project and the error messages went away.