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

Updating to Unity 2018.1, Adding playability on Mobile devices #5

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

Conversation

jacob2512
Copy link

@jacob2512 jacob2512 commented May 8, 2018

  • Adding Unity 2018.1.0f2 support.

  • Replacing GUIText (deprecated) with Unity UI Text.

  • Switching from Application loading levels (deprecated) to use SceneManager.

  • Fixing Rocket-Environment Collisions.

  • Fixing Rigidbody and AudioSource Component references.

  • Adding dedicated Restart button to restart on game over.

  • Adding dedicated Quit button to quit game at any time.

  • Adding Accelerometer movement to make the level playable on mobile devices
    (Tested on Moto x4, Android 8.1.0)
    [Controls: Tilt screen to move the Rocket, Touch screen anywhere to fire]

- Adding Unity 2018.1.0f2 support.
- Replacing GUIText (deprecated) with Unity UI Text.
- Switching from Application loading levels (deprecated) to use SceneManager.

- Fixing Ship-Environment Collisions.
- Fixing Rigidbody and AudioSource Component references.
- Adding dedicated Restart button to restart on game over.
- Adding dedicated Quit button to quit game at any time.

- Adding Accelerometer movement to make the level playable on mobile devices
  (Tilt screen to move the rocket, Touch screen anywhere to fire)
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.

1 participant