英文: Having a problem with accessing my public class in other files 问题 我正在尝试从一本书中学习C#,并且我正在尝试从这个文件中访问...
如何使按钮事件触发调用我的实例化对象中的方法?
英文: How to make Button event trigger call methods from my instantiated objects? 问题 在我的手机游戏(2D横向卷轴游戏)...
如何访问Unity 2D中瓦片地图上特定瓦片的位置?
英文: How can I access the position of a certain tile in a tilemap (unity 2D)? 问题 I am currently tryin...
实例赋值为null但仍能引用属性?
英文: Instance assignment is null but still able to reference properties? 问题 感谢阅读我的帖子。我正在为一个文本游戏编写一个战斗...
Unity将JSON序列化为对象后返回null。
英文: Unity returning null after serializing JSON to object 问题 以下是翻译好的部分: [System.Serializable] public...
如何将一个使用LineRenderer组件渲染的线添加一个点击事件?
英文: How do I add an on-click event to a line rendered with the LineRenderer component? 问题 实现带有点击功能的线...
Unity DLL在加载ARM64时找不到
英文: Unity DLL could not be found when loading on ARM64 问题 在我的Unity项目中,我有两个版本的自定义DLL,一个是针对x86架构的,另一个是...
为什么在游戏首次运行时,将物体绕Y轴旋转时,物体会立即旋转180度?
英文: Why when rotating an object on the y axis when running the game first the object is rotating at ...
为什么Unity中的一些UI元素具有锚点功能,而其他元素没有?
英文: Why do some UI elements in Unity have an anchor point feature and others don't? 问题 抱歉,我无法执行你...
Unity Mirror: 在与调用 clientRpcs 的命令结合使用自定义列表时出现问题
英文: Unity Mirror: Problem with using custom lists in combination with commands that call clientRpcs ...
39