英文: Why does the IEnumerator not work? What can we do to make a delay in the firegun function? 问题 我们...
在Unity 2D中更好的跳跃?
英文: Better jumping in unity 2d? 问题 我目前正在开发一个2D游戏,用于跳跃我正在使用Rigidbody.AddForce()。然而,这导致我的角色在落地时下落速度较慢。...
如何禁用子组件的MeshRenderer?
英文: How to disable MeshRenderer of child component? 问题 我是新手的unity脚本编写,试图禁用包含collider的子对象的MeshRendere...
如何从不同脚本中获取变量?
英文: How to get a variable from a different script? 问题 using System.Collections; using System.Collect...
Mysql Access denied for user 'root'@'localhost' (using password: NO) When Running go run main.go
英文: Mysql Access denied for user 'root'@'localhost' (using password: NO) When Runnin...
无法在Unity中移动导入的3D模型。
英文: Can't move imported 3D model in Unity 问题 我通过脚本导入了一个自定义的3D模型到我的场景中,我可以看到它。 我使用的代码部分是: private...
如何检测 2D 精灵的所有边缘点是否被触摸?
英文: How to detect if all edge points of a 2D sprite are touched? 问题 我正在尝试检测玩家是否触摸了2D精灵的所有边缘点(触摸输入触摸)...
如何在Unity中使用事件来强制一个脚本调用另一个脚本的方法?
英文: How to use events in Unity to force one script to call the method of another script? 问题 我阅读了关于动作...
从Realm(mongodb)中在Unity C#中获取游戏级别数据的结果。
英文: Get Results in Unity c# from Realm ( mongodb ) for game level data 问题 以下是您要翻译的内容: So I am a php ...
车辆为什么会瞬移到我的路径点?
英文: why does the car teleport to my waypoints 问题 我制作了一段代码,允许汽车驶向预定的路标,如果它到达那里,它会自动驶向下一个。以下是代码部分: usi...
39