英文: How to make a game frame rate independent in Unity? 问题 以下是脚本的翻译部分: using System.Collections; usi...
How to design a fitness function for a Genetic Algorithm that moves a car to a point through a city?
英文: How to design a fitness function for a Genetic Algorithm that moves a car to a point through a c...
Local and global coordinate system.
英文: Local and global coordinate system 问题 Translation from local to global coordinate system using t...
如何通过C#从主要的Unity预制体更新所有预制体?
英文: How to update all unity prefabs from the main one through c#? 问题 我有一个更新主预制件的精灵渲染器的脚本(位于Assets中的那...
Unity如何使C#可编译为Android?
英文: How does Unity makes C# compileable to Android? 问题 Android的本地语言是Java,Unity使用C#,但仍然有选项可以编译为Androi...
获取Unity UI工具包中的UI元素大小属性。
英文: How to get UI element size property with Unity UI toolkit 问题 I'm trying to get and store the wid...
在Unity中以角度向上方添加力的方法是什么?
英文: How to add force in up direction at an angle in Unity 问题 使用以下代码在对象的上方以略微倾斜的角度(约30度)添加力: float an...
相对位置(相对于另一个对象)在Unity 3D中
英文: Relative Position (to another object) in Unity 3D 问题 我希望一个物体相对于另一个游戏对象在3D单位中向右移动1个单位,因为另一个游戏对象的方...
旋转和定位一排游戏对象,无缝连接。
英文: Rotating and positioning a row of gameobjects without gaps 问题 以下是您要翻译的内容: 我有一个带有一小段道路的房屋预制体,就像这样...
在Hololens中创建一个静态坐标系统
英文: Create a static co-ordinate system in Hololens 问题 我正在开发一个Hololens应用程序,在其中我放置了四个图像目标,并识别第五个图像目标相对...
39