Skip to content

Instantly share code, notes, and snippets.

@kankikuchi
kankikuchi / NameScript.cs
Last active November 28, 2016 09:35
Unity+photonで頭上に名前ラベルを表示し、キャラクターの動きに合わせて表示場所を変更する
using UnityEngine;
using System.Collections;
public class NameScript : MonoBehaviour
{
public GameObject NameLabel;
private float RandNum;