diff --git a/Assets/Scripts/UI/HUD.cs.meta b/Assets/Scripts/UI/HUD.cs.meta index 6906263d..88ee45d6 100644 --- a/Assets/Scripts/UI/HUD.cs.meta +++ b/Assets/Scripts/UI/HUD.cs.meta @@ -4,7 +4,7 @@ MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] - executionOrder: 0 + executionOrder: 205 icon: {instanceID: 0} userData: assetBundleName: diff --git a/Assets/Scripts/Utilities/UI/FPSDisplay.cs.meta b/Assets/Scripts/Utilities/UI/FPSDisplay.cs.meta index 56e1baf9..12e42d51 100644 --- a/Assets/Scripts/Utilities/UI/FPSDisplay.cs.meta +++ b/Assets/Scripts/Utilities/UI/FPSDisplay.cs.meta @@ -4,7 +4,7 @@ MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] - executionOrder: 0 + executionOrder: -250 icon: {instanceID: 0} userData: assetBundleName: diff --git a/Docs/TODO.md b/Docs/TODO.md index 432537f0..df6a7658 100644 --- a/Docs/TODO.md +++ b/Docs/TODO.md @@ -27,12 +27,12 @@ - Chat -- Android: HUD must run before other UI scripts ; add perms for read/write access to storage ; forbid screen rotation ; disable left and right mouse click ; vehicle touch input: forward, backward, handbrake, left & right ; weapon switching buttons ; circular button for movement ; lock cursor when testing finishes ; must use new UI system ; don't report mouse move input while movement button is being pressed ; remove HUD code from state class ; event system should have SEO defined ; +- Android: add perms for read/write access to storage ; forbid screen rotation ; assign app version ; + +- Touch input: HUD must run before other UI scripts ; vehicle touch input: forward, backward, handbrake, left & right ; weapon switching buttons ; lock cursor when testing finishes ; don't report mouse move input while movement button is being pressed ; remove HUD code from state class ; remove spamming logs ; - Play sounds: horn ; empty weapon slot ; ped damage ; footsteps in run and sprint states ; -- Script execution order: HUD before pause menu and windows ; fps counter after all ; - - Optimize Console.Update() - don't do trim excess for every log message - Implement drive-by