Unity 3D
Santaʕ•̫͡•ʕ*̫͡*ʕ•͓͡•
这个作者很懒,什么都没留下…
展开
-
Unity3D官方摇杆的使用
Unity3D官方摇杆的使用 优点:不要自己敲代码,调试好位置就可以使用; 缺点:和TheThirdPerson一样旋转幅度不太自然; 使用了 MobileSingleStickControl 之后在PC端使用不了,当Building的环境是Android时候才可以看到图标 成品图 导入CrossPlatformInput 在CrossPlatformInput中找到perfab,然后将MobileSingleStickControl 这个预制件拖入场景,然后对其子物体的组件根据自己的想法进行修改他们原创 2020-07-14 18:29:44 · 457 阅读 · 0 评论 -
Unity 3D导出安卓apk遇到的问题
Unity 3D导出安卓apk遇到的问题 Bundle Identifier has not been set up correctly Please set the Bundle Identifier in the Player Setting. The value must follow the convention ‘com.YourCompanyName.YourProductName’ and can contain alphanumeric characters and underscore.原创 2020-07-05 09:26:06 · 1100 阅读 · 0 评论