구글 블로그 코드 넣는 방법

https://colorscripter.com/ 
에서 코드를 입력한 후 html 글쓰기로 복사 붙여넣기한다.


1
2
3
4
5
6
7
8
9
10
11
12
13
14
public class MyExam : MonoBehaviour
{
    // Start is called before the first frame update
    void Start()
    {
        // GameObject ob = new GameObject("TestAddCom");
 
        GameObject ob = GameObject.Find("TestAddCom");
        TestAddCom addCom = ob.AddComponent<TestAddCom>();
    }
 
   
}
 
cs

댓글

이 블로그의 인기 게시물

유니티 오브젝트 서서히 사라지게

WebView에서 YOUTUBE 동영상 플레이 방법