Files
RaindropViewer/Assets/AndroidCopyStreamingAssetsToPersistentDataPath.cs
T
alexiscatnip cdd8470fdf Changed all Bitmap -> Texture2D.
Make demo scene to browse tga files in openmetaverse_data
added BetterStreamingAssets to read from SA
some refactoring.
2021-08-07 00:13:20 +08:00

14 lines
275 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class AndroidCopyStreamingAssetsToPersistentDataPath : MonoBehaviour
{
[RuntimeInitializeOnLoadMethod(RuntimeInitializeLoadType.AfterSceneLoad)]
public void init()
{
}
}