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

b8 + Unity Particle Pack errors?

Discussion in '2018.3 Beta' started by kavanavak, Oct 31, 2018.

  1. kavanavak

    kavanavak

    Joined:
    Sep 30, 2015
    Posts:
    54
    .../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?

    .../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

    New Project, Import Particles, errors
     
  2. rz_0lento

    rz_0lento

    Joined:
    Oct 8, 2013
    Posts:
    2,361
    It probably overwrites your manifest to use package manager version meant for older Unity version, those errors probably go away if you modify Packages/manifest.json and force it to use newer version of that package:
    2018.3 isn't officially out yet, I'm sure they'll sort the particle pack to have 2018.3 compatible version eventually out of the box.
     
    richardkettlewell likes this.