1
0
mirror of https://github.com/AcChosen/VR-Stage-Lighting.git synced 2024-11-23 23:21:07 +01:00
Commit Graph

150 Commits

Author SHA1 Message Date
AcChosen
b30c1a78b9
Update iterate.yml 2022-11-30 13:55:53 -05:00
AcChosen
6a0add7186
Update iterate.yml 2022-11-30 13:52:47 -05:00
AcChosen
aa72f2344d
Create iterate.yml
Based on https://github.com/llealloo/vrc-udon-audio-link/blob/master/.github/workflows/iterate.yaml from pema99.
2022-11-30 13:50:29 -05:00
AcChosen
b31e5f6d54
Merge pull request #15 from AcChosen/acchosen-dev
VRSL Quest and VPM Update
2022-11-30 09:31:28 -05:00
AcChosen
d2091a3992 VPM Update 4 2022-11-30 09:25:19 -05:00
AcChosen
30f8bc1f18 VPM Update #3 2022-11-30 08:42:25 -05:00
AcChosen
b03277915b
Delete Packages/com.vrchat.core.vpm-resolver directory 2022-11-30 08:19:13 -05:00
AcChosen
c49747929d VPM Update 2 2022-11-30 08:18:30 -05:00
AcChosen
0275b01b4c VPM Repository Update 2022-11-30 08:14:52 -05:00
AcChosen
d3e992f2d3 VPM Update 2022-11-30 06:09:08 -05:00
AcChosen
7a7c134297 VRChat Creator Companion VPM Update
- Restructured file system to be VPM compatible
- Added stencil mask prefabs.
- Added audiolink 0.3.0 support.
- Added audiolink theme color support.
2022-11-30 03:44:53 -05:00
AcChosen
df3b4e3875 Quest Compatibility Update
-Added toggle to disable depth light requirements for VRSL shaders on a per scene basis for Quest compatibility
-Added toggle to remove 2D and 3D noise effects from volumetric shaders to reduce their overhead on quest.
-Implmented many toggles as keywords for static branching instead of dynamic branching to improve performance slightly.
-Slight performance improvement on volumetric shaders.
-Fixed 3D noise time bug
2022-11-27 12:32:21 -05:00
AcChosen
d05c0654d1
Merge pull request #13 from 20milliliter/main
Updated README to align with new updates.
2022-10-25 15:00:22 -04:00
20ml
2130acb82f Updated README to align with new updates. 2022-10-25 14:39:34 -04:00
AcChosen
2a9ff4842a Post VCC Update 2022-10-25 13:07:44 -04:00
AcChosen
9d727d02b3 Final Commit before VCC 2022-10-24 22:57:35 -04:00
AcChosen
f47c7984d9 Updated Ver to 2.1 2022-10-24 15:24:01 -04:00
AcChosen
875a6c3860 Update AudioLinkController-WithVRSLSmoothing.prefab 2022-10-24 15:15:40 -04:00
AcChosen
b235af4d3e Update VRSL-AudioLink-BasicLaser.shader 2022-10-21 10:04:33 -04:00
AcChosen
6cd7b3c738 Small Laser Patch 2022-10-21 09:56:40 -04:00
AcChosen
74f2644074 Last 9 Universe Update to the VRSL Control Panel 2022-10-20 12:56:09 -04:00
AcChosen
07a1c0c943 Minor Manager Window Fix!
-Fixed small bug where 9 Universe Mode would be unchecked at runtime in editor.
2022-10-20 12:24:12 -04:00
AcChosen
99c9fa4d2e Small Discoball Fix 2022-10-20 07:55:29 -04:00
AcChosen
fca9ffc911 TekOSC Reader Integration
-Fixed grid reader prefabs that broke after previous merge.
-Integrated the TekOSC Reader into the VRSL Control Panel.
-Adjusted names to fit the VRSL asset naming schemes.
2022-10-20 07:40:49 -04:00
AcChosen
d7f51776ef
Merge pull request #12 from AcChosen/tek-dev
GridReader V 1.0 merge to main
2022-10-20 06:10:27 -04:00
AcChosen
d66d824760
Update VRStageLighting_DMX_Static.asset 2022-10-19 21:15:04 -04:00
AcChosen
42dbb78cec
Update VRSL_LocalUIControlPanel.asset 2022-10-19 21:12:44 -04:00
AcChosen
23e8eef4d5
Update VRSL_LocalUIControlPanel.asset 2022-10-19 21:11:59 -04:00
AcChosen
45f9d761fe
Update TargetFollower.asset 2022-10-19 21:11:29 -04:00
AcChosen
b4312b4184
Update VRStageLighting_DMX_Static.asset 2022-10-19 21:10:30 -04:00
AcChosen
184c6614d1
Update VRStageLighting_AudioLink_Static.asset 2022-10-19 21:08:44 -04:00
AcChosen
ab3fd6a83a
Update VRStageLighting_AudioLink_Laser.asset 2022-10-19 21:07:46 -04:00
AcChosen
52f2bc0bb7
Update VRSL-AudioLink-SmoothingPanel Udon C# Program Asset.asset 2022-10-19 21:06:47 -04:00
AcChosen
a75e18b987
Update SmoothingPanelOpener Udon C# Program Asset.asset 2022-10-19 21:05:46 -04:00
AcChosen
74b90d2d71
Update VRSL-DMXGlobalExport Udon C# Program Asset.asset 2022-10-19 21:03:59 -04:00
AcChosen
243dc40adc The 9 Universe Update
-Added support for 9 Universe via RGB Extended Universe Mode
-Added camera editor script that allows the user to easily adjust the position and size of the DMX Camera on vertical and horizontal screen prefabs.
-Removed dependencies on uDesktopDuplication from control panel and placed them in a separate editor script.
-Added support for copy/pasting properties between fixtures in the control panel without disturbing key properties (I.E DMX Channels, AudioLink Bands, etc.)
-Fixed some audiolink fixture bugs.
2022-10-19 20:17:51 -04:00
TekCastPork
64477f54da GridReader Initial Commit
+ Add GridReader 1.0
+ Add GridReader dependency: SharpOSC

