mirror of
https://github.com/RaindropViewer/RaindropViewer.git
synced 2026-07-28 06:15:42 +00:00
Make demo scene to browse tga files in openmetaverse_data added BetterStreamingAssets to read from SA some refactoring.
14 lines
275 B
C#
14 lines
275 B
C#
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
public class AndroidCopyStreamingAssetsToPersistentDataPath : MonoBehaviour
|
|
{
|
|
|
|
[RuntimeInitializeOnLoadMethod(RuntimeInitializeLoadType.AfterSceneLoad)]
|
|
public void init()
|
|
{
|
|
|
|
}
|
|
}
|