How to know if a GameObject has a mesh in Unity?

后端 未结 0 874
[愿得一人]
[愿得一人] 2020-12-13 12:50

I attached the following script to a GameObject to determine if it is a mesh.

using UnityEngine;

public class MeshCheck : MonoBehaviour
{
    // Start is cal         


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