浏览代码

fix typo

/siyaoH-1.17-PlatformMessage
Xingwei Zhu 3 年前
当前提交
5ec3bbfc
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 4
      README-ZH.md
  2. 2
      README.md

4
README-ZH.md


#### 五、如何加载图像?
1. 将你的图像文件,如image1.png,放在StreamingAssets文件夹中。
2. 使用Image.File(“image1.png”)加载图像。
2. 使用Image.file("image1.png")加载图像。
2. 使用Image.file(“loading1.gif”)加载gif图像。
2. 使用Image.file("loading1.gif")加载gif图像。
#### 六、在安卓上显示状态栏
当一个Unity项目运行在Android设备上时,状态栏是默认隐藏且无法在编辑内进行调整的。

2
README.md


UIWidgets supports Gif as well!
1. Put your gif files in StreamingAssets folder. e.g. loading1.gif.
2. Use Image.asset("loading1.gif") to load the gif images.
2. Use Image.file("loading1.gif") to load the gif images.
#### Show Status Bar on Android
Status bar is always hidden by default when an Unity project is running on an Android device.

正在加载...
取消
保存