System Namespace

  • If you need to access the Flashlight scripts from another script that isn’t in relation to my asset you may need to use a namespace collection at the top of your script:

Using FlashlightSystem;
  • If you want to add a script or class to the flashlight system namespaces, you can use:

Namespace FlashlightSystem;

Last updated