263 Commits
Author SHA1 Message Date
hecomi 57c48b0589 fix sample path in package.json.
Create UPM branches and run NPM publish / update (push) Has been cancelled
v1.8.1
2021-11-21 18:25:47 +09:00
hecomi 954734efc4 Create main.yml
Create UPM branches and run NPM publish / update (push) Has been cancelled
v1.8.0
2021-11-21 18:17:06 +09:00
hecomi 0f77155f4e update readme. 2021-11-21 18:14:24 +09:00
hecomi 179966dcdc change directory structure for UPM. 2021-11-21 18:09:40 +09:00
hecomi ab8671fb84 add isHDR #46 2020-12-20 23:53:46 +09:00
hecomi 18c5edf423 Merge pull request #41 from yutokun/single-pass-instanced
support Single Pass Instanced.
2020-08-23 19:07:26 +09:00
yutoVR 4f1a274e6a support single pass instanced rendering. 2020-07-13 21:44:04 +09:00
hecomi 1b0fd94fcb add asmdefs. v1.7.0 2020-03-16 00:29:48 +09:00
hecomi 7bf645f500 add emissive and color scale. 2020-03-15 23:58:44 +09:00
hecomi 9dc63e7c9c fix cursor capture bug #33. 2020-03-15 02:51:49 +09:00
hecomi b4135c317f fix initializations. 2020-03-14 19:19:35 +09:00
hecomi cfdfb1f50e use shared texture. 2019-09-21 02:21:53 +09:00
hecomi 20589c23b9 make some flags shader_feature to reduce the number of shader variants. 2019-01-08 21:38:43 +09:00
hecomi b836c1dc03 update unity version to 2018.2.20f1. 2019-01-08 20:56:32 +09:00
hecomi 4ba7caf792 consider hotspot of cursor for better loupe movement. 2019-01-07 22:32:24 +09:00
hecomi 0329eef501 check cursor visibility before drawing it. 2019-01-04 21:41:51 +09:00
hecomi bcce6d5749 fix line endings. 2019-01-04 21:41:30 +09:00
hecomi 650ce296ce fix indent. 2018-12-29 00:13:25 +09:00
hecomi 74c51e7072 tweak script name. v1.6.0 2018-12-29 00:05:06 +09:00
hecomi 267b286765 add 'buffer' property to Monitor to access the buffer pointer directly. 2018-12-29 00:02:19 +09:00
hecomi f060ffbfba fix GetPixels() bug #27. 2018-12-23 15:10:40 +09:00
hecomi 467fa86f59 add function-scope timer for debug. v1.5.7 2018-12-08 13:36:16 +09:00
hecomi 608509aa22 output os version and graphics information. 2018-12-08 11:06:07 +09:00
hecomi 9aa488e100 code cleanups. 2018-12-02 23:52:30 +09:00
hecomi 4c225c21c9 rebuild DLLs. v1.5.6 2018-11-16 01:13:02 +09:00
hecomi b8b4238b5f update unity version to Unity 2018.2.15f1. 2018-11-16 01:09:01 +09:00
hecomi 4d2766ce3f fix Shader.PropertyToID error on Unity 5.x #26 2018-11-13 00:16:55 +09:00
hecomi f4096ec9fb fix crash bug caused by Windows sleep. v1.5.5 2018-09-12 21:40:57 +09:00
hecomi 0f43788650 add solution file. 2018-09-12 20:54:58 +09:00
hecomi 1c1381a7ba consider clipPos and clipScale for raycast #23. v1.5.4 2018-09-12 00:04:33 +09:00
hecomi 08903cd27a fix orientation of monitor object in Zoom scene. 2018-09-12 00:03:36 +09:00
hecomi d840983829 update Unity version to 2018.2.7f1. 2018-09-12 00:03:01 +09:00
hecomi 8a6cee9c2d Merge pull request #24 from dj-kusuha/fix_il2cpp_runtime_error
fixed a runtime error when using the IL2CPP scripting backend
2018-09-11 21:36:08 +09:00
dj-kusuha f7798f752f fixed a runtime error when using the IL2CPP scripting backend 2018-09-11 11:27:43 +09:00
hecomi 70cfad90a9 fix bug that caused darker screen #22. v1.5.3 2018-08-05 00:20:03 +09:00
hecomi c926127e49 update Unity version to 2018.1. 2018-08-05 00:19:07 +09:00
hecomi 03469ce429 remove unnecessary line break. 2018-08-05 00:18:42 +09:00
hecomi f63e573f04 remove unnecessary logs. 2018-05-20 15:53:30 +09:00
hecomi 682553a5a2 tweak code. 2018-05-20 02:08:18 +09:00
hecomi b5fd483d6a call ReleaseFrame() just before AcquireNextFrame() #18. 2018-05-20 01:11:03 +09:00
hecomi 0d2c0e02f0 update Visual Studio version to 2017. 2018-05-20 00:53:36 +09:00
hecomi 6f876f65ed update Unity version to 2017.4. 2018-05-19 21:49:24 +09:00
hecomi 8434d803bb remove build status. v1.5.2 2017-08-24 01:38:00 +09:00
hecomi 1c332ebca7 fix bugs that caused x86 build problem. 2017-08-24 01:34:53 +09:00
hecomi 340e2d5194 remove unnecessary shared flag from cursor texture. 2017-01-09 17:07:26 +09:00
hecomi e397f5eb84 fix typo. 2017-01-08 01:01:05 +09:00
hecomi c20c09e275 fix bug that drew cursor on all monitors. 2017-01-08 00:38:01 +09:00
hecomi a0ca46630e fix perf macro bug. 2017-01-08 00:32:14 +09:00
hecomi 5b5995d7d0 remove unnecessary perf. 2017-01-08 00:29:04 +09:00
hecomi 808a71ed6d remove unnecessary codes. v1.5.1 2017-01-08 00:09:24 +09:00