GridReader is meant to be an alternative/replacement to uDesktopDuplicator. It is used to visualize VRSL within a dummy rig with minimal setup required.
2022-10-16 21:09:14 -06:00
AcChosen
8c34dd989d DMX Exceptions #2 2022-10-09 04:22:35 -04:00
AcChosen
fc0418bc9c Added more DMX Exceptions 2022-10-07 11:56:12 -04:00
AcChosen
3a6decb487
Merge pull request #11 from 20milliliter/main
Update README
2022-10-05 10:50:09 -04:00
AcChosen
8a0d6fbf70 Oct 2022 Update
-Removed legacy PDF Documentation
-Added fixture IDs
-Added namespaces to scripts
-Added 6x4 light and 15 channel lightbar
2022-10-05 10:48:27 -04:00
20mL
d957df19b5
Last one I promise. LGTM 2022-10-05 09:56:30 -04:00
20mL
45d8d57bc1
Adapted links to hyperlinks 2022-10-05 09:55:54 -04:00
20mL
64c1d4bfd3
Improved title line 2022-10-05 09:54:00 -04:00
20mL
05766a3957
Relinked media away from repo files. 2022-10-05 09:52:01 -04:00
20ml
7a25cfd05b Updated README 2022-10-05 09:33:53 -04:00
AcChosen
004d93833e
Update README.md 2022-06-23 21:16:52 -04:00
AcChosen
25ef8da72f
Update README.md 2022-06-23 21:16:19 -04:00
AcChosen
43746f580c
Update README.md 2022-06-23 21:12:03 -04:00
AcChosen
51c5342ea9 VRSL 2.0 2022-06-23 20:55:49 -04:00