英文: Unity & C# // How can I change the physical material of the capsule collider to true or fals...
控制3D对象的变换属性,使用一组点。
英文: Controlling the Transfromation Properties of a 3D Object With a Set Of Points 问题 允许我详细解释一下,我在Pyt...
什么是在Unity 2D中设计方向性后坐力的最佳方法?
英文: What is an optimal way to design directional recoil in unity 2D? 问题 我正在制作一款带有枪支的2D地牢游戏,当调用Shoot方...
Xcode 提供了大量的未定义符号错误: Firebase_App 错误。
英文: Xcode gives plenty of Undefined Symbol: Firebase_App error 问题 我将翻译您提供的内容,但不包括代码部分。以下是翻译好的部分: 我将我...
C#为数组分配内存?
英文: c# allocate memory for array? 问题 我正在尝试创建一个类的数组,但在赋值给数组时Unity报错了 对象引用未设置为对象的实例。 代码: public class ...
如何将对象的旋转设置为在Unity中跟随一条线?
英文: How to set an objects rotation to follow a line in unity? 问题 我有两个向量形成一条线,我想将物体放置在其中一个向量上,并使其旋转以跟...
内容在Unity的UI中超出了滚动视图视口,但仅在Android上。
英文: Content scales outside scrollview port in Unity's UI, but only on Android 问题 我的ScrollView的内容...
错误 CS0030:无法将类型 ‘UnityEngine.Vector2’ 转换为 ‘UnityEngine.Vector2Int’
英文: error CS0030: Cannot convert type 'UnityEngine.Vector2' to 'UnityEngine.Vector2Int...
在Unity中如何在while循环中添加延迟?
英文: How do i put a delay in a while loop in Unity? 问题 I just want a simple way to delay a while loop...
如何在Unity 2D中创建一致的破折号速度?
英文: How can I create a consistent dash speed in Unity 2D? 问题 我已经在我的Unity2D顶视角游戏中的playerMovement脚本中实现...
39