mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-19 14:50:10 +00:00
Update document
This commit is contained in:
@@ -121,9 +121,9 @@ IEnumerator Start()
|
||||
IEnumerator Start()
|
||||
{
|
||||
string location = "wwise/init.bnk";
|
||||
string savePath = $"{Application.persistentDataPath}/Audio/init.bnk"
|
||||
string savePath = $"{Application.persistentDataPath}/Audio/init.bnk";
|
||||
RawFileOperation operation = YooAssets.LoadRawFileAsync(location, savePath);
|
||||
yield return operation;
|
||||
yield return operation;
|
||||
byte[] fileData = operation.GetFileData();
|
||||
string fileText = operation.GetFileText();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user