Skip to content

Instantly share code, notes, and snippets.

@martindevans
Created August 21, 2019 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save martindevans/a0285593f7879f38373089f122fd01ec to your computer and use it in GitHub Desktop.
Save martindevans/a0285593f7879f38373089f122fd01ec to your computer and use it in GitHub Desktop.
public class Test
: MonoBehaviour
{
void OnEnable()
{
try
{
DissonanceComms.TestDependencies()
}
catch (Exception e)
{
_exception = e;
Debug.LogError(e);
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment