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
  2. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  3. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Errors on my project after updating to Unity Beta 2018.3

Discussion in '2018.3 Beta' started by BTEK9, Oct 21, 2018.

  1. BTEK9

    BTEK9

    Joined:
    Jun 8, 2017
    Posts:
    4
    Hi,
    recently I upgraded my project to the new unity beta version
    But I keep getting these two errors.


    C:/Users/AAAAAAA/Traverse Alpha/Library/PackageCache/com.unity.package-manager-ui@1.9.11/Editor/Sources/UI/Common/PopupField.cs(8,36): error CS0246: The type or namespace name `BaseTextElement' could not be found. Are you missing an assembly reference?

    C:/Users/AAAAAAA/Traverse Alpha/Library/PackageCache/com.unity.package-manager-ui@1.9.11/Editor/Sources/UI/Common/PopupField.cs(118,33): error CS0115: `UnityEditor.PackageManager.UI.PopupField<T>.ExecuteDefaultAction(UnityEngine.Experimental.UIElements.EventBase)' is marked as an override but no suitable method found to override


    not sure how to fix them, or what is causing this.
     
    rakkarage likes this.
  2. pedro_unity

    pedro_unity

    Joined:
    Jan 16, 2017
    Posts:
    172
    Hello @BerTEK,

    That is weird and definitely not normal. I apologize you're running into this issue. I'm presuming this is a project you have updated? Would you kindly paste the contents of your Unity logs (normally they're in C:\Users\yourname\AppData\Unity\Editor\Editor.log) in your answer?

    I'm looking for the part that says (example below):


    Packages were changed.
    Update Mode: updateDependencies
    The following packages were added:
    com.unity.xr.legacyinputhelpers@1.0.0
    The following packages were updated:
    com.unity.package-manager-ui from version 2.0.0-preview.7 to 2.1.0-preview.1


    Would you be able to explain to me what steps brought you to this result?
    • Did you manually edit anything?
    • What version did you have previously?
    • What Beta version of 18.3 did you upgrade to?
    • Is there anything other not loading/functioning?
    Would you please go to Edit tab -> Project Settings -> Player. Under Configuration, Scripting Runtime Version can you make sure that .NET 4.x Equivalent is set?

    Cheers,
    Pedro
    Unity STE
     
    LeonhardP likes this.