Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: NetworkBehaviour.IsSpawned #1190

Merged
merged 3 commits into from Sep 16, 2021

Commits on Sep 15, 2021

  1. feat

    Adding the IsSpawned bool value that is set when the InternalOnNetworkSpawn method is invoked and unset when the InternalOnNetworkDespawn method is invoked.
    NoelStephensUnity committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    a49e911 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

  1. refactor

    A better way.
    NoelStephensUnity committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    c9c3fae View commit details
    Browse the repository at this point in the history
  2. style

    Replacing LF so it is exactly as it was.
    NoelStephensUnity committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    134e9dd View commit details
    Browse the repository at this point in the history