
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 · 7574 阅读 · 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 · 1266 阅读 · 2 评论 -
Unity API 思维导图
Unity+API原创 2018-03-01 10:03:31 · 1641 阅读 · 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 · 779 阅读 · 0 评论