当前位置:网站首页>The untiy Resources directory dynamically loads resources
The untiy Resources directory dynamically loads resources
2022-08-01 16:16:00 【Wu Zimu】
First of all, the folder must be called Resources, and the name cannot be wrong.
All resources in Resources will be loaded when the program starts. If the content is too large, it will have a greater impact on the startup time.Care not to recommend using
but in practice we often use
This is an example of loading an audio clip
AudioClip ac = Resources.Load<AudioClip>("Voice/"+ voiceName);
There are two points to pay attention to
1. You do not need to write / before the secondary folder of Resources, and you need to write a / before the streamingAssets folder.
2. The Resources file only needs to give the file name, no suffix name is allowed
边栏推荐
- 设计专业第一台笔记本 华硕灵耀Pro16 2022 新品首发超值入手
- LeetCode50天刷题计划(Day 7—— 字符串转换整数 (atoi) 12.20-15.20)
- 向mysql 传数据 这个字符串长度有限制么
- 引用js报错$ is not defined解决办法
- VIM实用指南(3)复制,粘贴 ,删除,撤销,重做指令速记
- Ranking of itineraries (summer vacation daily question 12)
- 兆骑科创平台招才引智,海内外高层次人才引进平台
- 七夕到了——属于程序员的浪漫
- js to determine whether it is a pc or a mobile terminal (including ipad)
- Flink - SQL can separate a certain parallelism of operator node configuration?
猜你喜欢
随机推荐
pynlpir更新license Error: unable to fetch newest license解决方案
实习日报-2022-7-30
mysql 面试题
引用js报错$ is not defined解决办法
Kernel pwn 入门 (6)
ESP8266-Arduino编程实例-74HC595位移寄存驱动
全新升级!《云原生架构白皮书 2022 版》重磅发布
京东软件测试面试题,仅30题就已经拯救了50%的人
【无标题】
搭建云计算平台(云计算管理平台搭建)
南京科技大学、中国电子科技第28研究所等联合|MLRIP: Pre-training a military language representation model with informative factual knowledge and professional knowledge base(预训练具有丰富事实知识和专业知识库的军事语言表示模型)
Spark: Cluster Computing with Working Sets
Can MySQL do two-way synchronization of multiple vps?
华盛顿大学、Allen AI 等联合 | RealTime QA: What's the Answer Right Now?(实时 QA:现在的答案是什么?)
Synchronized原理
IronOS, an open source system for portable soldering irons, supports a variety of portable DC, QC, PD powered soldering irons, and supports all standard functions of smart soldering irons
面对营销难,有米云指出一条破局之路
商业智能BI业务分析思维:供应链分析 - 什么是牛鞭效应(一)
DOM系列之触屏事件
shell 基础之函数编写