Created
May 14, 2019 09:13
-
-
Save todorok1/87eff7ce206491e0ea0ade6da9d660d9 to your computer and use it in GitHub Desktop.
古いAPIのアップデート
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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