Hi, I’m trying to load the bank by using RuntimeManager.LoadBank(TextAsset asset), and I have built the related assetbundles(including master.bank and master.string.bank). Now I need to load the master bank, do I need to load the .string.bank before loading the .bank?
Hi,
The .strings.bank
is only required if you are going to use Paths
in FMOD functions rather than GUIDs
: FMOD Engine | Glossary - Studio Strings Bank. So they can be loaded in either order but it is common to load the master.bank
first.
Hope this helps