英文: How to get details (Position ,Rotation, Scale) of the Game Object that is placed in real world a...
Unity 无法使子弹朝正确方向发射
英文: Unity Can't get bullet to fire the right direction 问题 我试图让我的坦克朝着鼠标方向开火。目前坦克可以旋转以面向鼠标,但我不知道如何...
如何基于特定数字变量创建一个角色控制脚本?
英文: How to create a Сharacter Сontrol script based on specific numeric variables? 问题 我不是一位有经验的程序员,特别...
为什么我的Unity代码中没有延迟?
英文: Why is there not a delay within my Unity code? 问题 我目前正在处理两个脚本:一个是在接触后两秒内摧毁目标,另一个是激活下一个目标。尽管我对两者都...
Unity TMP text displays "ï" or "İ" with two dots in some cases in Turkish words
英文: Unity TMP text displays "ï" or "İ" with two dots in some cases in Turki...
在Unity中有更好的方法来编写这个转向角,使其感觉更自然吗?
英文: Is there a better way to write this steering angle in Unity to make it feel more natural? 问题 目前我...
Index was outside the bounds of the array
英文: Unity | Index was outside the bounds of the array 问题 我需要一些用于画布中复制对象的随机整数。所以我创建了将填充随机值的数组,但它们不起作用...
C# Unity相机上下移动速度非常慢
英文: C# Unity camera moving up and down speed is very slow 问题 以下是代码的翻译部分: if (Input.GetMouseButtonDow...
我需要在Unity3D中找出一个点有多少光。
英文: I need to find how much light is in a point in Unity3D 问题 I'm trying to create a video game in u...
如何强制符号在文本框中换行
英文: How to force symbols to break line in textbox 问题 我在运行时生成文本,我需要我的文本框不要分隔符号,如"+"或"/...
39