untiy3d
魑魅魍魉9527
Android攻城狮、程序员
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Unity 动态隐藏显示UI上的image
把canvas上的图片绑定到cube下 在需要隐藏的ui上绑定脚本 初始化的时候让其隐藏 using System.Collections; using System.Collections.Generic; using UnityEngine; public class RawEditor : MonoBehaviour { // Start is called before the first frame update void Start() { GameO.原创 2022-03-09 09:33:45 · 7787 阅读 · 0 评论 -
android 集成 unity 3d 错误 Caused by: android.content.res.Resources$NotFoundException: String resource
android 集成 unity 3d 错误 1.资源找不到 java.lang.RuntimeException: Unable to start activity ComponentInfo{com.what.mobile.maintenance/com.unity3d.player.UnityPlayerActivity}: android.content.res.Resources$NotFoundException: String resource ID #0x0 Caused by: a原创 2021-06-18 09:56:37 · 1392 阅读 · 2 评论 -
Unity API 思维导图
Unity+API原创 2018-03-01 10:03:31 · 1705 阅读 · 0 评论 -
Unity NGUI下生成预制体坐标计算
using System.Collections; using System.Collections.Generic; using UnityEngine;public class Knife : MonoBehaviour { private Vector3 firstPosition; private Vector3 secondPosition; private Vect原创 2018-03-22 13:25:43 · 828 阅读 · 0 评论
分享