英文: can not change the pivot of a sprite in unity 问题 我想在我的游戏中为角色提供不同的发型选择,所以创建了许多发型。但每个发型都有不同的形状(htt...
Unity是否有一种获取浅层嵌套的GameObject的方法?
英文: Does unity have a way to get shallow nested GameObjects 问题 我有一个 WallsContainer(父)游戏对象,其中包含许多(子)W...
Unity标准化移动极慢
英文: Unity Normalized Movement Extremely Slow 问题 如标题所述,当我对我的移动进行归一化处理(以防止对角线移动增加幅度)时,即使大幅增加移动速度,我的移动速...
通过脚本更改相机镜头的物理偏移轴。
英文: Change physical camera lens shift axis through script 问题 I have an HDRP camera that contains phy...
可移动的 Unity C# 中的网格
英文: Moveable grid in Unity C# 问题 I am working on a moveable grid system for my voxel game, I impleme...
旋转一个向量在Unity中。
英文: Rotate a vector in unity 问题 在纸上看,这似乎是一个简单的问题,但我整天都卡在这里。问题是有许多方法,我不能旋转它,因为我稍后要添加其他东西,这对其中许多解决方案都不...
应该在每个渲染通道中重新计算顶点位置吗?
英文: Should I recalculate vertex position for each pass? 问题 我目前正在学习HLSL和着色器语言,我在想是否应该为每个通道重新计算位置,还是是否...
Raycast在Unity 2D中未检测到静止对象。
英文: Raycast Not Detecting idle object in unity 2d 问题 我正在制作一个Unity的2D平台游戏。我尝试创建一个敌人,当他遇到墙壁或在平台边缘时会向前移...
?Why getting NaN in the editor on the right side of the slider value of the GapRange in the mono script?
英文: ?Why getting NaN in the editor on the right side of the slider value of the GapRange in the mono...
Getting error in the editor MissingMethodException: Default constructor not found. what is that meaning? and how to resolve it?
英文: Getting error in the editor MissingMethodException: Default constructor not found. what is that ...
39