How to make enemy character walk left and right and not walk off the platform? (2D Game)

前端 未结 0 1477
迷失自我
迷失自我 2021-01-06 02:17
using System.Collections;
using System.Collections.Generic;
using UnityEngine;

public class FloorCollider : MonoBehaviour
{
    public GameObject player;
    public         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题