Skip to content

Instantly share code, notes, and snippets.

@todorok1
Created May 14, 2019 09:13
Show Gist options
  • Save todorok1/87eff7ce206491e0ea0ade6da9d660d9 to your computer and use it in GitHub Desktop.
Save todorok1/87eff7ce206491e0ea0ade6da9d660d9 to your computer and use it in GitHub Desktop.
古いAPIのアップデート
public class RefScript : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
// これは古い書き方
light.color = Color.red;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment