1
0
mirror of synced 2024-11-27 23:50:50 +01:00
Commit Graph

56 Commits

Author SHA1 Message Date
xpeng
390c807f6c bugs fix
fix ipc touch not working bug;
fix player height text not updating bug
2022-10-07 17:12:42 +02:00
xpeng
92a1395c79 fix capture desktop config not working; add config for turn off light effect 2022-10-07 14:20:01 +02:00
xpeng
0998fe4a9b fix button config issue and audio issue 2022-10-06 23:50:57 +02:00
xpeng
6c6e23188c readd liv and may fix liv avatar overlay issue 2022-10-06 22:47:23 +02:00
xpeng
5b1ef6cde6 make button config functionable; better button sound 2022-10-06 22:38:29 +02:00
xpeng
b4b1da9cab make ipc config functional 2022-10-05 22:47:49 +02:00
xpeng
99deee5ab6 add IPC touch support and fix some issue 2022-10-03 22:48:09 +02:00
xpeng
a01f6c9152 huge change, new desig wip 2022-10-03 02:04:54 +02:00
xpeng
fcf30caedc fix screen and touch ring position 2022-08-02 01:09:20 +02:00
xpeng
dc6e325867 fix first person camera issue 2022-08-01 23:44:03 +02:00
xpeng
db1b1d8cf8 LED: when not using ipc automatic using fade effect; swap the hand of local-motion turn and rotate 2022-08-01 23:22:40 +02:00
xpeng
20ea89c666 new env lighting; disable leap motion (fix #35); touch panel bg adjustment 2022-08-01 22:45:57 +02:00
xpeng
dff8c9410c #37 better shader 2022-07-31 22:58:57 +02:00
xpeng
1126081c82 delete oculus package: may fix crash issue 2022-07-31 21:58:21 +02:00
xpeng
7aa4bc1085 change 1st person fov to 90 2022-07-29 20:19:58 +02:00
xpeng
19407e0da2 add 1st person smooth and skybox on-off setting 2022-07-29 20:18:13 +02:00
xpeng
9919fabcf6 Add LED IPC 2022-07-29 18:49:56 +02:00
xpeng
642f28b29c update package; clean serial code; add fps limit for 3rd person; LightManager Update 2022-07-26 15:13:45 +02:00
ItsCharaHere
1110b3e58e added leapmotion support (somewhat)
fix panels sticking when leapmotion loses tracking inside of them
2022-06-23 17:39:33 -07:00
xpeng
121055afcd default config fix 2022-06-10 00:16:34 +02:00
xpeng
98d62503b1 fix white screen for ever issue and config not update issue 2022-06-09 22:55:37 +02:00
xpeng
406cbc19f1 Add Hand Configs and change hand ball color 2022-06-09 21:36:15 +02:00
xpeng
0820628838 Clean File 2022-06-09 19:32:42 +02:00
FizzyApple12
580a20dd45 Added desktop capture to the config file 2022-06-07 21:33:50 -04:00
xpeng
ccae556f92 change screen cap code back and switch light bake to CPU 2022-06-08 03:17:14 +02:00
xpeng
8b1c0ce92b fix capture white scree issue (maybe) 2022-06-08 02:27:32 +02:00
xpeng
14ae2a7c01 Fix white screen issue again (pls delete config file) 2022-06-07 14:08:05 +02:00
xpeng
bc8acbada7 Switch to new Model, Added fade light, new env, new touch hitbox, clean assets
NOT FULLI TESTED JET
2022-06-07 02:07:08 +02:00
FizzyApple12
05f52c38a2 added a json configuration file and uWindowCapture configuration 2022-06-03 23:24:17 -04:00
FizzyApple12
287248c0b8 added a height adjuster 2022-06-03 00:15:11 -04:00
FizzyApple12
85d858c313 updated uWindowCapture and set it to automatic capture mode, might alleviate white screen problem 2022-06-02 00:34:19 -04:00
Kylemc1413
5e2d7d1a41 Update WACVR.unity 2022-05-29 10:03:17 -04:00
Kylemc1413
f2aeaa936e Cleanup excessive control panel audio sources 2022-05-29 09:55:37 -04:00
Kyle1413
5448a140ca
Merge pull request #22 from muskit/main
skybox, locomotion toggle
2022-05-25 23:45:21 -04:00
msk
327cbfa0a0 support user-addable skybox 2022-05-25 20:39:01 -07:00
Kylemc1413
7ab8421db6 Change capture framerate to match game, turn off expensive updatetitle 2022-05-25 19:11:47 -04:00
msk
7ec9f99694 remove SkySeries entirely 2022-05-25 15:11:21 -07:00
msk
7c326a7384 Removed full skybox HDRIs in attempt to free up space 2022-05-25 15:01:35 -07:00
msk
c1a0aa505f locomotion fix & skybox addition
- Added skybox control
- Added "SkySeries Freebie" skyboxes
- Changed hand orbs' material to be solidly Unlit
- Changed locomotion toggle to be Trigger on both hands
- Fixed control panel's messy text pivots
2022-05-25 02:17:16 -07:00
Kylemc1413
a56e3d3d64 Remove missing scripts 2022-05-24 20:52:49 -04:00
Kylemc1413
3ac3190cdb Merge remote-tracking branch 'upstream/main' 2022-05-24 19:32:57 -04:00
Kylemc1413
9c0f3dd989 Improve Touch Delay
Reduce Touch Overhead by only sending input state once a second to keep the game reading alive, on top of whenever a change in the state happens. Also add a small cube to the scene to use for debugging touch in editor when needed
2022-05-24 19:29:59 -04:00
msk
e0b09a5ea4 Locomotion stuff
- Holding the primary button on both controllers for 1 second will enable/disable locomotion
- Swapped joysticks' functions
2022-05-24 00:21:47 -07:00
msk
65a8ee2770 more ctrlpnl
- moved panel for easier access\
- gave third-person toggle its own code
- refactor panel button code
- instead of lock all buttons, hide non-game buttons
2022-05-23 18:25:05 -07:00
msk
0792db116c More control panel stuff
- added button sounds
- fixed button toggling
- fixed card button
2022-05-23 16:59:50 -07:00
xpeng
8b3c03af3d change card image; clean code for serial; move dll to plugin folder 2022-05-23 23:31:33 +02:00
msk
f29c8d27ae control panel stuff
all about the control panel
- made a text object for each button to replace the single text box covering all buttons
- some visual changes
- added a button that locks all control panel buttons
2022-05-23 04:04:16 -07:00
ItsCharaHere
14bbd74d66 added other controller profiles 2022-05-22 22:13:06 -07:00
ItsCharaHere
7b08b81316
Merge branch 'xiaopeng12138:main' into main 2022-05-22 22:03:04 -07:00
ItsCharaHere
8820fad498 Added temporary LED's and Required Dependencies for easier building
I also added carding in button and toggling third person camera
2022-05-22 22:00:35 -07:00