Don't use scroll view for stats window

This commit is contained in:
in0finite 2019-05-28 17:04:43 +02:00
parent f1254e10e6
commit e9d4374af8
2 changed files with 1 additions and 5 deletions

View file

@ -1245,7 +1245,7 @@ MonoBehaviour:
y: 78.75
width: 115
height: 157.5
useScrollView: 1
useScrollView: 0
m_spaceBeforeContent: 0
m_spaceAfterContent: 0
m_registerInMainMenuOnStart: 0

View file

@ -18,12 +18,8 @@
- try to sync rigid body forces, or just clear them on clients ? - will this help ? are forces cleared at the end of frame by physics engine ? - forces can not be accessed
- add option to disable rigid body on local player ? - applying position/rotation from syncvar hooks needs to be changed ?
- add option to disable wheel colliders
- add current ped state to player stats
- change default ped sync rate to 20
- OutOfRangeDestroyer script should be destroyed on clients (for vehicles) ; when player controls a vehicle, it should not be destroyed ; or simply make the script destroy objects only on server (if they are network objects) ;