-
Notifications
You must be signed in to change notification settings - Fork 123
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
base: main
Are you sure you want to change the base?
chore: Asteroids internal to experimental project sync #199
Conversation
There was a problem hiding this 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() |
There was a problem hiding this comment.
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() | |||
|
There was a problem hiding this comment.
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; |
There was a problem hiding this comment.
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.
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