mirror of
https://github.com/xiaopeng12138/MaiDXR.git
synced 2024-11-15 00:27:36 +01:00
update changes
This commit is contained in:
parent
d9b2ff458c
commit
e2116bd633
176
CHANGES.md
176
CHANGES.md
@ -2,6 +2,102 @@
|
||||
|
||||
# Latest
|
||||
|
||||
## v0.7.2
|
||||
Possible to switch hand during hold #16
|
||||
|
||||
Fix display position
|
||||
|
||||
|
||||
# Old version
|
||||
|
||||
## v0.1
|
||||
First version
|
||||
|
||||
|
||||
## v0.2
|
||||
Add smooth camera
|
||||
|
||||
Add haptic feedback
|
||||
|
||||
Change hand position and size
|
||||
|
||||
Change button hitbox size
|
||||
|
||||
|
||||
## v0.3
|
||||
Add enter button
|
||||
|
||||
Adjust button hitbox area
|
||||
|
||||
Fix window searching issue
|
||||
|
||||
Update serial, now you can exit MaiDXR and reopen in-game after you passed touch check ones
|
||||
|
||||
And some other mini fix
|
||||
|
||||
|
||||
## v0.3.1
|
||||
Fix capture issue
|
||||
|
||||
|
||||
## v0.3.2
|
||||
Change xr render to multi-pass (hope this can fix issue #3)
|
||||
|
||||
Update touch refresh rate to 200fps
|
||||
|
||||
Optimize performance
|
||||
|
||||
|
||||
## v0.4
|
||||
Add user custom configuration (see readme)
|
||||
|
||||
Add select button #4
|
||||
|
||||
Update smooth camera display method
|
||||
|
||||
Update framework color
|
||||
|
||||
|
||||
## v0.4.1
|
||||
Fix Settings to load on start
|
||||
|
||||
Update default config
|
||||
|
||||
|
||||
## v0.5
|
||||
Add local motion
|
||||
|
||||
Add none-VR camera FOV configuration
|
||||
|
||||
Add Serial2 (2p touch)
|
||||
|
||||
Some small framework update/fix
|
||||
|
||||
|
||||
## v0.6
|
||||
Add more custom button #11
|
||||
|
||||
Add button lights
|
||||
|
||||
Adjust framework
|
||||
|
||||
|
||||
## v0.6.1
|
||||
Fix performance issue #12
|
||||
|
||||
Adjust framework
|
||||
|
||||
Custom button bugs fix
|
||||
|
||||
|
||||
## v0.6.2
|
||||
Fix button lighting issue
|
||||
|
||||
Fix freez after start MaiDXR
|
||||
|
||||
Adjust framework
|
||||
|
||||
|
||||
## v0.7
|
||||
Add 3rd person view
|
||||
|
||||
@ -18,81 +114,11 @@ New setting format and default setting
|
||||
Some small changes
|
||||
|
||||
|
||||
# Old version
|
||||
## v0.7.1
|
||||
Clean code and unity setting
|
||||
|
||||
## v0.1
|
||||
First version
|
||||
Add 1p only setting (reboot MaiDXR require)
|
||||
|
||||
## v0.2
|
||||
Add smooth camera
|
||||
Update readme to fix #14
|
||||
|
||||
Add haptic feedback
|
||||
|
||||
Change hand position and size
|
||||
|
||||
Change button hitbox size
|
||||
|
||||
## v0.3
|
||||
Add enter button
|
||||
|
||||
Adjust button hitbox area
|
||||
|
||||
Fix window searching issue
|
||||
|
||||
Update serial, now you can exit MaiDXR and reopen in-game after you passed touch check ones
|
||||
|
||||
And some other mini fix
|
||||
|
||||
## v0.3.1
|
||||
Fix capture issue
|
||||
|
||||
## v0.3.2
|
||||
Change xr render to multi-pass (hope this can fix issue #3)
|
||||
|
||||
Update touch refresh rate to 200fps
|
||||
|
||||
Optimize performance
|
||||
|
||||
## v0.4
|
||||
Add user custom configuration (see readme)
|
||||
|
||||
Add select button #4
|
||||
|
||||
Update smooth camera display method
|
||||
|
||||
Update framework color
|
||||
|
||||
## v0.4.1
|
||||
Fix Settings to load on start
|
||||
|
||||
Update default config
|
||||
|
||||
## v0.5
|
||||
Add local motion
|
||||
|
||||
Add none-VR camera FOV configuration
|
||||
|
||||
Add Serial2 (2p touch)
|
||||
|
||||
Some small framework update/fix
|
||||
|
||||
## v0.6
|
||||
Add more custom button #11
|
||||
|
||||
Add button lights
|
||||
|
||||
Adjust framework
|
||||
|
||||
## v0.6.1
|
||||
Fix performance issue #12
|
||||
|
||||
Adjust framework
|
||||
|
||||
Custom button bugs fix
|
||||
|
||||
## v0.6.2
|
||||
Fix button lighting issue
|
||||
|
||||
Fix freez after start MaiDXR
|
||||
|
||||
Adjust framework
|
||||
Some small adjust
|
@ -146,6 +146,9 @@ PlayerSettings:
|
||||
- {fileID: 0}
|
||||
- {fileID: 0}
|
||||
- {fileID: 0}
|
||||
- {fileID: 1708333901713763777, guid: c32bea96a9d497047888cff51152a827, type: 2}
|
||||
- {fileID: 0}
|
||||
- {fileID: -9008817870737138221, guid: dac1673e162f8724aada57cd5b44f68b, type: 2}
|
||||
metroInputSource: 0
|
||||
wsaTransparentSwapchain: 0
|
||||
m_HolographicPauseOnTrackingLoss: 1
|
||||
|
Loading…
Reference in New Issue
Block a user