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: Asteroids internal to experimental project sync #199

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

NoelStephensUnity
Copy link

Description

Updating the experimental public asteroids project with the most recent updates to the internal asteroids project based on the most recent fixes and updates for NGO v2.0.0-pre.3 and the MPS SDK v1.0.0-pre.1 updates.

Issue Number(s)

A long list of issues resolved internally and verified fixed over past two play tests.

Contribution checklist

  • Tests have been added for the project and/or any internal package
  • Release notes have been added to the project changelog file
  • Pull request has a meaningful description of its purpose
  • All commits are accompanied by meaningful commit messages
  • JIRA ticket ID is in the PR title or at least one commit message
  • Include the ticket ID number within the body message of the PR to create a hyperlink

Updating the experimental public asteroids project with the most recent updates to the internal asteroids project based on the most recent fixes and updates for NGO v2.0.0-pre.3 and the MPS SDK v1.0.0-pre.1 updates.
Copy link
Collaborator

@fernando-cortez fernando-cortez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tiny cleanup changes!

@@ -158,6 +158,10 @@ private void Update()

private void UpdateInput()
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see that there was a previous version of this method below. We could remove that version?

@@ -49,23 +49,52 @@ public override void OnNetworkSpawn()

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe some unused methods & class variables can be removed here.

@@ -0,0 +1,149 @@
using System;
Copy link
Collaborator

@fernando-cortez fernando-cortez Aug 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could this best serve inside testproject or the internal project? It's unclear what to do inside the SerializationValidation scene, and if it's a validator of features, and not necessarily a use-case it might be best kept internally? Thoughts?
If it needs to be added to the project, this scene needs to be added to the Scene List in BuildSettings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants