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

Bug Class StyleSheetImporterImpl missing from 2020.2.0a15?

Discussion in '2020.2 Beta' started by b4gn0, Jun 17, 2020.

  1. b4gn0

    b4gn0

    Joined:
    Jul 26, 2019
    Posts:
    119
    Hi,

    the package UI Builder (v. 0.11.2-preview) doesn't compile with Unity 2020.2.0a15.

    It seems like the class UnityEditor.StyleSheets.StyleSheetImporterImpl doesn't exist anymore.

    Compile error:
    Library\PackageCache\com.unity.ui.builder@0.11.2-preview\Editor\Utilities\StyleSheetExtensions\StyleSheetUtilities.cs(13,25): error CS0246: The type or namespace name 'StyleSheetImporterImpl' could not be found (are you missing a using directive or an assembly reference?)
     
  2. uDamian

    uDamian

    Unity Technologies

    Joined:
    Dec 11, 2017
    Posts:
    1,231
    We'll have a new release of the UI Builder package soon that will work with 2020.2.0a15 and newer. This versions will therefore no longer work with 2020.2.0a14 or older (which is why we didn't release it earlier). For now, if you need to use the UI Builder, you'll need to hold off updating to the latest Unity alpha.
     
  3. b4gn0

    b4gn0

    Joined:
    Jul 26, 2019
    Posts:
    119
    Ok sure, we will hold off on updating it.

    Will you maintain 2 versions, one 2020.2.0a15+ and one below, or you'll just need to use the latest alpha to use the UI Toolkit editor from that release version onwards?
     
  4. uDamian

    uDamian

    Unity Technologies

    Joined:
    Dec 11, 2017
    Posts:
    1,231
    The next UI Builder version will require 2020.2.0a15 or newer builds of 2020.2. We will not maintain two versions as these are all alpha builds that come with no support. This is bound to happen as we stabilize APIs. If you need to go back to an earlier 2020.2 version, you can temporarily downgrade the UI Builder package. This should not break any assets.
     
  5. b4gn0

    b4gn0

    Joined:
    Jul 26, 2019
    Posts:
    119
    That's great news, thank you!
     
  6. uDamian

    uDamian

    Unity Technologies

    Joined:
    Dec 11, 2017
    Posts:
    1,231
    UI Builder 1.0.0-preview.1 is out now which supports 2020.2.0a15 and newer.