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

chore: test project updates 2023-Q3 #2679

Merged
merged 6 commits into from
Aug 28, 2023

Commits on Aug 15, 2023

  1. fix

    This fixes an issue where ConnectionModeScript and/or StatsDisplay would throw an exception if certain optional properties were not defined.
    NoelStephensUnity committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    1496b84 View commit details
    Browse the repository at this point in the history
  2. update

    Minor adjustment to the Spawner class where if the frequency of spawning is set to zero it will only spawn 1 instance (i.e. a one shot spawner).
    NoelStephensUnity committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    c2d3cfd View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Configuration menu
    Copy the full SHA
    112256d View commit details
    Browse the repository at this point in the history
  2. update

    Updated several samples to use UnityTransport as opposed to UNet.
    Limited number of objects spawned, adjusted the ray cast line renderer, updated the physics player to have a ray pointing towards its forward (to know the direction you are going) in physics example.
    Adjusted the connect mode buttons so they will automatically re-appear when you disconnect.
    Updated several projects to have their own network prefab list.
    .
    NoelStephensUnity committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    446be71 View commit details
    Browse the repository at this point in the history
  3. style

    whitespace removal
    NoelStephensUnity committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    6bebd70 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f62e17f View commit details
    Browse the repository at this point in the history