🧐

Unity_动画匹配

using System.Collections; using System.Collections.Generic; using UnityEngine; public class Lesson56 : MonoBehaviour { private Animator animator;

小鸟游星野 发布于 2025-02-22

Unity_IK

using System.Collections; using System.Collections.Generic; using UnityEngine; public class Lesson55 : MonoBehaviour { private Animator animator;

小鸟游星野 发布于 2025-02-22

Unity_子状态机

using System.Collections; using System.Collections.Generic; using UnityEngine; public class Lesson54 : MonoBehaviour { // Start is called before

小鸟游星野 发布于 2025-02-22

Unity_2D混合树

using System.Collections; using System.Collections.Generic; using UnityEngine; public class Lesson53 : MonoBehaviour { // Start is called before

小鸟游星野 发布于 2025-02-22

Unity_1D混合树

using System.Collections; using System.Collections.Generic; using UnityEngine; public class Lesson52 : MonoBehaviour { // Start is called before

小鸟游星野 发布于 2025-02-22

Unity_动画分层

using System.Collections; using System.Collections.Generic; using UnityEngine; public class Lesson51 : MonoBehaviour { private Animator animator;

小鸟游星野 发布于 2025-02-22

Unity协程

using System.Collections; using System.Collections.Generic; using System.Threading; using UnityEngine; public class Lesson14 : MonoBehaviour { Th

小鸟游星野 发布于 2025-02-13

Unity_Tile相关程序

using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.Tilemaps; public class Lesson28 : MonoBehaviour {

小鸟游星野 发布于 2024-12-04

Unity_精灵形状渲染器和控制器&Sprite Shape Profile

Sprite Shape Profile using System.Collections; using System.Collections.Generic; using UnityEngine; public class Lesson20 : MonoBehaviour { // St

小鸟游星野 发布于 2024-12-02

Unity_2D效应器

using System.Collections; using System.Collections.Generic; using UnityEngine; public class Lesson19 : MonoBehaviour { // Start is called before

小鸟游星野 发布于 2024-12-02