为了账号安全,请及时绑定邮箱和手机立即绑定

如何从 Unity 的资源文件夹中加载特定的精灵和动画控制器?

如何从 Unity 的资源文件夹中加载特定的精灵和动画控制器?

C#
慕婉清6462132 2022-10-15 14:16:04
你们对我如何用另一个替换我当前的精灵有任何想法吗?我尝试使用 Resources.Load() 但它除了阻止我的动画之外什么也没做。我目前正在这样做:firebug.GetComponent<SpriteRenderer>().sprite = Resources.Load("Firebug Idle/Firebug Idle.png") as Sprite;
查看完整描述

1 回答

?
慕的地8271018

TA贡献1796条经验 获得超4个赞

请从文件路径中删除扩展名

firebug.GetComponent<SpriteRenderer>().sprite = Resources.Load("Firebug Idle/Firebug Idle") as Sprite;



查看完整回答
反对 回复 2022-10-15
  • 1 回答
  • 0 关注
  • 87 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信