英文: google admob deprecated APIs 问题 I'm currently implementing Ads for my Unity game and I am follow...
Steam游戏内物品的激活码
英文: Steam Key for in game Items 问题 我正在开发一个Unity游戏,并寻求集成Steam密钥激活以获取游戏内物品。这是否可行,如果是,那么需要从游戏所有者获取什么样的访...
Unity LookAtMouse函数会影响移动性能
英文: Unity LookAtMouse function kills movement performance 问题 每当我在update中调用这个函数时,它会影响我的移动。如果我不运行这个函数,...
Unity 2D角色在碰撞时持续播放行走动画,射线投射不按预期工作。
英文: Unity 2D character keeps playing walking animation when colliding and raycasts don't work as...
参数值未在类构造函数中分配
英文: Parameter values are not getting assigned in class constructor 问题 [System.Serializable] public c...
如何通过脚本将一个生成的GameObject.transform附加到CinemachineVirualCamera.Follow。
英文: How to attach a Spawned GameObject.transform to CinemachineVirualCamera.Follow through script 问题...
如何为Unity创建一个可以在每个脚本中使用的类?
英文: How to create a class for unity that can be used for every script? 问题 我在Unity中正在开发一个游戏,其中包含一些可购买...
How to store methods in a method that take methods as a parameters with action but using Task(Async)
英文: How to store methods in a method that take methods as a parameters with action but using Task(As...
我的Unity C#函数为什么返回NaN值?
英文: Why is my Unity C# function returning NaN values? 问题 我正在尝试使用以下脚本来计算物体之间的重力: using System.Collect...
如何在Unity3D中用手指控制对象?
英文: How to control an object with a finger in Unity3D? 问题 我是新手程序员。我正在为智能手机编写一个简单的游戏(我认为很多人知道它叫做“乒乓球”...
39