英文: Information propagation through child object 问题 I'm fairly new to unity and was wondering: What ...
协程在停止后仍然继续。
英文: Coroutine keeps going after stopped 问题 以下是你要翻译的代码部分: 我正在制作一个类似《街头霸王》的游戏,并希望能够充能攻击。当你按住攻击键约1秒钟时,充...
Shader error while building for Android in URP 在使用URP构建Android时出现着色器错误
英文: Shader error while building for Android in URP 问题 /* SOLVED */我一直在尝试在Unity 2022.3.0f1 LTS中开发移动游戏...
如何清除给定世界位置上的SpriteRenderer的像素。
英文: How to clear the pixel of a spriterenderer ata given world position 问题 我有一个精灵渲染器,它被缩放以填满屏幕,我需要清除...
如何根据得分更改生成预制体的比例?
英文: How to change scale of spawning prefabs depending on score? 问题 Here is the translation of the pr...
在另一个物体表面上放置一个 GameObject 并匹配旋转的方法如何?Unity3D
英文: How would I go about placing a GameObject on another object's surface while matching the rot...
我的价值在我点击按钮时不会增加。
英文: My value won't increase when I click on button 问题 以下是您的代码的翻译部分: using System.Collections; us...
I keep getting the error "Use of unassigned variable" for "hit" for my raycast but I assign it. Here it is in the code
英文: I keep getting the error "Use of unassigned variable" for "hit" for my rayca...
Unity Firebase 访问无需 Firebase 认证
英文: Unity Firebase Access without Firebase Authentication 问题 我明白典型的认证系统使用Google或其提供商之一,但我有自己的认证系统,不兼...
Unity C# – 如何找到直角三角形中的点C?
英文: Unity C# - How to find point C in a right-angled triangle? 问题 请问你能帮我处理这个任务吗?这里是问题: 我们知道点A和点B的位置,...
39