Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

Assembly Reference issue with VS

Discussion in 'Entity Component System' started by monotoastjlr, Aug 17, 2020.

  1. monotoastjlr

    monotoastjlr

    Joined:
    Apr 28, 2020
    Posts:
    1
    I'm getting 2 errors in console not sure what they mean as I'm new to unity

    Library\PackageCache\com.unity.visualscripting.entities@0.4.0-preview.1\Runtime\VisualScriptingPhysics.cs(94,58): error CS0246: The type or namespace name 'ICollisionEventsJob' could not be found (are you missing a using directive or an assembly reference?)

    Library\PackageCache\com.unity.visualscripting.entities@0.4.0-preview.1\Runtime\VisualScriptingPhysics.cs(94,39): error CS0246: The type or namespace name 'ITriggerEventsJob' could not be found (are you missing a using directive or an assembly reference?)

    is there a package that I need to get to not have this issue I have these installed

    Burst Version 1.3.3 - June 26, 2020
    Castle Core Version 1.0.1 - June 13, 2019
    Collections Version 0.11.0-preview.17 - July 22, 2020
    Custom NUnit Version 1.0.0 - April 03, 2019
    Entities Version 0.13.0-preview.24 - July 22, 2020
    Graph Tools Foundation Version 0.3.0-preview.1 - July 31, 2020
    Havok Physics for Unity Version 0.3.1-preview - July 28, 2020
    Hybrid Renderer Version 0.7.0-preview.24 - July 22, 2020
    Input System Version 1.0.0 - April 29, 2020
    Jobs Version 0.4.0-preview.18 - July 22, 2020
    Mathematics Version 1.1.0 - July 11, 2019
    Mono Cecil Version 0.1.5-preview - April 03, 2019
    Moq Version 1.0.0 - June 13, 2019
    Newtonsoft Json Version 2.0.0-preview - December 13, 2019
    Performance testing API Version 2.2.0-preview - May 27, 2020
    Platforms Version 0.6.0-preview.1 - July 07, 2020
    Properties Version 1.3.1-preview - June 17, 2020
    Properties UI Version 1.3.1-preview - June 18, 2020
    Scriptable Build Pipeline Version 1.6.4-preview - February 11, 2020
    Searcher Version 4.0.9 - November 11, 2019
    Serialization Version 1.3.1-preview - June 18, 2020
    Test Framework Version 1.1.16 - July 27, 2020
    TextMeshPro Version 3.0.1 - July 27, 2020
    Timeline Version 1.3.4 - June 11, 2020
    Unity Collaborate Version 1.3.8 - June 12, 2020
    Unity Physics Version 0.4.1-preview - July 27, 2020
    Unity UI Version 1.0.0 - August 05, 2020
    Visual Scripting ECS Version 0.4.0-preview.1 - July 31, 2020
    Visual Studio Code Editor Version 1.2.1 - May 20, 2020
    Visual Studio Editor Version 2.0.2 - June 02, 2020