网站首页 站内搜索

搜索结果

查询Tags标签: unity2020,共有 5条记录
  • Unity2020 控制刚体运动

    1.代码1 using System.Collections;2 using System.Collections.Generic;3 using UnityEngine;4 5 public class Player : MonoBehaviour6 {7 public float speed = 1;8 private Rigidbody rd;9 10 // Start is called before the first frame update 11 …

    2021/12/15 6:17:50 人评论 次浏览
  • Unity2020 控制刚体运动

    1.代码1 using System.Collections;2 using System.Collections.Generic;3 using UnityEngine;4 5 public class Player : MonoBehaviour6 {7 public float speed = 1;8 private Rigidbody rd;9 10 // Start is called before the first frame update 11 …

    2021/12/15 6:17:50 人评论 次浏览
  • Unity2020给地形添加纹理贴图

    1.鼠标点击Scene窗口中的Terrain选中,然后在右边的属性对话框中选择对应的参数 2.点击 Edit Terrain Layers 如果是第一次添加地形纹理(或者是Add Layer中没有你要的贴图)点击Create Layer,然后选择你需要的贴图(前提是项目已导入资源包)。然后地形就有纹理了。

    2021/11/20 6:09:57 人评论 次浏览
  • Unity2020给地形添加纹理贴图

    1.鼠标点击Scene窗口中的Terrain选中,然后在右边的属性对话框中选择对应的参数 2.点击 Edit Terrain Layers 如果是第一次添加地形纹理(或者是Add Layer中没有你要的贴图)点击Create Layer,然后选择你需要的贴图(前提是项目已导入资源包)。然后地形就有纹理了。

    2021/11/20 6:09:57 人评论 次浏览
  • tolua&unity2020最全最新使用指南

    tolua最全使用指南 tolua&unity使用指南一 tolua接入tolua&unity使用指南 一 tolua接入 1 github下载地址:https://github.com/jarjin/LuaFramework_UGUI_V2 2 下载解压后文件目录 3 使用Unity打开项目, 我用得是unity2020.3.1f1的版本。 出现以上报错,定位…

    2021/4/8 10:39:48 人评论 次浏览
扫一扫关注最新编程教程