Search Unity

'AssetReference' does not contain on Unity2018.3 Cloud Build

Discussion in 'Unity Build Automation' started by tito2147, Dec 29, 2018.

  1. tito2147

    tito2147

    Joined:
    Nov 25, 2015
    Posts:
    2
    AssetReference is supported on Unity2018.3 Cloud Build for now?

    I got following error.
    When I built on Unity2018.2, I got success even I used Addressable System.

    Regards.
     

    Attached Files:

  2. tito2147

    tito2147

    Joined:
    Nov 25, 2015
    Posts:
    2
  3. victorw

    victorw

    Joined:
    Sep 14, 2016
    Posts:
    459
    You should also experience that error if you make a build locally, that is a valid compilation error. It looks like you are referencing an editor-only property from a player script without wrapping it in a
    #if UNITY_EDITOR
    block.