Search Unity

(Case 1118962) [Variable] not updated on every Build Player Content

Discussion in 'Addressables' started by MNNoxMortem, Jan 21, 2019.

  1. MNNoxMortem

    MNNoxMortem

    Joined:
    Sep 11, 2016
    Posts:
    723
    As I remember it, [Variable] should be updated on every Build Player Content, but for us it is not.

    • Set Project Settings->Player->Version to 1
    • Version: [UnityEngine.Application.Version]
    • Local Build Path Assets/[Version]
    • Create an addressable asset and set its build path to "Local Build Path"
    • Build Player Content -> Is build to Assets/1 as expected
    • Set Project Settings->Player->Version to 2
    • Build Player Content -> Is build to Assets/1 but Assets/2 is expected.
    Restarting the Editor works, but is annoying.
     
  2. unity_bill

    unity_bill

    Joined:
    Apr 11, 2017
    Posts:
    1,053
    thanks for letting us know, and especially thanks for creating a ticket in the system so we will be sure not to miss it.
     
    MNNoxMortem likes this.