Skip to content

Instantly share code, notes, and snippets.

@unity3dcollege
Created July 7, 2017 18:47
Show Gist options
  • Save unity3dcollege/70c00b6ab7eac3479cdaf7d8a927dedc to your computer and use it in GitHub Desktop.
Save unity3dcollege/70c00b6ab7eac3479cdaf7d8a927dedc to your computer and use it in GitHub Desktop.
using UnityEngine;
public class ExampleScript : MonoBehaviour
{
[SerializeField]
private float floatValue;
[SerializeField]
private Camera cameraReference;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment