Advertisement
Guest User

Simple Code

a guest
Sep 11th, 2017
741
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. using UnityEngine;
  2.  
  3. public class StackHelp : MonoBehaviour {
  4.  
  5. void Start ()
  6. {
  7. RenderSettings.subtractiveShadowColor = Color.red;
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement