英文: How to create a checkerboard tile pattern in Unity? 问题 我正在尝试在Unity中创建一个棋盘状的交替瓷砖,但手工创建非常耗时且繁琐。 我尝...
使用浮点数制作旋转式可收藏品时出现错误。
英文: Error in making a rotating collectible using a float 问题 我正在尝试为平台游戏制作一个3D旋转的可收集硬币,并且一直遇到这个错误,我不知道...
2D Unity射击游戏中的问题,玩家射击次数超过了应该允许的上限。
英文: 2d Unity Shooting Bug Where The Player Shoots More Than The Cap Should Allow 问题 这个Unity C# 2D玩家控...
像《涂鸦跳跃》一样的游戏。我飞越碰撞平台而不是跳跃在上面。Unity 2D
英文: A game like Doodle Jump. I fly through the collider platforms instead of jumping on them. Unity ...
Player Rigidbody2D未添加力(Unity)
英文: Player Rigidbody2D not adding force(unity) 问题 In the "continue9" function, when using ...
脚本仍在Destroy()调用后继续执行。
英文: The script is still being executed even after Destroy() was called 问题 在以下代码中,当玩家的生命值降至0时,游戏对象将使用...
无法动态设置图像对象的图像。
英文: Cannot set image of image object dynamically 问题 I'm trying to make an inventory system. When the...
如何修复在Unity 2D游戏引擎中出现的错误’Rigidbody2D’不包含’Static’的定义?
英文: How to fix error 'Rigidbody2D' does not contain a definition for 'Static' in Uni...
传递一个类型为CustomClass的数组给由按钮的OnClick调用的方法如何做?
英文: How pass an Array of type CustomClass to a method called by a buttons OnClick? 问题 我想根据按下的按钮将 Hac...
Unity构建错误:CS0103和缺少上下文'EditorUtility'和'AssetDatabase'。
英文: Unity Build Error: CS0103 and Missing Context for 'EditorUtility' and 'AssetDatabase...
39