12 lines
585 B
Plaintext
12 lines
585 B
Plaintext
// Name of asset bundle file in the same directory as MasterBundle.dat.
|
|
Asset_Bundle_Name conami.masterbundle
|
|
|
|
// Path to the asset bundle within Unity.
|
|
// Unity subfolders should match 1:1 with dat subfolders.
|
|
Asset_Prefix Assets/conami
|
|
|
|
// Version 1 is Unity 5.5.
|
|
// Version 2 is Unity 2017 LTS.
|
|
// Version 3 is Unity 2018 and 2019 LTS. Older versions have shader consolidation enabled for backwards compatibility.
|
|
// Version 4 is Unity 2020 LTS. 2019 did not need its own version but it is unfortunate they cannot be distinguished, so 2020 gets a new version.
|
|
Asset_Bundle_Version 4 |