見せてもらおうかdev.toの性能とやらを

yuujii

ゆーじ

Posted on December 6, 2017

見せてもらおうかdev.toの性能とやらを

はじめに

こんにちは

NewBehaviourScript.cs

Assets > Create > C# Script

using System.Collections;
using System.Collections.Generic;
using UnityEngine;

public class NewBehaviourScript : MonoBehaviour {

    // Use this for initialization
    void Start () {

    }

    // Update is called once per frame
    void Update () {

    }
}

ツイッター

ようつべ

Codepen

画像

alt text

💖 💪 🙅 🚩
yuujii
ゆーじ

Posted on December 6, 2017

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related