samowen62 / DeathRaceGame

Code for Death Race (tentative). A racing game similar to f zero gx!
2 stars 4 forks source link

Release Defects #27

Closed samowen62 closed 5 years ago

samowen62 commented 5 years ago

These defects were found after the game was built an ran as an exe. Not in the editor.

[#] 1 Only the player should be able to set new records. [#] 2 Need to lock down changing screens. Need a boolean to protect against multiple change scene calls. [#] 3 The input manager is inconsistently named. Need to put actual inputs in here. [#] 4 No menu back ground shows up [#] 5 Exit race -> select new race is broken. Only can play on one track. [#] 6 NPE on GameContext.cs line 162 and MachineCatcher.cs line 65. Think it might have to do with skip start = true or other gamedatas. General weirdness on starting levels and starting different ones a second time. [#] 7 Boost oftentimes just doesn't work. Sometimes it does after boosted once. [#] 8 Use better colors for the health bar. [#] 9 Array index out of range GameData.cs:123 when you do a second race. Prevents the race from ending [#] 10 When we start snow track we're getting: "Failed to create Convex Mesh from source mesh "Plane_016". Source mesh is likely have too many smooth surface regions. Please reduce the surface smoothness of the source mesh. Alternatively turn on Inflate Mesh and increase the Skin Width sufficiently for this mesh." For planes 16 and 17. There is seemingly no reason for this. Unity is just stupid [#] 11 The finish order is screwed up. Pretty sure it finishes players multiple times if you don't finish first. (There was a GameData debug object in the scene. All I did was remove it) [#] 12 If you exit a race you can't start a new one after selecting a racer. Probably something with gameData.

samowen62 commented 5 years ago

As for 2 I think it's working fine now. All the screens have been checked.

For 4 I might just choose a different light color for each screen. The movie still looks slightly different on each screen.

samowen62 commented 5 years ago

Didn't observer 7 happening anymore. Closing