英文: Unity2D Movement - velocity not working correctly 问题 我已经在这个问题上工作了一段时间,但不知道为什么它不起作用。我希望在鼠标按钮释放时,R...
什么是在Unity 2D中设计方向性后坐力的最佳方法?
英文: What is an optimal way to design directional recoil in unity 2D? 问题 我正在制作一款带有枪支的2D地牢游戏,当调用Shoot方...
如何在Unity 2D中创建一致的破折号速度?
英文: How can I create a consistent dash speed in Unity 2D? 问题 我已经在我的Unity2D顶视角游戏中的playerMovement脚本中实现...
如何让我的敌人三角形移动到特定位置?
英文: How do I get my enemy triangle to move to a specific position? 问题 I'm currently using Unity and ...
Unity 2D射线检测对象问题
英文: Unity 2D Raycast Detecting Object Problem 问题 它可以检测到光束,即使它经过物体也能检测到。我希望它在光束正好位于物体上时进行检测。 void Ray...
将一堆直线看起来像一条直线的技巧是什么?
英文: What is the technique to make a bunch of straight lines appear as if they are 1 straight line? 问...
2 way binding ngmodel to a 2d array is giving undefined when dynamically populating the array
英文: 2 way binding ngmodel to a 2d array is giving undefined when dynamically populating the array 问题...
为什么我的代码在if语句外部更新了我的vel变量?
英文: Why is my code updating my vel variable outside of an if statement? 问题 我创建了一个2D Unity项目,里面有一个圆圈。...
如何根据线的方向移动点。
英文: How to move the Point according the line orientation 问题 我正在使用React THREEJS和一些其他库(DREI,Meshline等)...
Godot平滑的2D玩家移动脚本错误
英文: Godot smooth 2d player movement script errors 问题 I'll provide translations for the code and the ...