Kylemc1413
4f1af5e368
Disable Debug Logs for Serial
2022-05-27 20:47:03 -04:00
Kylemc1413
4053004c2a
Merge remote-tracking branch 'upstream/main'
2022-05-27 20:15:53 -04:00
Kylemc1413
7ab8421db6
Change capture framerate to match game, turn off expensive updatetitle
2022-05-25 19:11:47 -04:00
Kylemc1413
4057c829cd
Move touch input sending to its own thread
2022-05-25 19:10:57 -04:00
Kyle1413
cc66b70b58
Merge pull request #21 from Kylemc1413/main
...
Improve Touch Input Delay
2022-05-24 21:08:45 -04:00
Kylemc1413
a56e3d3d64
Remove missing scripts
2022-05-24 20:52:49 -04:00
Kylemc1413
bd68e0a1ff
Catch/Log if Serial Ports fail to open
2022-05-24 20:50:44 -04:00
Kylemc1413
05da9f6caa
Close Serial Ports in OnDestroy
2022-05-24 20:48:15 -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
BurritoSOFTWARE
2113917eda
Only run on actual Unity project changes
2022-05-24 15:58:04 -07:00
BurritoSOFTWARE
d98db2beb0
Use 2FA authenticator key for activation
2022-05-24 14:59:33 -07:00
BurritoSOFTWARE
72193f4889
Merge pull request #20 from xiaopeng12138/burritosoftware-patch-1
...
Add automated CD for up-to-date builds
2022-05-24 12:38:05 -07:00
BurritoSOFTWARE
5b66573cd9
Add automated CD for up-to-date builds
2022-05-24 12:37:53 -07:00
xpeng
8adb7483d3
Merge pull request #19 from muskit/main
...
Add locomotion toggling
2022-05-24 14:19:31 +02:00
msk
2853295b7b
Merge pull request #3 from xiaopeng12138/main
...
Merge pull request #18 from muskit/main
2022-05-24 01:25:05 -07: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
ItsCharaHere
49b3d69e32
Merge pull request #18 from muskit/main
...
Control panel things + "performant" render pipline
2022-05-23 20:30:45 -07:00
msk
e7c92fa6bf
Merge pull request #2 from muskit/ctrlpnl
...
Ctrlpnl
2022-05-23 20:24:55 -07:00
msk
628e4bfb38
remove unnecessary keybinds to tp-camera toggle
2022-05-23 18:34:13 -07:00
msk
d3668cb888
Set render pipeline to Performant
2022-05-23 18:31:54 -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
fbd7a88a11
Merge pull request #1 from muskit/ctrlpnl
...
ctrlpnl
2022-05-23 17:15:42 -07:00
msk
4ef7cd0bbf
restore WindowsInput.dll
2022-05-23 17:14:40 -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
msk
f0d43c0d15
Merge branch 'xiaopeng12138:main' into main
2022-05-23 16:58:32 -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
9c0232be92
Update README.md
2022-05-23 12:17:13 -07:00
ItsCharaHere
192249cd89
Merge pull request #16 from muskit/main
...
Control panel stuff
2022-05-23 07:49:59 -07:00
msk
ba2400e8fa
file cleanup
2022-05-23 04:09:25 -07: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
a7e0005155
Merge pull request #15 from ItsCharaHere/main
...
Added Aime, Third person toggle, & Temporary LED's
2022-05-22 22:14:36 -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
xpeng
989113bc02
Merge pull request #14 from Kylemc1413/main
...
Serial rewritten for touch initialization
2022-05-22 16:07:01 +02:00
Kylemc1413
f8098433c9
Only read if SerialPorts are open
2022-05-22 09:34:23 -04:00
Kylemc1413
3cb2990ef0
Fix startup touch initialization
2022-05-22 08:58:17 -04:00
Kylemc1413
bfd738d05a
meta files are annoying
2022-05-22 08:57:44 -04:00
Kylemc1413
cdf208327e
Fix touch initialization
2022-05-22 00:32:20 -04:00
xpeng
bb1eb75c58
Update README.md
2022-05-19 10:06:17 +02:00
xpeng
88954d3333
Merge pull request #10 from ItsCharaHere/main
...
Added ring lights texture & LIV support
2022-05-19 08:11:48 +02:00
ItsCharaHere
2268f72982
Update ProjectSettings.asset
2022-05-18 16:06:29 -07:00
ItsCharaHere
5a570b2e52
Added ring texture & LIV support
...
Ring lights TBA
2022-05-18 15:57:37 -07:00
xpeng
1b605d8813
Fix Typo
2022-05-18 20:36:30 +02:00
xpeng
cd0a9f55cb
Merge pull request #9 from ItsCharaHere/main
...
Added control panel + tweaks
2022-05-18 12:06:27 +02:00
ItsCharaHere
dd9b039c04
Update WACVR.unity
2022-05-17 21:40:16 -07:00
ItsCharaHere
eda7af22ad
initial fork commit
2022-05-17 21:38:11 -07:00
xpeng
1b9eb9bff5
Update README.md
2022-05-17 21:45:04 +02:00
xpeng
0842b5024b
should fix #2 #3
2022-05-17 17:28:53 +02:00