mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2024-11-10 06:34:16 +00:00
use default keystore
This commit is contained in:
parent
45a79c4da7
commit
adaa4e7776
2 changed files with 4 additions and 6 deletions
|
@ -23,13 +23,11 @@
|
|||
|
||||
- Does 'O' button changes quality level ?
|
||||
|
||||
- Reduce physics time step to 30 - make it configurable in options
|
||||
|
||||
- Chat
|
||||
|
||||
- Android: set font size to 18 ? ; reduce physics update rate ;
|
||||
- Android: set font size to 20 ; adapt UI: StartGame button, JoinGame button, Console "Clear", main menu ; sliders should be larger ; camera zoom should be configurable (no need for persistence) ; use unsigned (debug) key alias ; increment build number ;
|
||||
|
||||
- Touch input: repeat buttons don't work - cursor locking is probably the cause - don't lock the cursor, only hide it ; ignore mouse move input, and use panel which detects OnDrag event ; increase maximum value for mouse sensitivity ; touch pointer sensitivity should be increased ;
|
||||
- Touch input:
|
||||
|
||||
- Play sounds: horn ; empty weapon slot ; ped damage ; footsteps in run and sprint states ;
|
||||
|
||||
|
|
|
@ -244,8 +244,8 @@ PlayerSettings:
|
|||
AndroidTargetArchitectures: 1
|
||||
AndroidSplashScreenScale: 0
|
||||
androidSplashScreen: {fileID: 0}
|
||||
AndroidKeystoreName: android.keystore
|
||||
AndroidKeyaliasName: 1
|
||||
AndroidKeystoreName:
|
||||
AndroidKeyaliasName:
|
||||
AndroidBuildApkPerCpuArchitecture: 0
|
||||
AndroidTVCompatibility: 1
|
||||
AndroidIsGame: 1
|
||||
|
|
Loading…
Reference in a new issue