PineappleStudios / Super-Pong

Testing out Unity/Git
2 stars 0 forks source link

Pong 17: Unity Testing Tools #25

Closed atb-brown closed 7 years ago

atb-brown commented 7 years ago

Fixes #17

For this PR, really the only human legible code that I myself added is SphereController.cs

Because there's an inordinate amount of changes which are just the UTT, just look at this: https://github.com/PineappleStudios/Super-Pong/blob/a151244f7f5ebd23345b1ddf1ee282cf6c5ed668/SuperPong/Assets/_Scripts/Temp/SphereController.cs

Post review comments here (the "Conversation" tab of the PR).

Video of the scene: https://drive.google.com/file/d/0Bw_gmCsRwsGOdkxCS3kxUWJkYkk/view?usp=sharing

The simple test I added asserts that the object's position is what is expected upon reset. image