Unity中 加载指定文件夹图片+显示在rawImage中
一.目的
1.想知道:Unity中 加载指定文件夹图片,显示在rawImage中
二.参考
1.Unity代码将文件夹中的图片在rawImage中显示+加载指定文件夹图片
- 总结:good:我自己总结的,有效
三.操作
1.运行效果
- 总结:会在rawImage上面显示指定文件夹里面的图片
1.代码:MyLeaveWordEnjoy_secendScreen.cs
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using System.IO;
using UnityEngine.UI;
public class MyLeaveWor