Skip to content

Instantly share code, notes, and snippets.

@todorok1
Created May 14, 2019 09:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save todorok1/fc847abe9203bfe017327a87218ebdab to your computer and use it in GitHub Desktop.
Save todorok1/fc847abe9203bfe017327a87218ebdab to your computer and use it in GitHub Desktop.
古いAPIの更新を行ったファイル
public class RefScript : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
// 新しくなった
GetComponent<Light>().color = Color.red;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment