英文: My soundless Android app keeps interrupting the Audio focus of other apps on forground 问题 我的Andr...
保存分数在检查点
英文: Saving score at checkpoint 问题 我正在制作一个3D BMX侧滚游戏,其中包含技巧系统和得分。我已经在游戏中添加了检查点,当你摔倒时它们运作良好。我遇到的问题是,当你...
只有一个实例在Unity中具有非空的事件操作。为什么?
英文: Only one instance has non-null event action in unity. why? 问题 我有这个脚本分别放在UI的三个按钮上。 我需要确保在按下按钮时只有一...
Index was out of range. In a List<List<GameObject>>
英文: ArgumentOutOfRangeException: Index was out of range. In a List<List<GameObject>> 问题 ...
在100次点击后启用按钮。
英文: Enabling button after 100 clicks 问题 我想在我的游戏中创建一个秘密或者什么东西。基本上我想问的是,如何在点击按钮100次后使按钮起作用。点击100次后,它应该...
为什么我的”Teleport Move”不按我期望的方式运作?
英文: Why does my Teleport Move not function the way I want it to? 问题 我明白你的需求,你希望你的玩家角色在触地面之前只能传送一次。在你...
如何使对象围绕目标旋转,具有随机高度,并具有更改旋转半径的选项?
英文: How to make object rotate around target with random height and with option to change the rotatio...
在Unity游戏循环中优雅地使用任务
英文: Elegant use of Tasks on the Unity game loop 问题 在我的Unity组件中,我需要使用Task来进行工作。在FixedUpdate中,我需要调用一个异...
使用ASTAR路径规划时,尝试在移动不同方向时翻转敌人的精灵出现问题。
英文: Problem while trying to flip the sprite of an enemy when moving in a different direction using A...
C# Unity 字典或其他
英文: C# Unity Dictionary or else 问题 我正在使用Unity制作一个游戏,我将在其中使用牛津5000个英语单词及其翻译到我的母语,并创建一个专注于教授非母语人士英语单词的...
39