com.hikky.vketcloudsdk 3.3.5 → 3.4.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1202) hide show
  1. package/HIKKY.VketCloudSDK.Builder.Components.dll +0 -0
  2. package/HIKKY.VketCloudSDK.Builder.Implements.dll +0 -0
  3. package/HIKKY.VketCloudSDK.Builder.dll +0 -0
  4. package/HIKKY.VketCloudSDK.Common.dll +0 -0
  5. package/HIKKY.VketCloudSDK.Editor.ComponentLayout.dll +0 -0
  6. package/HIKKY.VketCloudSDK.HEMExporterEditor.dll +0 -0
  7. package/HIKKY.VketCloudSDK.HEOExporter.dll +0 -0
  8. package/HIKKY.VketCloudSDK.HEOExporterEditor.dll +0 -0
  9. package/HIKKY.VketCloudSDK.Importer.dll +0 -0
  10. package/HIKKY.VketCloudSDK.Menu.dll +0 -0
  11. package/HIKKY.VketCloudSDK.ServerLauncher.dll +0 -0
  12. package/HIKKY.VketCloudSDK.dll +0 -0
  13. package/LanguageTranslator/TranslationDatabase.cs +7 -1
  14. package/PackageResources/data/prefab/clickarea.prefab +136 -131
  15. package/PackageResources/data/prefab/guideframe.prefab +116 -116
  16. package/PackageResources/data/translations/EN.asset +12 -2
  17. package/PackageResources/data/translations/JP.asset +25 -11
  18. package/PackageResources/project~/data/Canvas/landscape/config_common.json +0 -2
  19. package/PackageResources/project~/data/Canvas/landscape/config_myavatar.json +206 -7
  20. package/PackageResources/project~/data/Canvas/portrait/config_common.json +0 -2
  21. package/PackageResources/project~/data/Canvas/portrait/config_myavatar.json +103 -4
  22. package/PackageResources/project~/data/{Field → HeliScript}/.gitkeep +0 -0
  23. package/PackageResources/project~/data/gui/config/avatar/config_avatar_chara_lessermokuri.png +0 -0
  24. package/PackageResources/project~/data/gui/config/avatar/config_avatar_chara_lessermokuri_en.png +0 -0
  25. package/PackageResources/project~/data/gui/config/avatar/config_avatar_chara_vketcecil.png +0 -0
  26. package/PackageResources/project~/data/gui/config/avatar/config_avatar_chara_vketcecil_en.png +0 -0
  27. package/PackageResources/project~/data/gui/config/avatar/config_avatar_chara_vketchan2.png +0 -0
  28. package/PackageResources/project~/data/gui/config/avatar/config_avatar_chara_vketchan2_en.png +0 -0
  29. package/PackageResources/project~/data/heliodor.js +1 -1
  30. package/PackageResources/project~/data/heliodor.wasm +0 -0
  31. package/PackageResources/project~/data/heliodor_lib.js +1879 -0
  32. package/PackageResources/project~/data/heliodor_pre.js +94 -17
  33. package/PackageResources/project~/data/heliodor_pre.js.map +7 -0
  34. package/PackageResources/project~/data/heliodor_skyway.js +518 -0
  35. package/PackageResources/project~/data/heliodor_xr.js +634 -0
  36. package/PackageResources/project~/data/scripts/guis/dataLayers/avatarManager.mjs +195 -1
  37. package/PackageResources/project~/data/scripts/guis/viewModels/avatars/configAvatarMenuViewModel.mjs +4 -2
  38. package/PackageResources/project~/data/scripts/logics/engineOps/configAvatarOps.mjs +11 -4
  39. package/PackageResources/project~/data/scripts/logics/repositories/assetsRepository.mjs +1 -1
  40. package/PackageResources/project~/data/viewBootStrap.mjs +8 -1
  41. package/PackageResources/tools/HEAPack/HEAPack.py +85 -0
  42. package/PackageResources/tools/HEAPack/HEAPack.py.meta +7 -0
  43. package/PackageResources/tools/HEAPack/HEAUnpack.py +73 -0
  44. package/PackageResources/tools/HEAPack/HEAUnpack.py.meta +7 -0
  45. package/PackageResources/tools/HEAPack/README.md +56 -0
  46. package/PackageResources/tools/HEAPack/README.md.meta +7 -0
  47. package/PackageResources/tools/HEAPack/in/test/Default.hep +0 -0
  48. package/PackageResources/tools/HEAPack/in/test/Default.hep.meta +10 -0
  49. package/PackageResources/tools/HEAPack/in/test/tex/Texture000.png +0 -0
  50. package/PackageResources/tools/HEAPack/in/test/tex/Texture000.png.meta +92 -0
  51. package/PackageResources/tools/HEAPack/in/test/tex.meta +8 -0
  52. package/PackageResources/tools/HEAPack/in/test.meta +8 -0
  53. package/PackageResources/tools/HEAPack/in.meta +8 -0
  54. package/PackageResources/tools/HEAPack.meta +8 -0
  55. package/PackageResources/tools/HEOTexComp/HEOTexComp.py +516 -0
  56. package/PackageResources/tools/HEOTexComp/HEOTexComp.py.meta +7 -0
  57. package/PackageResources/tools/HEOTexComp_Python/HEOTexComp.py +516 -0
  58. package/PackageResources/tools/HEOTexComp_Python/HEOTexComp.py.meta +7 -0
  59. package/PackageResources/tools/HEOTexComp_Python/HEOTexComp_Python.pyproj +35 -0
  60. package/PackageResources/tools/HEOTexComp_Python/HEOTexComp_Python.pyproj.meta +7 -0
  61. package/PackageResources/tools/HEOTexComp_Python/HEOTexComp_Python.pyproj.user +6 -0
  62. package/PackageResources/tools/HEOTexComp_Python/HEOTexComp_Python.pyproj.user.meta +7 -0
  63. package/PackageResources/tools/HEOTexComp_Python/copypy_sdk.bat +1 -0
  64. package/PackageResources/tools/HEOTexComp_Python/copypy_sdk.bat.meta +7 -0
  65. package/PackageResources/tools/HEOTexComp_Python.meta +8 -0
  66. package/PackageResources/tools/HEPTexComp/HEPTexComp.py +272 -0
  67. package/PackageResources/tools/HEPTexComp/HEPTexComp.py.meta +7 -0
  68. package/PackageResources/tools/HEPTexComp/HEPTexComp.pyproj +35 -0
  69. package/PackageResources/tools/HEPTexComp/HEPTexComp.pyproj.meta +7 -0
  70. package/PackageResources/tools/HEPTexComp/copypy_sdk.bat +1 -0
  71. package/PackageResources/tools/HEPTexComp/copypy_sdk.bat.meta +7 -0
  72. package/PackageResources/tools/HEPTexComp.meta +8 -0
  73. package/PackageResources/tools/ParticleEditor/data/heliodor.js +1 -1
  74. package/PackageResources/tools/ParticleEditor/data/heliodor.wasm +0 -0
  75. package/PackageResources/tools/ParticleEditor/data/heliodor_front.js +11 -2
  76. package/PackageResources/tools/ParticleEditor/data/heliodor_pre.js +396 -73
  77. package/PackageResources/tools/ParticleEditor/data/heliodor_pre.js.map +7 -0
  78. package/PackageResources/tools/ParticleEditor/data/heliodor_pre.js.map.meta +7 -0
  79. package/Rooting/PathManager.cs +16 -11
  80. package/Samples~/Tutorial -action-/HEOObjects/HEOClickableWarpSphere/HEOTargetClickable_ActionSphere.heo +0 -0
  81. package/Samples~/Tutorial -action-/HEOObjects/HEOClickableWarpSphere/HEOTargetClickable_ActionSphere.heo.meta +11 -0
  82. package/Samples~/Tutorial -action-/HEOObjects/HEOClickableWarpSphere/HEOTargetClickable_ActionSphere_astc.bat +3 -0
  83. package/Samples~/Tutorial -action-/HEOObjects/HEOClickableWarpSphere/HEOTargetClickable_ActionSphere_astc.bat.meta +7 -0
  84. package/Samples~/Tutorial -action-/HEOObjects/HEOClickableWarpSphere/HEOTargetClickable_ActionSphere_dxt.bat +3 -0
  85. package/Samples~/Tutorial -action-/HEOObjects/HEOClickableWarpSphere/HEOTargetClickable_ActionSphere_dxt.bat.meta +7 -0
  86. package/Samples~/Tutorial -action-/HEOObjects/HEOClickableWarpSphere/HEOTargetClickable_ActionSphere_etc2.bat +4 -0
  87. package/Samples~/Tutorial -action-/HEOObjects/HEOClickableWarpSphere/HEOTargetClickable_ActionSphere_etc2.bat.meta +7 -0
  88. package/Samples~/Tutorial -action-/HEOObjects/HEOClickableWarpSphere.meta +8 -0
  89. package/Samples~/Tutorial -action-/HEOObjects/HEOCube/HEOCube.heo +0 -0
  90. package/Samples~/Tutorial -action-/HEOObjects/HEOCube/HEOCube.heo.meta +11 -0
  91. package/Samples~/Tutorial -action-/HEOObjects/HEOCube/HEOCube_astc.bat +3 -0
  92. package/Samples~/Tutorial -action-/HEOObjects/HEOCube/HEOCube_astc.bat.meta +7 -0
  93. package/Samples~/Tutorial -action-/HEOObjects/HEOCube/HEOCube_dxt.bat +3 -0
  94. package/Samples~/Tutorial -action-/HEOObjects/HEOCube/HEOCube_dxt.bat.meta +7 -0
  95. package/Samples~/Tutorial -action-/HEOObjects/HEOCube/HEOCube_etc2.bat +4 -0
  96. package/Samples~/Tutorial -action-/HEOObjects/HEOCube/HEOCube_etc2.bat.meta +7 -0
  97. package/Samples~/Tutorial -action-/HEOObjects/HEOCube.meta +8 -0
  98. package/Samples~/Tutorial -action-/HEOObjects/HEOLODObject/LODBaseObjects.heo +0 -0
  99. package/Samples~/Tutorial -action-/HEOObjects/HEOLODObject/LODBaseObjects.heo.meta +11 -0
  100. package/Samples~/Tutorial -action-/HEOObjects/HEOLODObject/LODBaseObjects_astc.bat +3 -0
  101. package/Samples~/Tutorial -action-/HEOObjects/HEOLODObject/LODBaseObjects_astc.bat.meta +7 -0
  102. package/Samples~/Tutorial -action-/HEOObjects/HEOLODObject/LODBaseObjects_dxt.bat +3 -0
  103. package/Samples~/Tutorial -action-/HEOObjects/HEOLODObject/LODBaseObjects_dxt.bat.meta +7 -0
  104. package/Samples~/Tutorial -action-/HEOObjects/HEOLODObject/LODBaseObjects_etc2.bat +4 -0
  105. package/Samples~/Tutorial -action-/HEOObjects/HEOLODObject/LODBaseObjects_etc2.bat.meta +7 -0
  106. package/Samples~/Tutorial -action-/HEOObjects/HEOLODObject.meta +8 -0
  107. package/Samples~/Tutorial -action-/HEOObjects/HEONonLoopParticle/HEONonLoopParticle.hep +0 -0
  108. package/Samples~/Tutorial -action-/HEOObjects/HEONonLoopParticle/HEONonLoopParticle.hep.meta +10 -0
  109. package/Samples~/Tutorial -action-/HEOObjects/HEONonLoopParticle/tex/Texture000.png +0 -0
  110. package/Samples~/Tutorial -action-/HEOObjects/HEONonLoopParticle/tex/Texture000.png.meta +92 -0
  111. package/Samples~/Tutorial -action-/HEOObjects/HEONonLoopParticle/tex.meta +8 -0
  112. package/Samples~/Tutorial -action-/HEOObjects/HEONonLoopParticle.meta +8 -0
  113. package/Samples~/Tutorial -action-/HEOObjects/HEOShakeMotion/HEMShake.hem +0 -0
  114. package/Samples~/Tutorial -action-/HEOObjects/HEOShakeMotion/HEMShake.hem.meta +11 -0
  115. package/Samples~/Tutorial -action-/HEOObjects/HEOShakeMotion.meta +8 -0
  116. package/Samples~/Tutorial -action-/HEOObjects.meta +8 -0
  117. package/Samples~/Tutorial -action-/Materials/D0-0-3_R0-0-0.mat +77 -0
  118. package/Samples~/Tutorial -action-/Materials/D0-0-3_R0-0-0.mat.meta +8 -0
  119. package/Samples~/Tutorial -action-/Materials/D0-3-0_R0-0-0.mat +77 -0
  120. package/Samples~/Tutorial -action-/Materials/D0-3-0_R0-0-0.mat.meta +8 -0
  121. package/Samples~/Tutorial -action-/Materials/D3-0-0_R0-0-0.mat +77 -0
  122. package/Samples~/Tutorial -action-/Materials/D3-0-0_R0-0-0.mat.meta +8 -0
  123. package/Samples~/Tutorial -action-/Materials/D3-0-0_R0-45-0.mat +77 -0
  124. package/Samples~/Tutorial -action-/Materials/D3-0-0_R0-45-0.mat.meta +8 -0
  125. package/Samples~/Tutorial -action-/Materials/EnableDisableClickableNode/AboutActionEnableDisableClickableNode.mat +77 -0
  126. package/Samples~/Tutorial -action-/Materials/EnableDisableClickableNode/AboutActionEnableDisableClickableNode.mat.meta +8 -0
  127. package/Samples~/Tutorial -action-/Materials/EnableDisableClickableNode.meta +8 -0
  128. package/Samples~/Tutorial -action-/Materials/EnterLeaveVoiceGroup/AboutActionEnterLeaveVoiceGroup.mat +77 -0
  129. package/Samples~/Tutorial -action-/Materials/EnterLeaveVoiceGroup/AboutActionEnterLeaveVoiceGroup.mat.meta +8 -0
  130. package/Samples~/Tutorial -action-/Materials/EnterLeaveVoiceGroup.meta +8 -0
  131. package/Samples~/Tutorial -action-/Materials/FadeOutIn/AboutActionFadeOutIn.mat +77 -0
  132. package/Samples~/Tutorial -action-/Materials/FadeOutIn/AboutActionFadeOutIn.mat.meta +8 -0
  133. package/Samples~/Tutorial -action-/Materials/FadeOutIn.meta +8 -0
  134. package/Samples~/Tutorial -action-/Materials/Hide.mat +77 -0
  135. package/Samples~/Tutorial -action-/Materials/Hide.mat.meta +8 -0
  136. package/Samples~/Tutorial -action-/Materials/InTime2.mat +77 -0
  137. package/Samples~/Tutorial -action-/Materials/InTime2.mat.meta +8 -0
  138. package/Samples~/Tutorial -action-/Materials/Motion/AboutActionMotion.mat +77 -0
  139. package/Samples~/Tutorial -action-/Materials/Motion/AboutActionMotion.mat.meta +8 -0
  140. package/Samples~/Tutorial -action-/Materials/Motion/MotionShake.mat +77 -0
  141. package/Samples~/Tutorial -action-/Materials/Motion/MotionShake.mat.meta +8 -0
  142. package/Samples~/Tutorial -action-/Materials/Motion/NextMotionShake.mat +77 -0
  143. package/Samples~/Tutorial -action-/Materials/Motion/NextMotionShake.mat.meta +8 -0
  144. package/Samples~/Tutorial -action-/Materials/Motion.meta +8 -0
  145. package/Samples~/Tutorial -action-/Materials/MoveTo/AboutActionMoveTo.mat +77 -0
  146. package/Samples~/Tutorial -action-/Materials/MoveTo/AboutActionMoveTo.mat.meta +8 -0
  147. package/Samples~/Tutorial -action-/Materials/MoveTo/ActionSphere_D0-0--3.mat +77 -0
  148. package/Samples~/Tutorial -action-/Materials/MoveTo/ActionSphere_D0-0--3.mat.meta +8 -0
  149. package/Samples~/Tutorial -action-/Materials/MoveTo/ActionSphere_D0-0-3.mat +77 -0
  150. package/Samples~/Tutorial -action-/Materials/MoveTo/ActionSphere_D0-0-3.mat.meta +8 -0
  151. package/Samples~/Tutorial -action-/Materials/MoveTo/ActionSphere_D3-0-0.mat +77 -0
  152. package/Samples~/Tutorial -action-/Materials/MoveTo/ActionSphere_D3-0-0.mat.meta +8 -0
  153. package/Samples~/Tutorial -action-/Materials/MoveTo/Unlit_Transparent.shader +31 -0
  154. package/Samples~/Tutorial -action-/Materials/MoveTo/Unlit_Transparent.shader.meta +9 -0
  155. package/Samples~/Tutorial -action-/Materials/MoveTo/roundframeBlue.mat +28 -0
  156. package/Samples~/Tutorial -action-/Materials/MoveTo/roundframeBlue.mat.meta +8 -0
  157. package/Samples~/Tutorial -action-/Materials/MoveTo/roundframeRed.mat +28 -0
  158. package/Samples~/Tutorial -action-/Materials/MoveTo/roundframeRed.mat.meta +8 -0
  159. package/Samples~/Tutorial -action-/Materials/MoveTo/roundframeYellow.mat +28 -0
  160. package/Samples~/Tutorial -action-/Materials/MoveTo/roundframeYellow.mat.meta +8 -0
  161. package/Samples~/Tutorial -action-/Materials/MoveTo.meta +8 -0
  162. package/Samples~/Tutorial -action-/Materials/OpenWeb/AboutActionOpenWeb.mat +77 -0
  163. package/Samples~/Tutorial -action-/Materials/OpenWeb/AboutActionOpenWeb.mat.meta +8 -0
  164. package/Samples~/Tutorial -action-/Materials/OpenWeb.meta +8 -0
  165. package/Samples~/Tutorial -action-/Materials/OutInTime2.mat +77 -0
  166. package/Samples~/Tutorial -action-/Materials/OutInTime2.mat.meta +8 -0
  167. package/Samples~/Tutorial -action-/Materials/OutTime2.mat +77 -0
  168. package/Samples~/Tutorial -action-/Materials/OutTime2.mat.meta +8 -0
  169. package/Samples~/Tutorial -action-/Materials/P0-0-3.mat +77 -0
  170. package/Samples~/Tutorial -action-/Materials/P0-0-3.mat.meta +8 -0
  171. package/Samples~/Tutorial -action-/Materials/P0-3-0.mat +77 -0
  172. package/Samples~/Tutorial -action-/Materials/P0-3-0.mat.meta +8 -0
  173. package/Samples~/Tutorial -action-/Materials/P3-0-0.mat +77 -0
  174. package/Samples~/Tutorial -action-/Materials/P3-0-0.mat.meta +8 -0
  175. package/Samples~/Tutorial -action-/Materials/Play.mat +77 -0
  176. package/Samples~/Tutorial -action-/Materials/Play.mat.meta +8 -0
  177. package/Samples~/Tutorial -action-/Materials/PlayStopItem/AboutActionPlayStopItem.mat +77 -0
  178. package/Samples~/Tutorial -action-/Materials/PlayStopItem/AboutActionPlayStopItem.mat.meta +8 -0
  179. package/Samples~/Tutorial -action-/Materials/PlayStopItem/ParticleQuad.mat +77 -0
  180. package/Samples~/Tutorial -action-/Materials/PlayStopItem/ParticleQuad.mat.meta +8 -0
  181. package/Samples~/Tutorial -action-/Materials/PlayStopItem/SoundQuad.mat +77 -0
  182. package/Samples~/Tutorial -action-/Materials/PlayStopItem/SoundQuad.mat.meta +8 -0
  183. package/Samples~/Tutorial -action-/Materials/PlayStopItem.meta +8 -0
  184. package/Samples~/Tutorial -action-/Materials/PlayStopObject/AboutActionPlayStopObject.mat +77 -0
  185. package/Samples~/Tutorial -action-/Materials/PlayStopObject/AboutActionPlayStopObject.mat.meta +8 -0
  186. package/Samples~/Tutorial -action-/Materials/PlayStopObject.meta +8 -0
  187. package/Samples~/Tutorial -action-/Materials/SetPosRelativePlayer/AboutActionSetPosRelativePlayer.mat +77 -0
  188. package/Samples~/Tutorial -action-/Materials/SetPosRelativePlayer/AboutActionSetPosRelativePlayer.mat.meta +8 -0
  189. package/Samples~/Tutorial -action-/Materials/SetPosRelativePlayer.meta +8 -0
  190. package/Samples~/Tutorial -action-/Materials/Show.mat +77 -0
  191. package/Samples~/Tutorial -action-/Materials/Show.mat.meta +8 -0
  192. package/Samples~/Tutorial -action-/Materials/ShowHideItem/AboutActionShowHideItem.mat +77 -0
  193. package/Samples~/Tutorial -action-/Materials/ShowHideItem/AboutActionShowHideItem.mat.meta +8 -0
  194. package/Samples~/Tutorial -action-/Materials/ShowHideItem.meta +8 -0
  195. package/Samples~/Tutorial -action-/Materials/ShowHideNode/AboutActionShowHideNode.mat +77 -0
  196. package/Samples~/Tutorial -action-/Materials/ShowHideNode/AboutActionShowHideNode.mat.meta +8 -0
  197. package/Samples~/Tutorial -action-/Materials/ShowHideNode.meta +8 -0
  198. package/Samples~/Tutorial -action-/Materials/ShowHideObject/AboutActionShowHideObject.mat +77 -0
  199. package/Samples~/Tutorial -action-/Materials/ShowHideObject/AboutActionShowHideObject.mat.meta +8 -0
  200. package/Samples~/Tutorial -action-/Materials/ShowHideObject.meta +8 -0
  201. package/Samples~/Tutorial -action-/Materials/Stop.mat +77 -0
  202. package/Samples~/Tutorial -action-/Materials/Stop.mat.meta +8 -0
  203. package/Samples~/Tutorial -action-/Materials/Time2.mat +77 -0
  204. package/Samples~/Tutorial -action-/Materials/Time2.mat.meta +8 -0
  205. package/Samples~/Tutorial -action-/Materials/URLToHIKKY.mat +77 -0
  206. package/Samples~/Tutorial -action-/Materials/URLToHIKKY.mat.meta +8 -0
  207. package/Samples~/Tutorial -action-/Materials/Wait/AboutActionWait.mat +77 -0
  208. package/Samples~/Tutorial -action-/Materials/Wait/AboutActionWait.mat.meta +8 -0
  209. package/Samples~/Tutorial -action-/Materials/Wait.meta +8 -0
  210. package/Samples~/Tutorial -action-/Materials/Warp/AboutActionWarp.mat +77 -0
  211. package/Samples~/Tutorial -action-/Materials/Warp/AboutActionWarp.mat.meta +8 -0
  212. package/Samples~/Tutorial -action-/Materials/Warp.meta +8 -0
  213. package/Samples~/Tutorial -action-/Materials/WhiteOutIn/AboutActionWhiteOutIn.mat +77 -0
  214. package/Samples~/Tutorial -action-/Materials/WhiteOutIn/AboutActionWhiteOutIn.mat.meta +8 -0
  215. package/Samples~/Tutorial -action-/Materials/WhiteOutIn.meta +8 -0
  216. package/Samples~/Tutorial -action-/Materials.meta +8 -0
  217. package/Samples~/Tutorial -action-/Scenes/EnableDisableClickableNode.unity +2998 -0
  218. package/Samples~/Tutorial -action-/Scenes/EnableDisableClickableNode.unity.meta +7 -0
  219. package/Samples~/Tutorial -action-/Scenes/EnableDisableCollider.unity +2998 -0
  220. package/Samples~/Tutorial -action-/Scenes/EnableDisableCollider.unity.meta +7 -0
  221. package/Samples~/Tutorial -action-/Scenes/EnterLeaveVoiceGroup.unity +1742 -0
  222. package/Samples~/Tutorial -action-/Scenes/EnterLeaveVoiceGroup.unity.meta +7 -0
  223. package/Samples~/Tutorial -action-/Scenes/FadeOutIn.unity +2150 -0
  224. package/Samples~/Tutorial -action-/Scenes/FadeOutIn.unity.meta +7 -0
  225. package/Samples~/Tutorial -action-/Scenes/HEOCube.prefab +67 -0
  226. package/Samples~/Tutorial -action-/Scenes/HEOCube.prefab.meta +7 -0
  227. package/Samples~/Tutorial -action-/Scenes/HEOParticle.prefab +59 -0
  228. package/Samples~/Tutorial -action-/Scenes/HEOParticle.prefab.meta +7 -0
  229. package/Samples~/Tutorial -action-/Scenes/Motion.unity +1810 -0
  230. package/Samples~/Tutorial -action-/Scenes/Motion.unity.meta +7 -0
  231. package/Samples~/Tutorial -action-/Scenes/MoveTo.unity +2490 -0
  232. package/Samples~/Tutorial -action-/Scenes/MoveTo.unity.meta +7 -0
  233. package/Samples~/Tutorial -action-/Scenes/OpenComicViewer.unity +2088 -0
  234. package/Samples~/Tutorial -action-/Scenes/OpenComicViewer.unity.meta +7 -0
  235. package/Samples~/Tutorial -action-/Scenes/OpenWeb.unity +1584 -0
  236. package/Samples~/Tutorial -action-/Scenes/OpenWeb.unity.meta +7 -0
  237. package/Samples~/Tutorial -action-/Scenes/PlayStopItem.unity +2821 -0
  238. package/Samples~/Tutorial -action-/Scenes/PlayStopItem.unity.meta +7 -0
  239. package/Samples~/Tutorial -action-/Scenes/PlayStopObject.unity +1817 -0
  240. package/Samples~/Tutorial -action-/Scenes/PlayStopObject.unity.meta +7 -0
  241. package/Samples~/Tutorial -action-/Scenes/SetCookieText.unity +2998 -0
  242. package/Samples~/Tutorial -action-/Scenes/SetCookieText.unity.meta +7 -0
  243. package/Samples~/Tutorial -action-/Scenes/SetPosRelativePlayer.unity +2549 -0
  244. package/Samples~/Tutorial -action-/Scenes/SetPosRelativePlayer.unity.meta +7 -0
  245. package/Samples~/Tutorial -action-/Scenes/ShowHideItem.unity +1865 -0
  246. package/Samples~/Tutorial -action-/Scenes/ShowHideItem.unity.meta +7 -0
  247. package/Samples~/Tutorial -action-/Scenes/ShowHideNode.unity +2998 -0
  248. package/Samples~/Tutorial -action-/Scenes/ShowHideNode.unity.meta +7 -0
  249. package/Samples~/Tutorial -action-/Scenes/ShowHideObject.unity +1817 -0
  250. package/Samples~/Tutorial -action-/Scenes/ShowHideObject.unity.meta +7 -0
  251. package/Samples~/Tutorial -action-/Scenes/StopVideo.unity +2088 -0
  252. package/Samples~/Tutorial -action-/Scenes/StopVideo.unity.meta +7 -0
  253. package/Samples~/Tutorial -action-/Scenes/Wait.unity +1614 -0
  254. package/Samples~/Tutorial -action-/Scenes/Wait.unity.meta +7 -0
  255. package/Samples~/Tutorial -action-/Scenes/Warp.unity +2830 -0
  256. package/Samples~/Tutorial -action-/Scenes/Warp.unity.meta +7 -0
  257. package/Samples~/Tutorial -action-/Scenes/WhiteOutIn.unity +2086 -0
  258. package/Samples~/Tutorial -action-/Scenes/WhiteOutIn.unity.meta +7 -0
  259. package/Samples~/Tutorial -action-/Scenes.meta +8 -0
  260. package/Samples~/Tutorial -action-/Sound.meta +8 -0
  261. package/Samples~/Tutorial -action-/Textures/ComicViewer/ComicViewer_1.png +0 -0
  262. package/Samples~/Tutorial -action-/Textures/ComicViewer/ComicViewer_1.png.meta +116 -0
  263. package/Samples~/Tutorial -action-/Textures/ComicViewer/ComicViewer_2.png +0 -0
  264. package/Samples~/Tutorial -action-/Textures/ComicViewer/ComicViewer_2.png.meta +116 -0
  265. package/Samples~/Tutorial -action-/Textures/ComicViewer/ComicViewer_3.png +0 -0
  266. package/Samples~/Tutorial -action-/Textures/ComicViewer/ComicViewer_3.png.meta +116 -0
  267. package/Samples~/Tutorial -action-/Textures/ComicViewer/ComicViewer_4.png +0 -0
  268. package/Samples~/Tutorial -action-/Textures/ComicViewer/ComicViewer_4.png.meta +116 -0
  269. package/Samples~/Tutorial -action-/Textures/ComicViewer/ComicViewer_5.png +0 -0
  270. package/Samples~/Tutorial -action-/Textures/ComicViewer/ComicViewer_5.png.meta +116 -0
  271. package/Samples~/Tutorial -action-/Textures/ComicViewer/ComicViewer_6.png +0 -0
  272. package/Samples~/Tutorial -action-/Textures/ComicViewer/ComicViewer_6.png.meta +116 -0
  273. package/Samples~/Tutorial -action-/Textures/ComicViewer.meta +8 -0
  274. package/Samples~/Tutorial -action-/Textures/D0-0-3_R0-0-0.png +0 -0
  275. package/Samples~/Tutorial -action-/Textures/D0-0-3_R0-0-0.png.meta +116 -0
  276. package/Samples~/Tutorial -action-/Textures/D0-3-0_R0-0-0.png +0 -0
  277. package/Samples~/Tutorial -action-/Textures/D0-3-0_R0-0-0.png.meta +116 -0
  278. package/Samples~/Tutorial -action-/Textures/D3-0-0_R0-0-0.png +0 -0
  279. package/Samples~/Tutorial -action-/Textures/D3-0-0_R0-0-0.png.meta +116 -0
  280. package/Samples~/Tutorial -action-/Textures/D3-0-0_R0-45-0.png +0 -0
  281. package/Samples~/Tutorial -action-/Textures/D3-0-0_R0-45-0.png.meta +116 -0
  282. package/Samples~/Tutorial -action-/Textures/EnableDisableClickableNode/AboutActionEnableDisableClickableNode.png +0 -0
  283. package/Samples~/Tutorial -action-/Textures/EnableDisableClickableNode/AboutActionEnableDisableClickableNode.png.meta +116 -0
  284. package/Samples~/Tutorial -action-/Textures/EnableDisableClickableNode.meta +8 -0
  285. package/Samples~/Tutorial -action-/Textures/EnterLeaveVoiceGroup/AboutActionEnterLeaveVoiceGroup.png +0 -0
  286. package/Samples~/Tutorial -action-/Textures/EnterLeaveVoiceGroup/AboutActionEnterLeaveVoiceGroup.png.meta +116 -0
  287. package/Samples~/Tutorial -action-/Textures/EnterLeaveVoiceGroup.meta +8 -0
  288. package/Samples~/Tutorial -action-/Textures/FadeOutIn/AboutActionFadeOutIn.png +0 -0
  289. package/Samples~/Tutorial -action-/Textures/FadeOutIn/AboutActionFadeOutIn.png.meta +116 -0
  290. package/Samples~/Tutorial -action-/Textures/FadeOutIn.meta +8 -0
  291. package/Samples~/Tutorial -action-/Textures/Hide.png +0 -0
  292. package/Samples~/Tutorial -action-/Textures/Hide.png.meta +116 -0
  293. package/Samples~/Tutorial -action-/Textures/InTime2.png +0 -0
  294. package/Samples~/Tutorial -action-/Textures/InTime2.png.meta +116 -0
  295. package/Samples~/Tutorial -action-/Textures/Motion/AboutActionMotion.png +0 -0
  296. package/Samples~/Tutorial -action-/Textures/Motion/AboutActionMotion.png.meta +116 -0
  297. package/Samples~/Tutorial -action-/Textures/Motion/MotionShake.png +0 -0
  298. package/Samples~/Tutorial -action-/Textures/Motion/MotionShake.png.meta +116 -0
  299. package/Samples~/Tutorial -action-/Textures/Motion/NextMotionShake.png +0 -0
  300. package/Samples~/Tutorial -action-/Textures/Motion/NextMotionShake.png.meta +116 -0
  301. package/Samples~/Tutorial -action-/Textures/Motion.meta +8 -0
  302. package/Samples~/Tutorial -action-/Textures/MoveTo/AboutActionMoveTo.png +0 -0
  303. package/Samples~/Tutorial -action-/Textures/MoveTo/AboutActionMoveTo.png.meta +116 -0
  304. package/Samples~/Tutorial -action-/Textures/MoveTo.meta +8 -0
  305. package/Samples~/Tutorial -action-/Textures/OpenWeb/AboutActionOpenWeb.png +0 -0
  306. package/Samples~/Tutorial -action-/Textures/OpenWeb/AboutActionOpenWeb.png.meta +116 -0
  307. package/Samples~/Tutorial -action-/Textures/OpenWeb.meta +8 -0
  308. package/Samples~/Tutorial -action-/Textures/OutInTime2.png +0 -0
  309. package/Samples~/Tutorial -action-/Textures/OutInTime2.png.meta +116 -0
  310. package/Samples~/Tutorial -action-/Textures/OutTime2.png +0 -0
  311. package/Samples~/Tutorial -action-/Textures/OutTime2.png.meta +116 -0
  312. package/Samples~/Tutorial -action-/Textures/P0-0-3.png +0 -0
  313. package/Samples~/Tutorial -action-/Textures/P0-0-3.png.meta +116 -0
  314. package/Samples~/Tutorial -action-/Textures/P0-3-0.png +0 -0
  315. package/Samples~/Tutorial -action-/Textures/P0-3-0.png.meta +116 -0
  316. package/Samples~/Tutorial -action-/Textures/P3-0-0.png +0 -0
  317. package/Samples~/Tutorial -action-/Textures/P3-0-0.png.meta +116 -0
  318. package/Samples~/Tutorial -action-/Textures/Play.png +0 -0
  319. package/Samples~/Tutorial -action-/Textures/Play.png.meta +116 -0
  320. package/Samples~/Tutorial -action-/Textures/PlayStopItem/AboutActionPlayStopItem.png +0 -0
  321. package/Samples~/Tutorial -action-/Textures/PlayStopItem/AboutActionPlayStopItem.png.meta +116 -0
  322. package/Samples~/Tutorial -action-/Textures/PlayStopItem/Particle.png +0 -0
  323. package/Samples~/Tutorial -action-/Textures/PlayStopItem/Particle.png.meta +116 -0
  324. package/Samples~/Tutorial -action-/Textures/PlayStopItem/Sound.png +0 -0
  325. package/Samples~/Tutorial -action-/Textures/PlayStopItem/Sound.png.meta +116 -0
  326. package/Samples~/Tutorial -action-/Textures/PlayStopItem.meta +8 -0
  327. package/Samples~/Tutorial -action-/Textures/PlayStopObject/AboutActionPlayStopObject.png +0 -0
  328. package/Samples~/Tutorial -action-/Textures/PlayStopObject/AboutActionPlayStopObject.png.meta +116 -0
  329. package/Samples~/Tutorial -action-/Textures/PlayStopObject.meta +8 -0
  330. package/Samples~/Tutorial -action-/Textures/SetPosRelativePlayer/AboutActionSetPosRelativePlayer.png +0 -0
  331. package/Samples~/Tutorial -action-/Textures/SetPosRelativePlayer/AboutActionSetPosRelativePlayer.png.meta +116 -0
  332. package/Samples~/Tutorial -action-/Textures/SetPosRelativePlayer.meta +8 -0
  333. package/Samples~/Tutorial -action-/Textures/Show.png +0 -0
  334. package/Samples~/Tutorial -action-/Textures/Show.png.meta +116 -0
  335. package/Samples~/Tutorial -action-/Textures/ShowHideItem/AboutActionShowHideItem.png +0 -0
  336. package/Samples~/Tutorial -action-/Textures/ShowHideItem/AboutActionShowHideItem.png.meta +116 -0
  337. package/Samples~/Tutorial -action-/Textures/ShowHideItem.meta +8 -0
  338. package/Samples~/Tutorial -action-/Textures/ShowHideNode/AboutActionShowHideNode.png +0 -0
  339. package/Samples~/Tutorial -action-/Textures/ShowHideNode/AboutActionShowHideNode.png.meta +116 -0
  340. package/Samples~/Tutorial -action-/Textures/ShowHideNode.meta +8 -0
  341. package/Samples~/Tutorial -action-/Textures/ShowHideObject/AboutActionShowHideObject.png +0 -0
  342. package/Samples~/Tutorial -action-/Textures/ShowHideObject/AboutActionShowHideObject.png.meta +116 -0
  343. package/Samples~/Tutorial -action-/Textures/ShowHideObject.meta +8 -0
  344. package/Samples~/Tutorial -action-/Textures/Stop.png +0 -0
  345. package/Samples~/Tutorial -action-/Textures/Stop.png.meta +116 -0
  346. package/Samples~/Tutorial -action-/Textures/Time2.png +0 -0
  347. package/Samples~/Tutorial -action-/Textures/Time2.png.meta +116 -0
  348. package/Samples~/Tutorial -action-/Textures/URL_ToHIKKY.png +0 -0
  349. package/Samples~/Tutorial -action-/Textures/URL_ToHIKKY.png.meta +116 -0
  350. package/Samples~/Tutorial -action-/Textures/Wait/AboutActionWait.png +0 -0
  351. package/Samples~/Tutorial -action-/Textures/Wait/AboutActionWait.png.meta +116 -0
  352. package/Samples~/Tutorial -action-/Textures/Wait.meta +8 -0
  353. package/Samples~/Tutorial -action-/Textures/Warp/AboutActionWarp.png +0 -0
  354. package/Samples~/Tutorial -action-/Textures/Warp/AboutActionWarp.png.meta +116 -0
  355. package/Samples~/Tutorial -action-/Textures/Warp.meta +8 -0
  356. package/Samples~/Tutorial -action-/Textures/WhiteOutIn/AboutActionWhiteOutIn.png +0 -0
  357. package/Samples~/Tutorial -action-/Textures/WhiteOutIn/AboutActionWhiteOutIn.png.meta +116 -0
  358. package/Samples~/Tutorial -action-/Textures/WhiteOutIn.meta +8 -0
  359. package/Samples~/Tutorial -action-/Textures.meta +8 -0
  360. package/Samples~/Tutorial -action-.meta +8 -8
  361. package/Samples~/Tutorial -animation-.meta +12 -8
  362. package/Samples~/Tutorial -avatar-.meta +12 -8
  363. package/Samples~/Tutorial -basic-/Materials/AboutObjectsToBuild.mat +27 -0
  364. package/Samples~/Tutorial -basic-/Materials/AboutObjectsToBuild.mat.meta +8 -0
  365. package/Samples~/Tutorial -basic-/Materials/AboutSkybox.mat +27 -0
  366. package/Samples~/Tutorial -basic-/Materials/AboutSkybox.mat.meta +8 -0
  367. package/Samples~/Tutorial -basic-/Materials/Alpha_OFF_Billboard_OFF.mat +27 -0
  368. package/Samples~/Tutorial -basic-/Materials/Alpha_OFF_Billboard_OFF.mat.meta +8 -0
  369. package/Samples~/Tutorial -basic-/Materials/Alpha_ON_Billboard_OFF.mat +27 -0
  370. package/Samples~/Tutorial -basic-/Materials/Alpha_ON_Billboard_OFF.mat.meta +8 -0
  371. package/Samples~/Tutorial -basic-/Materials/Alpha_ON_Billboard_ON.mat +27 -0
  372. package/Samples~/Tutorial -basic-/Materials/Alpha_ON_Billboard_ON.mat.meta +8 -0
  373. package/Samples~/Tutorial -basic-/Materials/Color_00FF00.mat +77 -0
  374. package/Samples~/Tutorial -basic-/Materials/Color_00FF00.mat.meta +8 -0
  375. package/Samples~/Tutorial -basic-/Materials/Color_FF0000.mat +77 -0
  376. package/Samples~/Tutorial -basic-/Materials/Color_FF0000.mat.meta +8 -0
  377. package/Samples~/Tutorial -basic-/Materials/EssentialComponentList.mat +27 -0
  378. package/Samples~/Tutorial -basic-/Materials/EssentialComponentList.mat.meta +8 -0
  379. package/Samples~/Tutorial -basic-/Materials/FontSize128_TexSize1024.mat +77 -0
  380. package/Samples~/Tutorial -basic-/Materials/FontSize128_TexSize1024.mat.meta +8 -0
  381. package/Samples~/Tutorial -basic-/Materials/FontSize128_TexSize512.mat +77 -0
  382. package/Samples~/Tutorial -basic-/Materials/FontSize128_TexSize512.mat.meta +8 -0
  383. package/Samples~/Tutorial -basic-/Materials/FontSize256_TexSize1024.mat +77 -0
  384. package/Samples~/Tutorial -basic-/Materials/FontSize256_TexSize1024.mat.meta +8 -0
  385. package/Samples~/Tutorial -basic-/Materials/FontSize256_TexSize512.mat +77 -0
  386. package/Samples~/Tutorial -basic-/Materials/FontSize256_TexSize512.mat.meta +8 -0
  387. package/Samples~/Tutorial -basic-/Materials/HEOActionTrigger/AboutHEOActionTrigger.mat +27 -0
  388. package/Samples~/Tutorial -basic-/Materials/HEOActionTrigger/AboutHEOActionTrigger.mat.meta +8 -0
  389. package/Samples~/Tutorial -basic-/Materials/HEOActionTrigger.meta +8 -0
  390. package/Samples~/Tutorial -basic-/Materials/HEOAnimation/AboutHEOAnimation.mat +27 -0
  391. package/Samples~/Tutorial -basic-/Materials/HEOAnimation/AboutHEOAnimation.mat.meta +8 -0
  392. package/Samples~/Tutorial -basic-/Materials/HEOAnimation/Rotate001.mat +27 -0
  393. package/Samples~/Tutorial -basic-/Materials/HEOAnimation/Rotate001.mat.meta +8 -0
  394. package/Samples~/Tutorial -basic-/Materials/HEOAnimation/Rotate010.mat +27 -0
  395. package/Samples~/Tutorial -basic-/Materials/HEOAnimation/Rotate010.mat.meta +8 -0
  396. package/Samples~/Tutorial -basic-/Materials/HEOAnimation/Rotate100.mat +27 -0
  397. package/Samples~/Tutorial -basic-/Materials/HEOAnimation/Rotate100.mat.meta +8 -0
  398. package/Samples~/Tutorial -basic-/Materials/HEOAnimation.meta +8 -0
  399. package/Samples~/Tutorial -basic-/Materials/HEOAreaCollider/AboutHEOAreaCollider.mat +27 -0
  400. package/Samples~/Tutorial -basic-/Materials/HEOAreaCollider/AboutHEOAreaCollider.mat.meta +8 -0
  401. package/Samples~/Tutorial -basic-/Materials/HEOAreaCollider.meta +8 -0
  402. package/Samples~/Tutorial -basic-/Materials/HEOAudio/AboutHEOAudio.mat +27 -0
  403. package/Samples~/Tutorial -basic-/Materials/HEOAudio/AboutHEOAudio.mat.meta +8 -0
  404. package/Samples~/Tutorial -basic-/Materials/HEOAudio.meta +8 -0
  405. package/Samples~/Tutorial -basic-/Materials/HEOCollider/AboutHEOCollider.mat +27 -0
  406. package/Samples~/Tutorial -basic-/Materials/HEOCollider/AboutHEOCollider.mat.meta +8 -0
  407. package/Samples~/Tutorial -basic-/Materials/HEOCollider.meta +8 -0
  408. package/Samples~/Tutorial -basic-/Materials/HEOField/AboutHEOField.mat +27 -0
  409. package/Samples~/Tutorial -basic-/Materials/HEOField/AboutHEOField.mat.meta +8 -0
  410. package/Samples~/Tutorial -basic-/Materials/HEOField.meta +8 -0
  411. package/Samples~/Tutorial -basic-/Materials/HEOLODLevel/AboutHEOLODLevel.mat +27 -0
  412. package/Samples~/Tutorial -basic-/Materials/HEOLODLevel/AboutHEOLODLevel.mat.meta +8 -0
  413. package/Samples~/Tutorial -basic-/Materials/HEOLODLevel.meta +8 -0
  414. package/Samples~/Tutorial -basic-/Materials/HEOMeshColoder/AboutHEOMeshCollider.mat +27 -0
  415. package/Samples~/Tutorial -basic-/Materials/HEOMeshColoder/AboutHEOMeshCollider.mat.meta +8 -0
  416. package/Samples~/Tutorial -basic-/Materials/HEOMeshColoder.meta +8 -0
  417. package/Samples~/Tutorial -basic-/Materials/HEOObject/AboutHEOObject.mat +27 -0
  418. package/Samples~/Tutorial -basic-/Materials/HEOObject/AboutHEOObject.mat.meta +8 -0
  419. package/Samples~/Tutorial -basic-/Materials/HEOObject.meta +8 -0
  420. package/Samples~/Tutorial -basic-/Materials/HEOParticle/AboutHEOParticle.mat +27 -0
  421. package/Samples~/Tutorial -basic-/Materials/HEOParticle/AboutHEOParticle.mat.meta +8 -0
  422. package/Samples~/Tutorial -basic-/Materials/HEOParticle.meta +8 -0
  423. package/Samples~/Tutorial -basic-/Materials/HEOPlane/AboutHEOPlane.mat +27 -0
  424. package/Samples~/Tutorial -basic-/Materials/HEOPlane/AboutHEOPlane.mat.meta +8 -0
  425. package/Samples~/Tutorial -basic-/Materials/HEOPlane.meta +8 -0
  426. package/Samples~/Tutorial -basic-/Materials/HEOShowFlag/AboutHEOShowFlag.mat +27 -0
  427. package/Samples~/Tutorial -basic-/Materials/HEOShowFlag/AboutHEOShowFlag.mat.meta +8 -0
  428. package/Samples~/Tutorial -basic-/Materials/HEOShowFlag.meta +8 -0
  429. package/Samples~/Tutorial -basic-/Materials/HEOTextPlane/AboutHEOTextPlane.mat +77 -0
  430. package/Samples~/Tutorial -basic-/Materials/HEOTextPlane/AboutHEOTextPlane.mat.meta +8 -0
  431. package/Samples~/Tutorial -basic-/Materials/HEOTextPlane.meta +8 -0
  432. package/Samples~/Tutorial -basic-/Materials/HEOUVScroll/AboutHEOUVScroll.mat +27 -0
  433. package/Samples~/Tutorial -basic-/Materials/HEOUVScroll/AboutHEOUVScroll.mat.meta +8 -0
  434. package/Samples~/Tutorial -basic-/Materials/HEOUVScroll/Example_UV_Wait0_Scroll2.mat +77 -0
  435. package/Samples~/Tutorial -basic-/Materials/HEOUVScroll/Example_UV_Wait0_Scroll2.mat.meta +8 -0
  436. package/Samples~/Tutorial -basic-/Materials/HEOUVScroll/Example_UV_Wait2_Scroll0.mat +77 -0
  437. package/Samples~/Tutorial -basic-/Materials/HEOUVScroll/Example_UV_Wait2_Scroll0.mat.meta +8 -0
  438. package/Samples~/Tutorial -basic-/Materials/HEOUVScroll/Example_UV_X00_Y05.mat +77 -0
  439. package/Samples~/Tutorial -basic-/Materials/HEOUVScroll/Example_UV_X00_Y05.mat.meta +8 -0
  440. package/Samples~/Tutorial -basic-/Materials/HEOUVScroll/Example_UV_X05_Y00.mat +77 -0
  441. package/Samples~/Tutorial -basic-/Materials/HEOUVScroll/Example_UV_X05_Y00.mat.meta +8 -0
  442. package/Samples~/Tutorial -basic-/Materials/HEOUVScroll/Example_UV_X05_Y05.mat +77 -0
  443. package/Samples~/Tutorial -basic-/Materials/HEOUVScroll/Example_UV_X05_Y05.mat.meta +8 -0
  444. package/Samples~/Tutorial -basic-/Materials/HEOUVScroll/UV_Wait0_Scroll2.mat +27 -0
  445. package/Samples~/Tutorial -basic-/Materials/HEOUVScroll/UV_Wait0_Scroll2.mat.meta +8 -0
  446. package/Samples~/Tutorial -basic-/Materials/HEOUVScroll/UV_Wait2_Scroll0.mat +27 -0
  447. package/Samples~/Tutorial -basic-/Materials/HEOUVScroll/UV_Wait2_Scroll0.mat.meta +8 -0
  448. package/Samples~/Tutorial -basic-/Materials/HEOUVScroll/UV_X00_Y05.mat +27 -0
  449. package/Samples~/Tutorial -basic-/Materials/HEOUVScroll/UV_X00_Y05.mat.meta +8 -0
  450. package/Samples~/Tutorial -basic-/Materials/HEOUVScroll/UV_X05_Y00.mat +27 -0
  451. package/Samples~/Tutorial -basic-/Materials/HEOUVScroll/UV_X05_Y00.mat.meta +8 -0
  452. package/Samples~/Tutorial -basic-/Materials/HEOUVScroll/UV_X05_Y05.mat +27 -0
  453. package/Samples~/Tutorial -basic-/Materials/HEOUVScroll/UV_X05_Y05.mat.meta +8 -0
  454. package/Samples~/Tutorial -basic-/Materials/HEOUVScroll.meta +8 -0
  455. package/Samples~/Tutorial -basic-/Materials/HEOVideoTrigger/AboutHEOVideoTrigger.mat +27 -0
  456. package/Samples~/Tutorial -basic-/Materials/HEOVideoTrigger/AboutHEOVideoTrigger.mat.meta +8 -0
  457. package/Samples~/Tutorial -basic-/Materials/HEOVideoTrigger/ActionTriggerStopVideo.mat +27 -0
  458. package/Samples~/Tutorial -basic-/Materials/HEOVideoTrigger/ActionTriggerStopVideo.mat.meta +8 -0
  459. package/Samples~/Tutorial -basic-/Materials/HEOVideoTrigger/Mt_Video.mat +77 -0
  460. package/Samples~/Tutorial -basic-/Materials/HEOVideoTrigger/Mt_Video.mat.meta +8 -0
  461. package/Samples~/Tutorial -basic-/Materials/HEOVideoTrigger/VideoTriggerAction.mat +27 -0
  462. package/Samples~/Tutorial -basic-/Materials/HEOVideoTrigger/VideoTriggerAction.mat.meta +8 -0
  463. package/Samples~/Tutorial -basic-/Materials/HEOVideoTrigger.meta +8 -0
  464. package/Samples~/Tutorial -basic-/Materials/ZBias_0.mat +27 -0
  465. package/Samples~/Tutorial -basic-/Materials/ZBias_0.mat.meta +8 -0
  466. package/Samples~/Tutorial -basic-/Materials/ZBias_minus10.mat +27 -0
  467. package/Samples~/Tutorial -basic-/Materials/ZBias_minus10.mat.meta +8 -0
  468. package/Samples~/Tutorial -basic-/Materials.meta +8 -0
  469. package/Samples~/Tutorial -basic-/Movie.meta +8 -0
  470. package/Samples~/Tutorial -basic-/Scenes/10_HEOParticle.unity +1264 -0
  471. package/Samples~/Tutorial -basic-/Scenes/10_HEOParticle.unity.meta +7 -0
  472. package/Samples~/Tutorial -basic-/Scenes/11_HEOUVScroller.unity +2603 -0
  473. package/Samples~/Tutorial -basic-/Scenes/11_HEOUVScroller.unity.meta +7 -0
  474. package/Samples~/Tutorial -basic-/Scenes/12_HEOShowFlag.unity +1768 -0
  475. package/Samples~/Tutorial -basic-/Scenes/12_HEOShowFlag.unity.meta +7 -0
  476. package/Samples~/Tutorial -basic-/Scenes/13_HEOMeshCollider.unity +1752 -0
  477. package/Samples~/Tutorial -basic-/Scenes/13_HEOMeshCollider.unity.meta +7 -0
  478. package/Samples~/Tutorial -basic-/Scenes/14_HEOLODLevel.unity +1584 -0
  479. package/Samples~/Tutorial -basic-/Scenes/14_HEOLODLevel.unity.meta +7 -0
  480. package/Samples~/Tutorial -basic-/Scenes/1_EssentialObjects.unity +734 -0
  481. package/Samples~/Tutorial -basic-/Scenes/1_EssentialObjects.unity.meta +7 -0
  482. package/Samples~/Tutorial -basic-/Scenes/2_EditSkybox.unity +866 -0
  483. package/Samples~/Tutorial -basic-/Scenes/2_EditSkybox.unity.meta +7 -0
  484. package/Samples~/Tutorial -basic-/Scenes/3_HEOPlane.unity +2331 -0
  485. package/Samples~/Tutorial -basic-/Scenes/3_HEOPlane.unity.meta +7 -0
  486. package/Samples~/Tutorial -basic-/Scenes/4_HEOTextPlane.unity +3677 -0
  487. package/Samples~/Tutorial -basic-/Scenes/4_HEOTextPlane.unity.meta +7 -0
  488. package/Samples~/Tutorial -basic-/Scenes/5_HEOAudio.unity +1450 -0
  489. package/Samples~/Tutorial -basic-/Scenes/5_HEOAudio.unity.meta +7 -0
  490. package/Samples~/Tutorial -basic-/Scenes/6_HEOVideoTrigger.unity +1954 -0
  491. package/Samples~/Tutorial -basic-/Scenes/6_HEOVideoTrigger.unity.meta +7 -0
  492. package/Samples~/Tutorial -basic-/Scenes/7_HEOObject.unity +1272 -0
  493. package/Samples~/Tutorial -basic-/Scenes/7_HEOObject.unity.meta +7 -0
  494. package/Samples~/Tutorial -basic-/Scenes/8_HEOAreaCollider.unity +1474 -0
  495. package/Samples~/Tutorial -basic-/Scenes/8_HEOAreaCollider.unity.meta +7 -0
  496. package/Samples~/Tutorial -basic-/Scenes/9_HEOAnimation.unity +2000 -0
  497. package/Samples~/Tutorial -basic-/Scenes/9_HEOAnimation.unity.meta +7 -0
  498. package/Samples~/Tutorial -basic-/Scenes.meta +8 -0
  499. package/Samples~/Tutorial -basic-/Sound.meta +8 -0
  500. package/Samples~/Tutorial -basic-/Textures/AboutObjectsToBuild.png.meta +116 -116
  501. package/Samples~/Tutorial -basic-/Textures/AboutSkybox.png.meta +116 -116
  502. package/Samples~/Tutorial -basic-/Textures/Alpha_OFF_Billboard_OFF.png.meta +116 -116
  503. package/Samples~/Tutorial -basic-/Textures/Alpha_ON_Billboard_OFF.png.meta +116 -116
  504. package/Samples~/Tutorial -basic-/Textures/Alpha_ON_Billboard_ON.png.meta +116 -116
  505. package/Samples~/Tutorial -basic-/Textures/Color_00FF00.png +0 -0
  506. package/Samples~/Tutorial -basic-/Textures/Color_00FF00.png.meta +116 -0
  507. package/Samples~/Tutorial -basic-/Textures/Color_FF0000.png +0 -0
  508. package/Samples~/Tutorial -basic-/Textures/Color_FF0000.png.meta +116 -0
  509. package/Samples~/Tutorial -basic-/Textures/EssentialComponentList.png.meta +116 -116
  510. package/Samples~/Tutorial -basic-/Textures/FontSize128_TexSize1024.png +0 -0
  511. package/Samples~/Tutorial -basic-/Textures/FontSize128_TexSize1024.png.meta +116 -0
  512. package/Samples~/Tutorial -basic-/Textures/FontSize128_TexSize512.png +0 -0
  513. package/Samples~/Tutorial -basic-/Textures/FontSize128_TexSize512.png.meta +116 -0
  514. package/Samples~/Tutorial -basic-/Textures/FontSize256_TexSize512.png +0 -0
  515. package/Samples~/Tutorial -basic-/Textures/FontSize256_TexSize512.png.meta +116 -0
  516. package/Samples~/Tutorial -basic-/Textures/FontSize256_TextureSize1024.png +0 -0
  517. package/Samples~/Tutorial -basic-/Textures/FontSize256_TextureSize1024.png.meta +116 -0
  518. package/Samples~/Tutorial -basic-/Textures/HEOActionTrigger/AboutHEOActionTrigger.png +0 -0
  519. package/Samples~/Tutorial -basic-/Textures/HEOActionTrigger/AboutHEOActionTrigger.png.meta +116 -0
  520. package/Samples~/Tutorial -basic-/Textures/HEOActionTrigger.meta +8 -0
  521. package/Samples~/Tutorial -basic-/Textures/HEOAnimation/AboutHEOAnimation.png +0 -0
  522. package/Samples~/Tutorial -basic-/Textures/HEOAnimation/AboutHEOAnimation.png.meta +116 -0
  523. package/Samples~/Tutorial -basic-/Textures/HEOAnimation/Rotate001.png +0 -0
  524. package/Samples~/Tutorial -basic-/Textures/HEOAnimation/Rotate001.png.meta +116 -0
  525. package/Samples~/Tutorial -basic-/Textures/HEOAnimation/Rotate010.png +0 -0
  526. package/Samples~/Tutorial -basic-/Textures/HEOAnimation/Rotate010.png.meta +116 -0
  527. package/Samples~/Tutorial -basic-/Textures/HEOAnimation/Rotate100.png +0 -0
  528. package/Samples~/Tutorial -basic-/Textures/HEOAnimation/Rotate100.png.meta +116 -0
  529. package/Samples~/Tutorial -basic-/Textures/HEOAnimation.meta +8 -0
  530. package/Samples~/Tutorial -basic-/Textures/HEOAreaCollider/AboutHEOAreaCollider.png +0 -0
  531. package/Samples~/Tutorial -basic-/Textures/HEOAreaCollider/AboutHEOAreaCollider.png.meta +116 -0
  532. package/Samples~/Tutorial -basic-/Textures/HEOAreaCollider.meta +8 -0
  533. package/Samples~/Tutorial -basic-/Textures/HEOAudio/AboutHEOAudio.png +0 -0
  534. package/Samples~/Tutorial -basic-/Textures/HEOAudio/AboutHEOAudio.png.meta +116 -0
  535. package/Samples~/Tutorial -basic-/Textures/HEOAudio.meta +8 -0
  536. package/Samples~/Tutorial -basic-/Textures/HEOCollider/AboutHEOCollider.png +0 -0
  537. package/Samples~/Tutorial -basic-/Textures/HEOCollider/AboutHEOCollider.png.meta +116 -0
  538. package/Samples~/Tutorial -basic-/Textures/HEOCollider.meta +8 -0
  539. package/Samples~/Tutorial -basic-/Textures/HEOField/AboutHEOField.png +0 -0
  540. package/Samples~/Tutorial -basic-/Textures/HEOField/AboutHEOField.png.meta +116 -0
  541. package/Samples~/Tutorial -basic-/Textures/HEOField.meta +8 -0
  542. package/Samples~/Tutorial -basic-/Textures/HEOLODLevel/AboutHEOLODLevel.png +0 -0
  543. package/Samples~/Tutorial -basic-/Textures/HEOLODLevel/AboutHEOLODLevel.png.meta +116 -0
  544. package/Samples~/Tutorial -basic-/Textures/HEOLODLevel.meta +8 -0
  545. package/Samples~/Tutorial -basic-/Textures/HEOMeshCollider/AboutHEOMeshCollider.png +0 -0
  546. package/Samples~/Tutorial -basic-/Textures/HEOMeshCollider/AboutHEOMeshCollider.png.meta +116 -0
  547. package/Samples~/Tutorial -basic-/Textures/HEOMeshCollider.meta +8 -0
  548. package/Samples~/Tutorial -basic-/Textures/HEOObject/AboutHEOObject.png +0 -0
  549. package/Samples~/Tutorial -basic-/Textures/HEOObject/AboutHEOObject.png.meta +116 -0
  550. package/Samples~/Tutorial -basic-/Textures/HEOObject.meta +8 -0
  551. package/Samples~/Tutorial -basic-/Textures/HEOParticle/AboutHEOParticle.png +0 -0
  552. package/Samples~/Tutorial -basic-/Textures/HEOParticle/AboutHEOParticle.png.meta +116 -0
  553. package/Samples~/Tutorial -basic-/Textures/HEOParticle.meta +8 -0
  554. package/Samples~/Tutorial -basic-/Textures/{AboutHEOPlane.png → HEOPlane/AboutHEOPlane.png} +0 -0
  555. package/Samples~/Tutorial -basic-/Textures/HEOPlane/AboutHEOPlane.png.meta +116 -0
  556. package/Samples~/Tutorial -basic-/Textures/HEOPlane.meta +8 -0
  557. package/Samples~/Tutorial -basic-/Textures/HEOPlayer/AboutHEOPlayer.png +0 -0
  558. package/Samples~/Tutorial -basic-/Textures/HEOPlayer/AboutHEOPlayer.png.meta +116 -0
  559. package/Samples~/Tutorial -basic-/Textures/HEOPlayer.meta +8 -0
  560. package/Samples~/Tutorial -basic-/Textures/HEOShowFlag/AboutHEOShowFlag.png +0 -0
  561. package/Samples~/Tutorial -basic-/Textures/HEOShowFlag/AboutHEOShowFlag.png.meta +116 -0
  562. package/Samples~/Tutorial -basic-/Textures/HEOShowFlag.meta +8 -0
  563. package/Samples~/Tutorial -basic-/Textures/HEOTextPlane/AboutHEOTextPlane.png +0 -0
  564. package/Samples~/Tutorial -basic-/Textures/HEOTextPlane/AboutHEOTextPlane.png.meta +116 -0
  565. package/Samples~/Tutorial -basic-/Textures/HEOTextPlane.meta +8 -0
  566. package/Samples~/Tutorial -basic-/Textures/HEOUVScroll/AboutHEOUVScroller.png +0 -0
  567. package/Samples~/Tutorial -basic-/Textures/HEOUVScroll/AboutHEOUVScroller.png.meta +116 -0
  568. package/Samples~/Tutorial -basic-/Textures/HEOUVScroll/UV_Wait0_Scroll2.png +0 -0
  569. package/Samples~/Tutorial -basic-/Textures/HEOUVScroll/UV_Wait0_Scroll2.png.meta +116 -0
  570. package/Samples~/Tutorial -basic-/Textures/HEOUVScroll/UV_Wait2_Scroll0.png +0 -0
  571. package/Samples~/Tutorial -basic-/Textures/HEOUVScroll/UV_Wait2_Scroll0.png.meta +116 -0
  572. package/Samples~/Tutorial -basic-/Textures/HEOUVScroll/UV_X00_Y05.png +0 -0
  573. package/Samples~/Tutorial -basic-/Textures/HEOUVScroll/UV_X00_Y05.png.meta +116 -0
  574. package/Samples~/Tutorial -basic-/Textures/HEOUVScroll/UV_X05_Y00.png +0 -0
  575. package/Samples~/Tutorial -basic-/Textures/HEOUVScroll/UV_X05_Y00.png.meta +116 -0
  576. package/Samples~/Tutorial -basic-/Textures/HEOUVScroll/UV_X05_Y05.png +0 -0
  577. package/Samples~/Tutorial -basic-/Textures/HEOUVScroll/UV_X05_Y05.png.meta +116 -0
  578. package/Samples~/Tutorial -basic-/Textures/HEOUVScroll.meta +8 -0
  579. package/Samples~/Tutorial -basic-/Textures/HEOVideoTrigger/AboutHEOVideoTrigger.png +0 -0
  580. package/Samples~/Tutorial -basic-/Textures/HEOVideoTrigger/AboutHEOVideoTrigger.png.meta +116 -0
  581. package/Samples~/Tutorial -basic-/Textures/HEOVideoTrigger/ActionTriggerStopVideo.png +0 -0
  582. package/Samples~/Tutorial -basic-/Textures/HEOVideoTrigger/ActionTriggerStopVideo.png.meta +116 -0
  583. package/Samples~/Tutorial -basic-/Textures/HEOVideoTrigger/VideoReadyTexture.png +0 -0
  584. package/Samples~/Tutorial -basic-/Textures/HEOVideoTrigger/VideoReadyTexture.png.meta +92 -0
  585. package/Samples~/Tutorial -basic-/Textures/HEOVideoTrigger/VideoTriggerAction.png +0 -0
  586. package/Samples~/Tutorial -basic-/Textures/HEOVideoTrigger/VideoTriggerAction.png.meta +116 -0
  587. package/Samples~/Tutorial -basic-/Textures/HEOVideoTrigger.meta +8 -0
  588. package/Samples~/Tutorial -basic-/Textures/Materials.meta +12 -8
  589. package/Samples~/Tutorial -basic-/Textures/TextColorRed.png +0 -0
  590. package/Samples~/Tutorial -basic-/Textures/TextColorRed.png.meta +116 -0
  591. package/Samples~/Tutorial -basic-/Textures/ZBias_0.png.meta +116 -116
  592. package/Samples~/Tutorial -basic-/Textures/ZBias_minus10.png.meta +116 -116
  593. package/Samples~/Tutorial -basic-/Textures/star_alpha.png.meta +116 -116
  594. package/Samples~/Tutorial -basic-/Textures/uv_check.png +0 -0
  595. package/Samples~/Tutorial -basic-/Textures/uv_check.png.meta +92 -0
  596. package/Samples~/Tutorial -basic-/Textures.meta +8 -8
  597. package/Samples~/Tutorial -basic-.meta +8 -8
  598. package/Samples~/Tutorial -particle-.meta +8 -8
  599. package/Samples~/Tutorial -shading-/HEORefrectionProbe/HEOReflectionObjects.heo +0 -0
  600. package/Samples~/Tutorial -shading-/HEORefrectionProbe/HEOReflectionObjects.heo.meta +11 -0
  601. package/Samples~/Tutorial -shading-/HEORefrectionProbe/HEOReflectionObjects_astc.bat +12 -0
  602. package/Samples~/Tutorial -shading-/HEORefrectionProbe/HEOReflectionObjects_astc.bat.meta +7 -0
  603. package/Samples~/Tutorial -shading-/HEORefrectionProbe/HEOReflectionObjects_dxt.bat +19 -0
  604. package/Samples~/Tutorial -shading-/HEORefrectionProbe/HEOReflectionObjects_dxt.bat.meta +7 -0
  605. package/Samples~/Tutorial -shading-/HEORefrectionProbe/HEOReflectionObjects_etc2.bat +13 -0
  606. package/Samples~/Tutorial -shading-/HEORefrectionProbe/HEOReflectionObjects_etc2.bat.meta +7 -0
  607. package/Samples~/Tutorial -shading-/HEORefrectionProbe/tex/000.png +0 -0
  608. package/Samples~/Tutorial -shading-/HEORefrectionProbe/tex/000.png.meta +80 -0
  609. package/Samples~/Tutorial -shading-/HEORefrectionProbe/tex.meta +8 -0
  610. package/Samples~/Tutorial -shading-/HEORefrectionProbe/tex_reflection_cube/000/reflection_cube_0.png +0 -0
  611. package/Samples~/Tutorial -shading-/HEORefrectionProbe/tex_reflection_cube/000/reflection_cube_0.png.meta +92 -0
  612. package/Samples~/Tutorial -shading-/HEORefrectionProbe/tex_reflection_cube/000/reflection_cube_1.png +0 -0
  613. package/Samples~/Tutorial -shading-/HEORefrectionProbe/tex_reflection_cube/000/reflection_cube_1.png.meta +92 -0
  614. package/Samples~/Tutorial -shading-/HEORefrectionProbe/tex_reflection_cube/000/reflection_cube_2.png +0 -0
  615. package/Samples~/Tutorial -shading-/HEORefrectionProbe/tex_reflection_cube/000/reflection_cube_2.png.meta +92 -0
  616. package/Samples~/Tutorial -shading-/HEORefrectionProbe/tex_reflection_cube/000/reflection_cube_3.png +0 -0
  617. package/Samples~/Tutorial -shading-/HEORefrectionProbe/tex_reflection_cube/000/reflection_cube_3.png.meta +92 -0
  618. package/Samples~/Tutorial -shading-/HEORefrectionProbe/tex_reflection_cube/000/reflection_cube_4.png +0 -0
  619. package/Samples~/Tutorial -shading-/HEORefrectionProbe/tex_reflection_cube/000/reflection_cube_4.png.meta +92 -0
  620. package/Samples~/Tutorial -shading-/HEORefrectionProbe/tex_reflection_cube/000/reflection_cube_5.png +0 -0
  621. package/Samples~/Tutorial -shading-/HEORefrectionProbe/tex_reflection_cube/000/reflection_cube_5.png.meta +92 -0
  622. package/Samples~/Tutorial -shading-/HEORefrectionProbe/tex_reflection_cube/000.meta +8 -0
  623. package/Samples~/Tutorial -shading-/HEORefrectionProbe/tex_reflection_cube.meta +8 -0
  624. package/Samples~/Tutorial -shading-/HEORefrectionProbe/tex_sample/000_GradientBlue.png +0 -0
  625. package/Samples~/Tutorial -shading-/HEORefrectionProbe/tex_sample/000_GradientBlue.png.meta +92 -0
  626. package/Samples~/Tutorial -shading-/HEORefrectionProbe/tex_sample.meta +8 -0
  627. package/Samples~/Tutorial -shading-/HEORefrectionProbe.meta +8 -0
  628. package/Samples~/Tutorial -shading-/MaterialTestview.unity +760 -760
  629. package/Samples~/Tutorial -shading-/MaterialTestview.unity.meta +7 -7
  630. package/Samples~/Tutorial -shading-/Materials/LightingData.asset.meta +8 -8
  631. package/Samples~/Tutorial -shading-/Materials/ReflectionProbe-0.exr.meta +116 -116
  632. package/Samples~/Tutorial -shading-/Materials/Standard_AO.mat +78 -78
  633. package/Samples~/Tutorial -shading-/Materials/Standard_AO.mat.meta +8 -8
  634. package/Samples~/Tutorial -shading-/Materials/TexImportSetting.asset +74 -74
  635. package/Samples~/Tutorial -shading-/Materials/TexImportSetting.asset.meta +8 -8
  636. package/Samples~/Tutorial -shading-/Materials/star.png.meta +116 -116
  637. package/Samples~/Tutorial -shading-/Materials/test_alpha.png.meta +116 -116
  638. package/Samples~/Tutorial -shading-/Materials/test_alpha2.png.meta +116 -116
  639. package/Samples~/Tutorial -shading-/Materials.meta +8 -8
  640. package/Samples~/Tutorial -shading-/ReflectionProbe/LightingData.asset +0 -0
  641. package/Samples~/Tutorial -shading-/ReflectionProbe/LightingData.asset.meta +8 -0
  642. package/Samples~/Tutorial -shading-/ReflectionProbe/Mt_M0_S0.mat +77 -0
  643. package/Samples~/Tutorial -shading-/ReflectionProbe/Mt_M0_S0.mat.meta +8 -0
  644. package/Samples~/Tutorial -shading-/ReflectionProbe/Mt_M0_S100.mat +77 -0
  645. package/Samples~/Tutorial -shading-/ReflectionProbe/Mt_M0_S100.mat.meta +8 -0
  646. package/Samples~/Tutorial -shading-/ReflectionProbe/Mt_M0_S50.mat +77 -0
  647. package/Samples~/Tutorial -shading-/ReflectionProbe/Mt_M0_S50.mat.meta +8 -0
  648. package/Samples~/Tutorial -shading-/ReflectionProbe/Mt_M100_S0.mat +77 -0
  649. package/Samples~/Tutorial -shading-/ReflectionProbe/Mt_M100_S0.mat.meta +8 -0
  650. package/Samples~/Tutorial -shading-/ReflectionProbe/Mt_M100_S100.mat +77 -0
  651. package/Samples~/Tutorial -shading-/ReflectionProbe/Mt_M100_S100.mat.meta +8 -0
  652. package/Samples~/Tutorial -shading-/ReflectionProbe/Mt_M100_S50.mat +77 -0
  653. package/Samples~/Tutorial -shading-/ReflectionProbe/Mt_M100_S50.mat.meta +8 -0
  654. package/Samples~/Tutorial -shading-/ReflectionProbe/Mt_M50_S0.mat +77 -0
  655. package/Samples~/Tutorial -shading-/ReflectionProbe/Mt_M50_S0.mat.meta +8 -0
  656. package/Samples~/Tutorial -shading-/ReflectionProbe/Mt_M50_S100.mat +77 -0
  657. package/Samples~/Tutorial -shading-/ReflectionProbe/Mt_M50_S100.mat.meta +8 -0
  658. package/Samples~/Tutorial -shading-/ReflectionProbe/Mt_M50_S50.mat +77 -0
  659. package/Samples~/Tutorial -shading-/ReflectionProbe/Mt_M50_S50.mat.meta +8 -0
  660. package/Samples~/Tutorial -shading-/ReflectionProbe/Mt_RefrectionTarget.mat +77 -0
  661. package/Samples~/Tutorial -shading-/ReflectionProbe/Mt_RefrectionTarget.mat.meta +8 -0
  662. package/Samples~/Tutorial -shading-/ReflectionProbe/ReflectionProbe-0.exr +0 -0
  663. package/Samples~/Tutorial -shading-/ReflectionProbe/ReflectionProbe-0.exr.meta +92 -0
  664. package/Samples~/Tutorial -shading-/ReflectionProbe/TexImportSetting.asset +74 -0
  665. package/Samples~/Tutorial -shading-/ReflectionProbe/TexImportSetting.asset.meta +8 -0
  666. package/Samples~/Tutorial -shading-/ReflectionProbe.meta +8 -0
  667. package/Samples~/Tutorial -shading-/ReflectionProbe.unity +2643 -0
  668. package/Samples~/Tutorial -shading-/ReflectionProbe.unity.meta +7 -0
  669. package/Samples~/Tutorial -shading-.meta +8 -8
  670. package/Samples~/TutorialResources/FakeSkybox/GradientBlue.png.meta +92 -92
  671. package/Samples~/TutorialResources/FakeSkybox/SimpleSky.mat +77 -77
  672. package/Samples~/TutorialResources/FakeSkybox/SimpleSky.mat.meta +8 -8
  673. package/Samples~/TutorialResources/FakeSkybox/skybox.fbx.meta +97 -97
  674. package/Samples~/TutorialResources/FakeSkybox.meta +8 -8
  675. package/Samples~/TutorialResources/Textures/Information.png.meta +116 -116
  676. package/Samples~/TutorialResources/Textures/Materials/Information.mat +27 -27
  677. package/Samples~/TutorialResources/Textures/Materials/Information.mat.meta +8 -8
  678. package/Samples~/TutorialResources/Textures/Materials/roundframe.mat +27 -27
  679. package/Samples~/TutorialResources/Textures/Materials/roundframe.mat.meta +8 -8
  680. package/Samples~/TutorialResources/Textures/Materials/roundsquare.mat +27 -0
  681. package/Samples~/TutorialResources/Textures/Materials/roundsquare.mat.meta +8 -0
  682. package/Samples~/TutorialResources/Textures/Materials.meta +8 -8
  683. package/Samples~/TutorialResources/Textures/fadecircle.png +0 -0
  684. package/Samples~/TutorialResources/Textures/fadecircle.png.meta +116 -0
  685. package/Samples~/TutorialResources/Textures/roundframe.png.meta +116 -116
  686. package/Samples~/TutorialResources/Textures/roundframe_gray.png +0 -0
  687. package/Samples~/TutorialResources/Textures/roundframe_gray.png.meta +116 -0
  688. package/Samples~/TutorialResources/Textures/roundsquare.png +0 -0
  689. package/Samples~/TutorialResources/Textures/roundsquare.png.meta +116 -0
  690. package/Samples~/TutorialResources/Textures.meta +8 -8
  691. package/Samples~/TutorialResources.meta +8 -8
  692. package/ServerLauncher/app.meta +1 -1
  693. package/ServerLauncher/sh/LocalServerLauncher.sh +1 -4
  694. package/package.json +64 -64
  695. package/HIKKY.VketCloudSDK.AnimationConverter.dll +0 -0
  696. package/HIKKY.VketCloudSDK.AnimationConverter.dll.meta +0 -33
  697. package/PackageResources/data/movie/test.mp4 +0 -0
  698. package/PackageResources/data/movie/test.mp4.meta +0 -18
  699. package/PackageResources/data/movie.meta +0 -8
  700. package/PackageResources/project~/data/HeliScript/_system.hs +0 -572
  701. package/PackageResources/project~/data/Motion/VketCloud_dash.hem +0 -0
  702. package/PackageResources/project~/data/Motion/VketCloud_hand.hem +0 -0
  703. package/PackageResources/project~/data/Motion/VketCloud_idle.hem +0 -0
  704. package/PackageResources/project~/data/Motion/VketCloud_pointing.hem +0 -0
  705. package/PackageResources/project~/data/Motion/VketCloud_run.hem +0 -0
  706. package/PackageResources/project~/data/Motion/VketCloud_thumbsup.hem +0 -0
  707. package/PackageResources/project~/data/Sound/aqua.mp3 +0 -0
  708. package/PackageResources/project~/data/licenselist.html +0 -42
  709. package/PackageResources/tools/HEOTexComp/HEOTexComp.sln +0 -31
  710. package/PackageResources/tools/HEOTexComp/HEOTexComp.sln.meta +0 -7
  711. package/PackageResources/tools/HRMExporter/HRMExporter.sln +0 -31
  712. package/PackageResources/tools/HRMExporter/HRMExporter.sln.meta +0 -7
  713. package/PackageResources/tools/VRMScrambler/Run/VRMScrambler.exe +0 -0
  714. package/PackageResources/tools/VRMScrambler/Run/VRMScrambler.exe.meta +0 -7
  715. package/PackageResources/tools/VRMScrambler/Run.meta +0 -8
  716. package/PackageResources/tools/VRMScrambler/Source/Independent/CGDecoder/CDecodePNG.cpp +0 -503
  717. package/PackageResources/tools/VRMScrambler/Source/Independent/CGDecoder/CDecodePNG.cpp.meta +0 -27
  718. package/PackageResources/tools/VRMScrambler/Source/Independent/CGDecoder/CDecodePNG.h +0 -28
  719. package/PackageResources/tools/VRMScrambler/Source/Independent/CGDecoder/CDecodePNG.h.meta +0 -27
  720. package/PackageResources/tools/VRMScrambler/Source/Independent/CGDecoder/ECGFormat.h +0 -19
  721. package/PackageResources/tools/VRMScrambler/Source/Independent/CGDecoder/ECGFormat.h.meta +0 -27
  722. package/PackageResources/tools/VRMScrambler/Source/Independent/CGDecoder.meta +0 -8
  723. package/PackageResources/tools/VRMScrambler/Source/Independent/CharacterCode/CharacterCode.cpp +0 -7539
  724. package/PackageResources/tools/VRMScrambler/Source/Independent/CharacterCode/CharacterCode.cpp.meta +0 -27
  725. package/PackageResources/tools/VRMScrambler/Source/Independent/CharacterCode/CharacterCode.h +0 -30
  726. package/PackageResources/tools/VRMScrambler/Source/Independent/CharacterCode/CharacterCode.h.meta +0 -27
  727. package/PackageResources/tools/VRMScrambler/Source/Independent/CharacterCode/IsCode.h +0 -18
  728. package/PackageResources/tools/VRMScrambler/Source/Independent/CharacterCode/IsCode.h.meta +0 -27
  729. package/PackageResources/tools/VRMScrambler/Source/Independent/CharacterCode.meta +0 -8
  730. package/PackageResources/tools/VRMScrambler/Source/Independent/FileImage/CFileImageAnalyser.cpp +0 -292
  731. package/PackageResources/tools/VRMScrambler/Source/Independent/FileImage/CFileImageAnalyser.cpp.meta +0 -27
  732. package/PackageResources/tools/VRMScrambler/Source/Independent/FileImage/CFileImageAnalyser.h +0 -62
  733. package/PackageResources/tools/VRMScrambler/Source/Independent/FileImage/CFileImageAnalyser.h.meta +0 -27
  734. package/PackageResources/tools/VRMScrambler/Source/Independent/FileImage/CFileImageMaker.cpp +0 -102
  735. package/PackageResources/tools/VRMScrambler/Source/Independent/FileImage/CFileImageMaker.cpp.meta +0 -27
  736. package/PackageResources/tools/VRMScrambler/Source/Independent/FileImage/CFileImageMaker.h +0 -39
  737. package/PackageResources/tools/VRMScrambler/Source/Independent/FileImage/CFileImageMaker.h.meta +0 -27
  738. package/PackageResources/tools/VRMScrambler/Source/Independent/FileImage/FileImage.cpp +0 -99
  739. package/PackageResources/tools/VRMScrambler/Source/Independent/FileImage/FileImage.cpp.meta +0 -27
  740. package/PackageResources/tools/VRMScrambler/Source/Independent/FileImage/FileImage.h +0 -21
  741. package/PackageResources/tools/VRMScrambler/Source/Independent/FileImage/FileImage.h.meta +0 -27
  742. package/PackageResources/tools/VRMScrambler/Source/Independent/FileImage.meta +0 -8
  743. package/PackageResources/tools/VRMScrambler/Source/Independent/FormatString/FormatString.cpp +0 -198
  744. package/PackageResources/tools/VRMScrambler/Source/Independent/FormatString/FormatString.cpp.meta +0 -27
  745. package/PackageResources/tools/VRMScrambler/Source/Independent/FormatString/FormatString.h +0 -38
  746. package/PackageResources/tools/VRMScrambler/Source/Independent/FormatString/FormatString.h.meta +0 -27
  747. package/PackageResources/tools/VRMScrambler/Source/Independent/FormatString/LFormat.cpp +0 -34
  748. package/PackageResources/tools/VRMScrambler/Source/Independent/FormatString/LFormat.cpp.meta +0 -27
  749. package/PackageResources/tools/VRMScrambler/Source/Independent/FormatString/LFormat.h +0 -14
  750. package/PackageResources/tools/VRMScrambler/Source/Independent/FormatString/LFormat.h.meta +0 -27
  751. package/PackageResources/tools/VRMScrambler/Source/Independent/FormatString.meta +0 -8
  752. package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFAccesorIndexSet.cpp +0 -53
  753. package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFAccesorIndexSet.cpp.meta +0 -27
  754. package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFAccesorIndexSet.h +0 -30
  755. package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFAccesorIndexSet.h.meta +0 -27
  756. package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFAccessor.cpp +0 -47
  757. package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFAccessor.cpp.meta +0 -27
  758. package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFAccessor.h +0 -29
  759. package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFAccessor.h.meta +0 -27
  760. package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFBufferView.cpp +0 -58
  761. package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFBufferView.cpp.meta +0 -27
  762. package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFBufferView.h +0 -36
  763. package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFBufferView.h.meta +0 -27
  764. package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFChunk.cpp +0 -31
  765. package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFChunk.cpp.meta +0 -27
  766. package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFChunk.h +0 -23
  767. package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFChunk.h.meta +0 -27
  768. package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFCollider.cpp +0 -34
  769. package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFCollider.cpp.meta +0 -27
  770. package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFCollider.h +0 -24
  771. package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFCollider.h.meta +0 -27
  772. package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFColliderGroup.cpp +0 -34
  773. package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFColliderGroup.cpp.meta +0 -27
  774. package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFColliderGroup.h +0 -27
  775. package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFColliderGroup.h.meta +0 -27
  776. package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFData.cpp +0 -1124
  777. package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFData.cpp.meta +0 -27
  778. package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFData.h +0 -159
  779. package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFData.h.meta +0 -27
  780. package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFImage.cpp +0 -55
  781. package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFImage.cpp.meta +0 -27
  782. package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFImage.h +0 -37
  783. package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFImage.h.meta +0 -27
  784. package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFMaterial.cpp +0 -99
  785. package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFMaterial.cpp.meta +0 -27
  786. package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFMaterial.h +0 -57
  787. package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFMaterial.h.meta +0 -27
  788. package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFMesh.cpp +0 -27
  789. package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFMesh.cpp.meta +0 -27
  790. package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFMesh.h +0 -24
  791. package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFMesh.h.meta +0 -27
  792. package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFMeshPrimitive.cpp +0 -76
  793. package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFMeshPrimitive.cpp.meta +0 -27
  794. package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFMeshPrimitive.h +0 -43
  795. package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFMeshPrimitive.h.meta +0 -27
  796. package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFNode.cpp +0 -67
  797. package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFNode.cpp.meta +0 -27
  798. package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFNode.h +0 -40
  799. package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFNode.h.meta +0 -27
  800. package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFSkin.cpp +0 -25
  801. package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFSkin.cpp.meta +0 -27
  802. package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFSkin.h +0 -23
  803. package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFSkin.h.meta +0 -27
  804. package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF.meta +0 -8
  805. package/PackageResources/tools/VRMScrambler/Source/Independent/GraphCommon/CPBRParam.cpp +0 -30
  806. package/PackageResources/tools/VRMScrambler/Source/Independent/GraphCommon/CPBRParam.cpp.meta +0 -27
  807. package/PackageResources/tools/VRMScrambler/Source/Independent/GraphCommon/CPBRParam.h +0 -22
  808. package/PackageResources/tools/VRMScrambler/Source/Independent/GraphCommon/CPBRParam.h.meta +0 -27
  809. package/PackageResources/tools/VRMScrambler/Source/Independent/GraphCommon/CSurface.cpp +0 -698
  810. package/PackageResources/tools/VRMScrambler/Source/Independent/GraphCommon/CSurface.cpp.meta +0 -27
  811. package/PackageResources/tools/VRMScrambler/Source/Independent/GraphCommon/CSurface.h +0 -96
  812. package/PackageResources/tools/VRMScrambler/Source/Independent/GraphCommon/CSurface.h.meta +0 -27
  813. package/PackageResources/tools/VRMScrambler/Source/Independent/GraphCommon/CUTSParam.cpp +0 -36
  814. package/PackageResources/tools/VRMScrambler/Source/Independent/GraphCommon/CUTSParam.cpp.meta +0 -27
  815. package/PackageResources/tools/VRMScrambler/Source/Independent/GraphCommon/CUTSParam.h +0 -28
  816. package/PackageResources/tools/VRMScrambler/Source/Independent/GraphCommon/CUTSParam.h.meta +0 -27
  817. package/PackageResources/tools/VRMScrambler/Source/Independent/GraphCommon/CWaterPlaneParam.cpp +0 -61
  818. package/PackageResources/tools/VRMScrambler/Source/Independent/GraphCommon/CWaterPlaneParam.cpp.meta +0 -27
  819. package/PackageResources/tools/VRMScrambler/Source/Independent/GraphCommon/CWaterPlaneParam.h +0 -37
  820. package/PackageResources/tools/VRMScrambler/Source/Independent/GraphCommon/CWaterPlaneParam.h.meta +0 -27
  821. package/PackageResources/tools/VRMScrambler/Source/Independent/GraphCommon/EBlendMode.h +0 -23
  822. package/PackageResources/tools/VRMScrambler/Source/Independent/GraphCommon/EBlendMode.h.meta +0 -27
  823. package/PackageResources/tools/VRMScrambler/Source/Independent/GraphCommon/EOutlineWidthType.h +0 -11
  824. package/PackageResources/tools/VRMScrambler/Source/Independent/GraphCommon/EOutlineWidthType.h.meta +0 -27
  825. package/PackageResources/tools/VRMScrambler/Source/Independent/GraphCommon/EShaderType.h +0 -22
  826. package/PackageResources/tools/VRMScrambler/Source/Independent/GraphCommon/EShaderType.h.meta +0 -27
  827. package/PackageResources/tools/VRMScrambler/Source/Independent/GraphCommon.meta +0 -8
  828. package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/CHEOBoneWeight.cpp +0 -29
  829. package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/CHEOBoneWeight.cpp.meta +0 -27
  830. package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/CHEOBoneWeight.h +0 -23
  831. package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/CHEOBoneWeight.h.meta +0 -27
  832. package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/CHEOCollider.cpp +0 -35
  833. package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/CHEOCollider.cpp.meta +0 -27
  834. package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/CHEOCollider.h +0 -27
  835. package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/CHEOCollider.h.meta +0 -27
  836. package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/CHEOMaterial.cpp +0 -120
  837. package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/CHEOMaterial.cpp.meta +0 -27
  838. package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/CHEOMaterial.h +0 -66
  839. package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/CHEOMaterial.h.meta +0 -27
  840. package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/CHEOMesh.cpp +0 -103
  841. package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/CHEOMesh.cpp.meta +0 -27
  842. package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/CHEOMesh.h +0 -68
  843. package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/CHEOMesh.h.meta +0 -27
  844. package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/CHEOModel.cpp +0 -598
  845. package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/CHEOModel.cpp.meta +0 -27
  846. package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/CHEOModel.h +0 -60
  847. package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/CHEOModel.h.meta +0 -27
  848. package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/CHEOMorph.cpp +0 -29
  849. package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/CHEOMorph.cpp.meta +0 -27
  850. package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/CHEOMorph.h +0 -26
  851. package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/CHEOMorph.h.meta +0 -27
  852. package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/CHEONode.cpp +0 -61
  853. package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/CHEONode.cpp.meta +0 -27
  854. package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/CHEONode.h +0 -49
  855. package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/CHEONode.h.meta +0 -27
  856. package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/CHEOPrimitive.cpp +0 -35
  857. package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/CHEOPrimitive.cpp.meta +0 -27
  858. package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/CHEOPrimitive.h +0 -27
  859. package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/CHEOPrimitive.h.meta +0 -27
  860. package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/CHEOTexture.cpp +0 -25
  861. package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/CHEOTexture.cpp.meta +0 -27
  862. package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/CHEOTexture.h +0 -25
  863. package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/CHEOTexture.h.meta +0 -27
  864. package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/EHEOBlendMode.h +0 -16
  865. package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/EHEOBlendMode.h.meta +0 -27
  866. package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/EHEOColliderType.h +0 -16
  867. package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/EHEOColliderType.h.meta +0 -27
  868. package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/EHEOShaderType.h +0 -22
  869. package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/EHEOShaderType.h.meta +0 -27
  870. package/PackageResources/tools/VRMScrambler/Source/Independent/HEO.meta +0 -8
  871. package/PackageResources/tools/VRMScrambler/Source/Independent/JSON/CJSON.cpp +0 -391
  872. package/PackageResources/tools/VRMScrambler/Source/Independent/JSON/CJSON.cpp.meta +0 -27
  873. package/PackageResources/tools/VRMScrambler/Source/Independent/JSON/CJSON.h +0 -56
  874. package/PackageResources/tools/VRMScrambler/Source/Independent/JSON/CJSON.h.meta +0 -27
  875. package/PackageResources/tools/VRMScrambler/Source/Independent/JSON/CJSONData.cpp +0 -177
  876. package/PackageResources/tools/VRMScrambler/Source/Independent/JSON/CJSONData.cpp.meta +0 -27
  877. package/PackageResources/tools/VRMScrambler/Source/Independent/JSON/CJSONData.h +0 -73
  878. package/PackageResources/tools/VRMScrambler/Source/Independent/JSON/CJSONData.h.meta +0 -27
  879. package/PackageResources/tools/VRMScrambler/Source/Independent/JSON/CJSONToken.cpp +0 -45
  880. package/PackageResources/tools/VRMScrambler/Source/Independent/JSON/CJSONToken.cpp.meta +0 -27
  881. package/PackageResources/tools/VRMScrambler/Source/Independent/JSON/CJSONToken.h +0 -30
  882. package/PackageResources/tools/VRMScrambler/Source/Independent/JSON/CJSONToken.h.meta +0 -27
  883. package/PackageResources/tools/VRMScrambler/Source/Independent/JSON.meta +0 -8
  884. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/3DDefine.h +0 -16
  885. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/3DDefine.h.meta +0 -27
  886. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/CBezier.cpp +0 -48
  887. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/CBezier.cpp.meta +0 -27
  888. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/CBezier.h +0 -24
  889. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/CBezier.h.meta +0 -27
  890. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/CBoundingBox.cpp +0 -122
  891. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/CBoundingBox.cpp.meta +0 -27
  892. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/CBoundingBox.h +0 -50
  893. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/CBoundingBox.h.meta +0 -27
  894. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/CCamera.cpp +0 -127
  895. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/CCamera.cpp.meta +0 -27
  896. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/CCamera.h +0 -54
  897. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/CCamera.h.meta +0 -27
  898. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/CDualQuaternion.cpp +0 -116
  899. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/CDualQuaternion.cpp.meta +0 -27
  900. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/CDualQuaternion.h +0 -44
  901. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/CDualQuaternion.h.meta +0 -27
  902. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/CProjection.cpp +0 -171
  903. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/CProjection.cpp.meta +0 -27
  904. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/CProjection.h +0 -57
  905. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/CProjection.h.meta +0 -27
  906. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/CSphere.cpp +0 -65
  907. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/CSphere.cpp.meta +0 -27
  908. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/CSphere.h +0 -29
  909. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/CSphere.h.meta +0 -27
  910. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/CTransform.cpp +0 -59
  911. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/CTransform.cpp.meta +0 -27
  912. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/CTransform.h +0 -35
  913. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/CTransform.h.meta +0 -27
  914. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/S2D.cpp +0 -87
  915. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/S2D.cpp.meta +0 -27
  916. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/S2D.h +0 -36
  917. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/S2D.h.meta +0 -27
  918. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/S2DI.cpp +0 -87
  919. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/S2DI.cpp.meta +0 -27
  920. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/S2DI.h +0 -38
  921. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/S2DI.h.meta +0 -27
  922. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/S3D.cpp +0 -320
  923. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/S3D.cpp.meta +0 -27
  924. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/S3D.h +0 -87
  925. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/S3D.h.meta +0 -27
  926. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/S4D.cpp +0 -95
  927. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/S4D.cpp.meta +0 -27
  928. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/S4D.h +0 -30
  929. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/S4D.h.meta +0 -27
  930. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/SColor.cpp +0 -107
  931. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/SColor.cpp.meta +0 -27
  932. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/SColor.h +0 -39
  933. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/SColor.h.meta +0 -27
  934. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/SColor32.cpp +0 -35
  935. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/SColor32.cpp.meta +0 -27
  936. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/SColor32.h +0 -25
  937. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/SColor32.h.meta +0 -27
  938. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/SMatrix.cpp +0 -683
  939. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/SMatrix.cpp.meta +0 -27
  940. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/SMatrix.h +0 -210
  941. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/SMatrix.h.meta +0 -27
  942. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/SPlane.cpp +0 -239
  943. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/SPlane.cpp.meta +0 -27
  944. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/SPlane.h +0 -42
  945. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/SPlane.h.meta +0 -27
  946. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/SQuaternion.cpp +0 -557
  947. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/SQuaternion.cpp.meta +0 -27
  948. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/SQuaternion.h +0 -67
  949. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/SQuaternion.h.meta +0 -27
  950. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/SRect.cpp +0 -66
  951. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/SRect.cpp.meta +0 -27
  952. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/SRect.h +0 -28
  953. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/SRect.h.meta +0 -27
  954. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/SSize.cpp +0 -33
  955. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/SSize.cpp.meta +0 -27
  956. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/SSize.h +0 -18
  957. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/SSize.h.meta +0 -27
  958. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/SUV.cpp +0 -59
  959. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/SUV.cpp.meta +0 -27
  960. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/SUV.h +0 -24
  961. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/SUV.h.meta +0 -27
  962. package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D.meta +0 -8
  963. package/PackageResources/tools/VRMScrambler/Source/Independent/Memory/CIMemory.cpp +0 -74
  964. package/PackageResources/tools/VRMScrambler/Source/Independent/Memory/CIMemory.cpp.meta +0 -27
  965. package/PackageResources/tools/VRMScrambler/Source/Independent/Memory/CIMemory.h +0 -38
  966. package/PackageResources/tools/VRMScrambler/Source/Independent/Memory/CIMemory.h.meta +0 -27
  967. package/PackageResources/tools/VRMScrambler/Source/Independent/Memory/CMemory.cpp +0 -64
  968. package/PackageResources/tools/VRMScrambler/Source/Independent/Memory/CMemory.cpp.meta +0 -27
  969. package/PackageResources/tools/VRMScrambler/Source/Independent/Memory/CMemory.h +0 -42
  970. package/PackageResources/tools/VRMScrambler/Source/Independent/Memory/CMemory.h.meta +0 -27
  971. package/PackageResources/tools/VRMScrambler/Source/Independent/Memory/CMemoryFile.cpp +0 -54
  972. package/PackageResources/tools/VRMScrambler/Source/Independent/Memory/CMemoryFile.cpp.meta +0 -27
  973. package/PackageResources/tools/VRMScrambler/Source/Independent/Memory/CMemoryFile.h +0 -22
  974. package/PackageResources/tools/VRMScrambler/Source/Independent/Memory/CMemoryFile.h.meta +0 -27
  975. package/PackageResources/tools/VRMScrambler/Source/Independent/Memory/CRefPtr.h +0 -72
  976. package/PackageResources/tools/VRMScrambler/Source/Independent/Memory/CRefPtr.h.meta +0 -27
  977. package/PackageResources/tools/VRMScrambler/Source/Independent/Memory/PointerAlignment.cpp +0 -61
  978. package/PackageResources/tools/VRMScrambler/Source/Independent/Memory/PointerAlignment.cpp.meta +0 -27
  979. package/PackageResources/tools/VRMScrambler/Source/Independent/Memory/PointerAlignment.h +0 -22
  980. package/PackageResources/tools/VRMScrambler/Source/Independent/Memory/PointerAlignment.h.meta +0 -27
  981. package/PackageResources/tools/VRMScrambler/Source/Independent/Memory.meta +0 -8
  982. package/PackageResources/tools/VRMScrambler/Source/Independent/Thread/CCriticalLock.cpp +0 -34
  983. package/PackageResources/tools/VRMScrambler/Source/Independent/Thread/CCriticalLock.cpp.meta +0 -27
  984. package/PackageResources/tools/VRMScrambler/Source/Independent/Thread/CCriticalLock.h +0 -26
  985. package/PackageResources/tools/VRMScrambler/Source/Independent/Thread/CCriticalLock.h.meta +0 -27
  986. package/PackageResources/tools/VRMScrambler/Source/Independent/Thread/CCriticalObject.h +0 -87
  987. package/PackageResources/tools/VRMScrambler/Source/Independent/Thread/CCriticalObject.h.meta +0 -27
  988. package/PackageResources/tools/VRMScrambler/Source/Independent/Thread/CCriticalSection.cpp +0 -85
  989. package/PackageResources/tools/VRMScrambler/Source/Independent/Thread/CCriticalSection.cpp.meta +0 -27
  990. package/PackageResources/tools/VRMScrambler/Source/Independent/Thread/CCriticalSection.h +0 -32
  991. package/PackageResources/tools/VRMScrambler/Source/Independent/Thread/CCriticalSection.h.meta +0 -27
  992. package/PackageResources/tools/VRMScrambler/Source/Independent/Thread/CEvent.cpp +0 -183
  993. package/PackageResources/tools/VRMScrambler/Source/Independent/Thread/CEvent.cpp.meta +0 -27
  994. package/PackageResources/tools/VRMScrambler/Source/Independent/Thread/CEvent.h +0 -51
  995. package/PackageResources/tools/VRMScrambler/Source/Independent/Thread/CEvent.h.meta +0 -27
  996. package/PackageResources/tools/VRMScrambler/Source/Independent/Thread/CProcess.cpp +0 -48
  997. package/PackageResources/tools/VRMScrambler/Source/Independent/Thread/CProcess.cpp.meta +0 -27
  998. package/PackageResources/tools/VRMScrambler/Source/Independent/Thread/CProcess.h +0 -22
  999. package/PackageResources/tools/VRMScrambler/Source/Independent/Thread/CProcess.h.meta +0 -27
  1000. package/PackageResources/tools/VRMScrambler/Source/Independent/Thread/CRefCounter.cpp +0 -54
  1001. package/PackageResources/tools/VRMScrambler/Source/Independent/Thread/CRefCounter.cpp.meta +0 -27
  1002. package/PackageResources/tools/VRMScrambler/Source/Independent/Thread/CRefCounter.h +0 -28
  1003. package/PackageResources/tools/VRMScrambler/Source/Independent/Thread/CRefCounter.h.meta +0 -27
  1004. package/PackageResources/tools/VRMScrambler/Source/Independent/Thread/CThread.cpp +0 -177
  1005. package/PackageResources/tools/VRMScrambler/Source/Independent/Thread/CThread.cpp.meta +0 -27
  1006. package/PackageResources/tools/VRMScrambler/Source/Independent/Thread/CThread.h +0 -53
  1007. package/PackageResources/tools/VRMScrambler/Source/Independent/Thread/CThread.h.meta +0 -27
  1008. package/PackageResources/tools/VRMScrambler/Source/Independent/Thread/CWorkerThread.h +0 -60
  1009. package/PackageResources/tools/VRMScrambler/Source/Independent/Thread/CWorkerThread.h.meta +0 -27
  1010. package/PackageResources/tools/VRMScrambler/Source/Independent/Thread/CWorkerThreadManager.cpp +0 -169
  1011. package/PackageResources/tools/VRMScrambler/Source/Independent/Thread/CWorkerThreadManager.cpp.meta +0 -27
  1012. package/PackageResources/tools/VRMScrambler/Source/Independent/Thread/CWorkerThreadManager.h +0 -61
  1013. package/PackageResources/tools/VRMScrambler/Source/Independent/Thread/CWorkerThreadManager.h.meta +0 -27
  1014. package/PackageResources/tools/VRMScrambler/Source/Independent/Thread.meta +0 -8
  1015. package/PackageResources/tools/VRMScrambler/Source/Independent.meta +0 -8
  1016. package/PackageResources/tools/VRMScrambler/Source/Interface/IInterface.h +0 -14
  1017. package/PackageResources/tools/VRMScrambler/Source/Interface/IInterface.h.meta +0 -27
  1018. package/PackageResources/tools/VRMScrambler/Source/Interface/IMemory.h +0 -21
  1019. package/PackageResources/tools/VRMScrambler/Source/Interface/IMemory.h.meta +0 -27
  1020. package/PackageResources/tools/VRMScrambler/Source/Interface/ISurface.h +0 -27
  1021. package/PackageResources/tools/VRMScrambler/Source/Interface/ISurface.h.meta +0 -27
  1022. package/PackageResources/tools/VRMScrambler/Source/Interface/IWorkerThread.h +0 -15
  1023. package/PackageResources/tools/VRMScrambler/Source/Interface/IWorkerThread.h.meta +0 -27
  1024. package/PackageResources/tools/VRMScrambler/Source/Interface.meta +0 -8
  1025. package/PackageResources/tools/VRMScrambler/Source/Library/libpng/LICENSE +0 -111
  1026. package/PackageResources/tools/VRMScrambler/Source/Library/libpng/LICENSE.meta +0 -7
  1027. package/PackageResources/tools/VRMScrambler/Source/Library/libpng/png.c +0 -4460
  1028. package/PackageResources/tools/VRMScrambler/Source/Library/libpng/png.c.meta +0 -27
  1029. package/PackageResources/tools/VRMScrambler/Source/Library/libpng/png.h +0 -3279
  1030. package/PackageResources/tools/VRMScrambler/Source/Library/libpng/png.h.meta +0 -27
  1031. package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pngconf.h +0 -644
  1032. package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pngconf.h.meta +0 -27
  1033. package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pngdebug.h +0 -154
  1034. package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pngdebug.h.meta +0 -27
  1035. package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pngerror.c +0 -963
  1036. package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pngerror.c.meta +0 -27
  1037. package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pngget.c +0 -1213
  1038. package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pngget.c.meta +0 -27
  1039. package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pnginfo.h +0 -260
  1040. package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pnginfo.h.meta +0 -27
  1041. package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pnglibconf.h +0 -210
  1042. package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pnglibconf.h.meta +0 -27
  1043. package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pngmem.c +0 -281
  1044. package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pngmem.c.meta +0 -27
  1045. package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pngpread.c +0 -1168
  1046. package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pngpread.c.meta +0 -27
  1047. package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pngpriv.h +0 -1944
  1048. package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pngpriv.h.meta +0 -27
  1049. package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pngread.c +0 -4121
  1050. package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pngread.c.meta +0 -27
  1051. package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pngrio.c +0 -120
  1052. package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pngrio.c.meta +0 -27
  1053. package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pngrtran.c +0 -4994
  1054. package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pngrtran.c.meta +0 -27
  1055. package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pngrutil.c +0 -4474
  1056. package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pngrutil.c.meta +0 -27
  1057. package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pngset.c +0 -1611
  1058. package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pngset.c.meta +0 -27
  1059. package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pngstruct.h +0 -489
  1060. package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pngstruct.h.meta +0 -27
  1061. package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pngtrans.c +0 -849
  1062. package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pngtrans.c.meta +0 -27
  1063. package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pngwio.c +0 -168
  1064. package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pngwio.c.meta +0 -27
  1065. package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pngwrite.c +0 -2455
  1066. package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pngwrite.c.meta +0 -27
  1067. package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pngwtran.c +0 -574
  1068. package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pngwtran.c.meta +0 -27
  1069. package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pngwutil.c +0 -3029
  1070. package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pngwutil.c.meta +0 -27
  1071. package/PackageResources/tools/VRMScrambler/Source/Library/libpng.meta +0 -8
  1072. package/PackageResources/tools/VRMScrambler/Source/Library/zlib/README +0 -115
  1073. package/PackageResources/tools/VRMScrambler/Source/Library/zlib/README.meta +0 -7
  1074. package/PackageResources/tools/VRMScrambler/Source/Library/zlib/adler32.c +0 -179
  1075. package/PackageResources/tools/VRMScrambler/Source/Library/zlib/adler32.c.meta +0 -27
  1076. package/PackageResources/tools/VRMScrambler/Source/Library/zlib/compress.c +0 -80
  1077. package/PackageResources/tools/VRMScrambler/Source/Library/zlib/compress.c.meta +0 -27
  1078. package/PackageResources/tools/VRMScrambler/Source/Library/zlib/crc32.c +0 -425
  1079. package/PackageResources/tools/VRMScrambler/Source/Library/zlib/crc32.c.meta +0 -27
  1080. package/PackageResources/tools/VRMScrambler/Source/Library/zlib/crc32.h +0 -441
  1081. package/PackageResources/tools/VRMScrambler/Source/Library/zlib/crc32.h.meta +0 -27
  1082. package/PackageResources/tools/VRMScrambler/Source/Library/zlib/deflate.c +0 -1967
  1083. package/PackageResources/tools/VRMScrambler/Source/Library/zlib/deflate.c.meta +0 -27
  1084. package/PackageResources/tools/VRMScrambler/Source/Library/zlib/deflate.h +0 -346
  1085. package/PackageResources/tools/VRMScrambler/Source/Library/zlib/deflate.h.meta +0 -27
  1086. package/PackageResources/tools/VRMScrambler/Source/Library/zlib/gzclose.c +0 -25
  1087. package/PackageResources/tools/VRMScrambler/Source/Library/zlib/gzclose.c.meta +0 -27
  1088. package/PackageResources/tools/VRMScrambler/Source/Library/zlib/gzguts.h +0 -209
  1089. package/PackageResources/tools/VRMScrambler/Source/Library/zlib/gzguts.h.meta +0 -27
  1090. package/PackageResources/tools/VRMScrambler/Source/Library/zlib/gzlib.c +0 -638
  1091. package/PackageResources/tools/VRMScrambler/Source/Library/zlib/gzlib.c.meta +0 -27
  1092. package/PackageResources/tools/VRMScrambler/Source/Library/zlib/gzread.c +0 -598
  1093. package/PackageResources/tools/VRMScrambler/Source/Library/zlib/gzread.c.meta +0 -27
  1094. package/PackageResources/tools/VRMScrambler/Source/Library/zlib/gzwrite.c +0 -581
  1095. package/PackageResources/tools/VRMScrambler/Source/Library/zlib/gzwrite.c.meta +0 -27
  1096. package/PackageResources/tools/VRMScrambler/Source/Library/zlib/infback.c +0 -640
  1097. package/PackageResources/tools/VRMScrambler/Source/Library/zlib/infback.c.meta +0 -27
  1098. package/PackageResources/tools/VRMScrambler/Source/Library/zlib/inffast.c +0 -340
  1099. package/PackageResources/tools/VRMScrambler/Source/Library/zlib/inffast.c.meta +0 -27
  1100. package/PackageResources/tools/VRMScrambler/Source/Library/zlib/inffast.h +0 -11
  1101. package/PackageResources/tools/VRMScrambler/Source/Library/zlib/inffast.h.meta +0 -27
  1102. package/PackageResources/tools/VRMScrambler/Source/Library/zlib/inffixed.h +0 -94
  1103. package/PackageResources/tools/VRMScrambler/Source/Library/zlib/inffixed.h.meta +0 -27
  1104. package/PackageResources/tools/VRMScrambler/Source/Library/zlib/inflate.c +0 -1512
  1105. package/PackageResources/tools/VRMScrambler/Source/Library/zlib/inflate.c.meta +0 -27
  1106. package/PackageResources/tools/VRMScrambler/Source/Library/zlib/inflate.h +0 -122
  1107. package/PackageResources/tools/VRMScrambler/Source/Library/zlib/inflate.h.meta +0 -27
  1108. package/PackageResources/tools/VRMScrambler/Source/Library/zlib/inftrees.c +0 -306
  1109. package/PackageResources/tools/VRMScrambler/Source/Library/zlib/inftrees.c.meta +0 -27
  1110. package/PackageResources/tools/VRMScrambler/Source/Library/zlib/inftrees.h +0 -62
  1111. package/PackageResources/tools/VRMScrambler/Source/Library/zlib/inftrees.h.meta +0 -27
  1112. package/PackageResources/tools/VRMScrambler/Source/Library/zlib/trees.c +0 -1226
  1113. package/PackageResources/tools/VRMScrambler/Source/Library/zlib/trees.c.meta +0 -27
  1114. package/PackageResources/tools/VRMScrambler/Source/Library/zlib/trees.h +0 -128
  1115. package/PackageResources/tools/VRMScrambler/Source/Library/zlib/trees.h.meta +0 -27
  1116. package/PackageResources/tools/VRMScrambler/Source/Library/zlib/uncompr.c +0 -59
  1117. package/PackageResources/tools/VRMScrambler/Source/Library/zlib/uncompr.c.meta +0 -27
  1118. package/PackageResources/tools/VRMScrambler/Source/Library/zlib/zconf.h +0 -511
  1119. package/PackageResources/tools/VRMScrambler/Source/Library/zlib/zconf.h.meta +0 -27
  1120. package/PackageResources/tools/VRMScrambler/Source/Library/zlib/zlib.h +0 -1768
  1121. package/PackageResources/tools/VRMScrambler/Source/Library/zlib/zlib.h.meta +0 -27
  1122. package/PackageResources/tools/VRMScrambler/Source/Library/zlib/zutil.c +0 -324
  1123. package/PackageResources/tools/VRMScrambler/Source/Library/zlib/zutil.c.meta +0 -27
  1124. package/PackageResources/tools/VRMScrambler/Source/Library/zlib/zutil.h +0 -253
  1125. package/PackageResources/tools/VRMScrambler/Source/Library/zlib/zutil.h.meta +0 -27
  1126. package/PackageResources/tools/VRMScrambler/Source/Library/zlib.meta +0 -8
  1127. package/PackageResources/tools/VRMScrambler/Source/Library.meta +0 -8
  1128. package/PackageResources/tools/VRMScrambler/Source/Specific/Debug/LMsg.cpp +0 -91
  1129. package/PackageResources/tools/VRMScrambler/Source/Specific/Debug/LMsg.cpp.meta +0 -27
  1130. package/PackageResources/tools/VRMScrambler/Source/Specific/Debug/LMsg.h +0 -14
  1131. package/PackageResources/tools/VRMScrambler/Source/Specific/Debug/LMsg.h.meta +0 -27
  1132. package/PackageResources/tools/VRMScrambler/Source/Specific/Debug.meta +0 -8
  1133. package/PackageResources/tools/VRMScrambler/Source/Specific/FileSystem/CFile.cpp +0 -279
  1134. package/PackageResources/tools/VRMScrambler/Source/Specific/FileSystem/CFile.cpp.meta +0 -27
  1135. package/PackageResources/tools/VRMScrambler/Source/Specific/FileSystem/CFile.h +0 -64
  1136. package/PackageResources/tools/VRMScrambler/Source/Specific/FileSystem/CFile.h.meta +0 -27
  1137. package/PackageResources/tools/VRMScrambler/Source/Specific/FileSystem/CFilePath.cpp +0 -235
  1138. package/PackageResources/tools/VRMScrambler/Source/Specific/FileSystem/CFilePath.cpp.meta +0 -27
  1139. package/PackageResources/tools/VRMScrambler/Source/Specific/FileSystem/CFilePath.h +0 -61
  1140. package/PackageResources/tools/VRMScrambler/Source/Specific/FileSystem/CFilePath.h.meta +0 -27
  1141. package/PackageResources/tools/VRMScrambler/Source/Specific/FileSystem/CFindFile.cpp +0 -284
  1142. package/PackageResources/tools/VRMScrambler/Source/Specific/FileSystem/CFindFile.cpp.meta +0 -27
  1143. package/PackageResources/tools/VRMScrambler/Source/Specific/FileSystem/CFindFile.h +0 -46
  1144. package/PackageResources/tools/VRMScrambler/Source/Specific/FileSystem/CFindFile.h.meta +0 -27
  1145. package/PackageResources/tools/VRMScrambler/Source/Specific/FileSystem/FileSystem.cpp +0 -127
  1146. package/PackageResources/tools/VRMScrambler/Source/Specific/FileSystem/FileSystem.cpp.meta +0 -27
  1147. package/PackageResources/tools/VRMScrambler/Source/Specific/FileSystem/FileSystem.h +0 -21
  1148. package/PackageResources/tools/VRMScrambler/Source/Specific/FileSystem/FileSystem.h.meta +0 -27
  1149. package/PackageResources/tools/VRMScrambler/Source/Specific/FileSystem/LFileName.cpp +0 -290
  1150. package/PackageResources/tools/VRMScrambler/Source/Specific/FileSystem/LFileName.cpp.meta +0 -27
  1151. package/PackageResources/tools/VRMScrambler/Source/Specific/FileSystem/LFileName.h +0 -30
  1152. package/PackageResources/tools/VRMScrambler/Source/Specific/FileSystem/LFileName.h.meta +0 -27
  1153. package/PackageResources/tools/VRMScrambler/Source/Specific/FileSystem.meta +0 -8
  1154. package/PackageResources/tools/VRMScrambler/Source/Specific/Timer/CFrameCounter.cpp +0 -57
  1155. package/PackageResources/tools/VRMScrambler/Source/Specific/Timer/CFrameCounter.cpp.meta +0 -27
  1156. package/PackageResources/tools/VRMScrambler/Source/Specific/Timer/CFrameCounter.h +0 -25
  1157. package/PackageResources/tools/VRMScrambler/Source/Specific/Timer/CFrameCounter.h.meta +0 -27
  1158. package/PackageResources/tools/VRMScrambler/Source/Specific/Timer/Timer.cpp +0 -133
  1159. package/PackageResources/tools/VRMScrambler/Source/Specific/Timer/Timer.cpp.meta +0 -27
  1160. package/PackageResources/tools/VRMScrambler/Source/Specific/Timer/Timer.h +0 -21
  1161. package/PackageResources/tools/VRMScrambler/Source/Specific/Timer/Timer.h.meta +0 -27
  1162. package/PackageResources/tools/VRMScrambler/Source/Specific/Timer.meta +0 -8
  1163. package/PackageResources/tools/VRMScrambler/Source/Specific.meta +0 -8
  1164. package/PackageResources/tools/VRMScrambler/Source/main.cpp +0 -129
  1165. package/PackageResources/tools/VRMScrambler/Source/main.cpp.meta +0 -27
  1166. package/PackageResources/tools/VRMScrambler/Source.meta +0 -8
  1167. package/PackageResources/tools/VRMScrambler/VRMScrambler.sln +0 -31
  1168. package/PackageResources/tools/VRMScrambler/VRMScrambler.sln.meta +0 -7
  1169. package/PackageResources/tools/VRMScrambler/VRMScrambler.vcxproj +0 -367
  1170. package/PackageResources/tools/VRMScrambler/VRMScrambler.vcxproj.filters +0 -711
  1171. package/PackageResources/tools/VRMScrambler/VRMScrambler.vcxproj.filters.meta +0 -7
  1172. package/PackageResources/tools/VRMScrambler/VRMScrambler.vcxproj.meta +0 -7
  1173. package/PackageResources/tools/VRMScrambler/VRMScrambler.vcxproj.user +0 -16
  1174. package/PackageResources/tools/VRMScrambler/VRMScrambler.vcxproj.user.meta +0 -7
  1175. package/PackageResources/tools/VRMScrambler.meta +0 -8
  1176. package/Samples~/Tutorial -action-/Openweb.unity +0 -702
  1177. package/Samples~/Tutorial -action-/Openweb.unity.meta +0 -7
  1178. package/Samples~/Tutorial -basic-/EditSkybox.unity +0 -755
  1179. package/Samples~/Tutorial -basic-/EditSkybox.unity.meta +0 -7
  1180. package/Samples~/Tutorial -basic-/EssentialObjects.unity +0 -734
  1181. package/Samples~/Tutorial -basic-/EssentialObjects.unity.meta +0 -7
  1182. package/Samples~/Tutorial -basic-/HEOPlane.unity +0 -2331
  1183. package/Samples~/Tutorial -basic-/HEOPlane.unity.meta +0 -7
  1184. package/Samples~/Tutorial -basic-/Textures/AboutHEOPlane.png.meta +0 -116
  1185. package/Samples~/Tutorial -basic-/Textures/Materials/AboutHEOPlane.mat +0 -27
  1186. package/Samples~/Tutorial -basic-/Textures/Materials/AboutHEOPlane.mat.meta +0 -8
  1187. package/Samples~/Tutorial -basic-/Textures/Materials/AboutObjectsToBuild.mat +0 -27
  1188. package/Samples~/Tutorial -basic-/Textures/Materials/AboutObjectsToBuild.mat.meta +0 -8
  1189. package/Samples~/Tutorial -basic-/Textures/Materials/AboutSkybox.mat +0 -27
  1190. package/Samples~/Tutorial -basic-/Textures/Materials/AboutSkybox.mat.meta +0 -8
  1191. package/Samples~/Tutorial -basic-/Textures/Materials/Alpha_OFF_Billboard_OFF.mat +0 -27
  1192. package/Samples~/Tutorial -basic-/Textures/Materials/Alpha_OFF_Billboard_OFF.mat.meta +0 -8
  1193. package/Samples~/Tutorial -basic-/Textures/Materials/Alpha_ON_Billboard_OFF.mat +0 -27
  1194. package/Samples~/Tutorial -basic-/Textures/Materials/Alpha_ON_Billboard_OFF.mat.meta +0 -8
  1195. package/Samples~/Tutorial -basic-/Textures/Materials/Alpha_ON_Billboard_ON.mat +0 -27
  1196. package/Samples~/Tutorial -basic-/Textures/Materials/Alpha_ON_Billboard_ON.mat.meta +0 -8
  1197. package/Samples~/Tutorial -basic-/Textures/Materials/EssentialComponentList.mat +0 -27
  1198. package/Samples~/Tutorial -basic-/Textures/Materials/EssentialComponentList.mat.meta +0 -8
  1199. package/Samples~/Tutorial -basic-/Textures/Materials/ZBias_0.mat +0 -27
  1200. package/Samples~/Tutorial -basic-/Textures/Materials/ZBias_0.mat.meta +0 -8
  1201. package/Samples~/Tutorial -basic-/Textures/Materials/ZBias_minus10.mat +0 -27
  1202. package/Samples~/Tutorial -basic-/Textures/Materials/ZBias_minus10.mat.meta +0 -8
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -79,7 +79,6 @@ namespace HIKKY.VketCloudSDK.Translation
79
79
  HEOWorldSetting_BasicInfo_UseAvatarClick,
80
80
  HEOWorldSetting_BasicInfo_PageTitle,
81
81
  HEOWorldSetting_BasicInfo_AvatarIconShow,
82
- HEOWorldSetting_BasicInfo_CameraPos,
83
82
  #endregion
84
83
 
85
84
  #region HEOWorldSetting/Rendering index=11000-11999
@@ -124,6 +123,13 @@ namespace HIKKY.VketCloudSDK.Translation
124
123
  HEOWorldSetting_Avatars_MotionName,
125
124
  #endregion
126
125
 
126
+ #region HEOWorldSetting/Camera index=13000-13999
127
+ HEOWorldSetting_Camera = 13000,
128
+ HEOWorldSetting_Camera_tps_near_offset_y,
129
+ HEOWorldSetting_Camera_tps_far_offset_y,
130
+ HEOWorldSetting_Camera_smoothing,
131
+ #endregion
132
+
127
133
  #endregion
128
134
 
129
135
  #region Action index=20000-29999
@@ -1,131 +1,136 @@
1
- %YAML 1.1
2
- %TAG !u! tag:unity3d.com,2011:
3
- --- !u!1 &4286429514677991143
4
- GameObject:
5
- m_ObjectHideFlags: 0
6
- m_CorrespondingSourceObject: {fileID: 0}
7
- m_PrefabInstance: {fileID: 0}
8
- m_PrefabAsset: {fileID: 0}
9
- serializedVersion: 6
10
- m_Component:
11
- - component: {fileID: 4286429514677991138}
12
- - component: {fileID: 4286429514677991139}
13
- - component: {fileID: 4286429514677991140}
14
- - component: {fileID: 4286429514677991141}
15
- - component: {fileID: 4286429514677991142}
16
- - component: {fileID: 5261005058744758890}
17
- m_Layer: 0
18
- m_Name: clickarea
19
- m_TagString: Untagged
20
- m_Icon: {fileID: 0}
21
- m_NavMeshLayer: 0
22
- m_StaticEditorFlags: 0
23
- m_IsActive: 1
24
- --- !u!4 &4286429514677991138
25
- Transform:
26
- m_ObjectHideFlags: 0
27
- m_CorrespondingSourceObject: {fileID: 0}
28
- m_PrefabInstance: {fileID: 0}
29
- m_PrefabAsset: {fileID: 0}
30
- m_GameObject: {fileID: 4286429514677991143}
31
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
32
- m_LocalPosition: {x: 0, y: 0, z: 0}
33
- m_LocalScale: {x: 1, y: 1, z: 1}
34
- m_Children: []
35
- m_Father: {fileID: 0}
36
- m_RootOrder: 0
37
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
38
- --- !u!33 &4286429514677991139
39
- MeshFilter:
40
- m_ObjectHideFlags: 0
41
- m_CorrespondingSourceObject: {fileID: 0}
42
- m_PrefabInstance: {fileID: 0}
43
- m_PrefabAsset: {fileID: 0}
44
- m_GameObject: {fileID: 4286429514677991143}
45
- m_Mesh: {fileID: 10202, guid: 0000000000000000e000000000000000, type: 0}
46
- --- !u!23 &4286429514677991140
47
- MeshRenderer:
48
- m_ObjectHideFlags: 0
49
- m_CorrespondingSourceObject: {fileID: 0}
50
- m_PrefabInstance: {fileID: 0}
51
- m_PrefabAsset: {fileID: 0}
52
- m_GameObject: {fileID: 4286429514677991143}
53
- m_Enabled: 0
54
- m_CastShadows: 1
55
- m_ReceiveShadows: 1
56
- m_DynamicOccludee: 1
57
- m_MotionVectors: 1
58
- m_LightProbeUsage: 1
59
- m_ReflectionProbeUsage: 1
60
- m_RayTracingMode: 2
61
- m_RenderingLayerMask: 1
62
- m_RendererPriority: 0
63
- m_Materials:
64
- - {fileID: 10303, guid: 0000000000000000f000000000000000, type: 0}
65
- m_StaticBatchInfo:
66
- firstSubMesh: 0
67
- subMeshCount: 0
68
- m_StaticBatchRoot: {fileID: 0}
69
- m_ProbeAnchor: {fileID: 0}
70
- m_LightProbeVolumeOverride: {fileID: 0}
71
- m_ScaleInLightmap: 1
72
- m_ReceiveGI: 1
73
- m_PreserveUVs: 0
74
- m_IgnoreNormalsForChartDetection: 0
75
- m_ImportantGI: 0
76
- m_StitchLightmapSeams: 1
77
- m_SelectedEditorRenderState: 3
78
- m_MinimumChartSize: 4
79
- m_AutoUVMaxDistance: 0.5
80
- m_AutoUVMaxAngle: 89
81
- m_LightmapParameters: {fileID: 0}
82
- m_SortingLayerID: 0
83
- m_SortingLayer: 0
84
- m_SortingOrder: 0
85
- --- !u!65 &4286429514677991141
86
- BoxCollider:
87
- m_ObjectHideFlags: 0
88
- m_CorrespondingSourceObject: {fileID: 0}
89
- m_PrefabInstance: {fileID: 0}
90
- m_PrefabAsset: {fileID: 0}
91
- m_GameObject: {fileID: 4286429514677991143}
92
- m_Material: {fileID: 0}
93
- m_IsTrigger: 0
94
- m_Enabled: 1
95
- serializedVersion: 2
96
- m_Size: {x: 1, y: 1, z: 1}
97
- m_Center: {x: 0, y: 0, z: 0}
98
- --- !u!114 &4286429514677991142
99
- MonoBehaviour:
100
- m_ObjectHideFlags: 0
101
- m_CorrespondingSourceObject: {fileID: 0}
102
- m_PrefabInstance: {fileID: 0}
103
- m_PrefabAsset: {fileID: 0}
104
- m_GameObject: {fileID: 4286429514677991143}
105
- m_Enabled: 1
106
- m_EditorHideFlags: 0
107
- m_Script: {fileID: 11500000, guid: 835ad16074c5ab147b72038e105ce0ee, type: 3}
108
- m_Name:
109
- m_EditorClassIdentifier:
110
- _areacollider:
111
- name:
112
- actions: []
113
- leaveactions: []
114
- isActionsFoldout: 1
115
- isLeaveActionsFoldout: 1
116
- references:
117
- version: 1
118
- --- !u!114 &5261005058744758890
119
- MonoBehaviour:
120
- m_ObjectHideFlags: 0
121
- m_CorrespondingSourceObject: {fileID: 0}
122
- m_PrefabInstance: {fileID: 0}
123
- m_PrefabAsset: {fileID: 0}
124
- m_GameObject: {fileID: 4286429514677991143}
125
- m_Enabled: 1
126
- m_EditorHideFlags: 0
127
- m_Script: {fileID: 11500000, guid: 2a604c238b2eea54ea8641c1dde88c44, type: 3}
128
- m_Name:
129
- m_EditorClassIdentifier:
130
- colliderType: 2
131
- colliderTarget: -1
1
+ %YAML 1.1
2
+ %TAG !u! tag:unity3d.com,2011:
3
+ --- !u!1 &4286429514677991143
4
+ GameObject:
5
+ m_ObjectHideFlags: 0
6
+ m_CorrespondingSourceObject: {fileID: 0}
7
+ m_PrefabInstance: {fileID: 0}
8
+ m_PrefabAsset: {fileID: 0}
9
+ serializedVersion: 6
10
+ m_Component:
11
+ - component: {fileID: 4286429514677991138}
12
+ - component: {fileID: 4286429514677991139}
13
+ - component: {fileID: 4286429514677991140}
14
+ - component: {fileID: 4286429514677991141}
15
+ - component: {fileID: 4286429514677991142}
16
+ - component: {fileID: 5261005058744758890}
17
+ m_Layer: 0
18
+ m_Name: clickarea
19
+ m_TagString: Untagged
20
+ m_Icon: {fileID: 0}
21
+ m_NavMeshLayer: 0
22
+ m_StaticEditorFlags: 0
23
+ m_IsActive: 1
24
+ --- !u!4 &4286429514677991138
25
+ Transform:
26
+ m_ObjectHideFlags: 0
27
+ m_CorrespondingSourceObject: {fileID: 0}
28
+ m_PrefabInstance: {fileID: 0}
29
+ m_PrefabAsset: {fileID: 0}
30
+ m_GameObject: {fileID: 4286429514677991143}
31
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
32
+ m_LocalPosition: {x: 0, y: 0, z: 0}
33
+ m_LocalScale: {x: 1, y: 1, z: 1}
34
+ m_Children: []
35
+ m_Father: {fileID: 0}
36
+ m_RootOrder: 0
37
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
38
+ --- !u!33 &4286429514677991139
39
+ MeshFilter:
40
+ m_ObjectHideFlags: 0
41
+ m_CorrespondingSourceObject: {fileID: 0}
42
+ m_PrefabInstance: {fileID: 0}
43
+ m_PrefabAsset: {fileID: 0}
44
+ m_GameObject: {fileID: 4286429514677991143}
45
+ m_Mesh: {fileID: 10202, guid: 0000000000000000e000000000000000, type: 0}
46
+ --- !u!23 &4286429514677991140
47
+ MeshRenderer:
48
+ m_ObjectHideFlags: 0
49
+ m_CorrespondingSourceObject: {fileID: 0}
50
+ m_PrefabInstance: {fileID: 0}
51
+ m_PrefabAsset: {fileID: 0}
52
+ m_GameObject: {fileID: 4286429514677991143}
53
+ m_Enabled: 0
54
+ m_CastShadows: 1
55
+ m_ReceiveShadows: 1
56
+ m_DynamicOccludee: 1
57
+ m_MotionVectors: 1
58
+ m_LightProbeUsage: 1
59
+ m_ReflectionProbeUsage: 1
60
+ m_RayTracingMode: 2
61
+ m_RenderingLayerMask: 1
62
+ m_RendererPriority: 0
63
+ m_Materials:
64
+ - {fileID: 10303, guid: 0000000000000000f000000000000000, type: 0}
65
+ m_StaticBatchInfo:
66
+ firstSubMesh: 0
67
+ subMeshCount: 0
68
+ m_StaticBatchRoot: {fileID: 0}
69
+ m_ProbeAnchor: {fileID: 0}
70
+ m_LightProbeVolumeOverride: {fileID: 0}
71
+ m_ScaleInLightmap: 1
72
+ m_ReceiveGI: 1
73
+ m_PreserveUVs: 0
74
+ m_IgnoreNormalsForChartDetection: 0
75
+ m_ImportantGI: 0
76
+ m_StitchLightmapSeams: 1
77
+ m_SelectedEditorRenderState: 3
78
+ m_MinimumChartSize: 4
79
+ m_AutoUVMaxDistance: 0.5
80
+ m_AutoUVMaxAngle: 89
81
+ m_LightmapParameters: {fileID: 0}
82
+ m_SortingLayerID: 0
83
+ m_SortingLayer: 0
84
+ m_SortingOrder: 0
85
+ --- !u!65 &4286429514677991141
86
+ BoxCollider:
87
+ m_ObjectHideFlags: 0
88
+ m_CorrespondingSourceObject: {fileID: 0}
89
+ m_PrefabInstance: {fileID: 0}
90
+ m_PrefabAsset: {fileID: 0}
91
+ m_GameObject: {fileID: 4286429514677991143}
92
+ m_Material: {fileID: 0}
93
+ m_IsTrigger: 0
94
+ m_Enabled: 1
95
+ serializedVersion: 2
96
+ m_Size: {x: 1, y: 1, z: 1}
97
+ m_Center: {x: 0, y: 0, z: 0}
98
+ --- !u!114 &4286429514677991142
99
+ MonoBehaviour:
100
+ m_ObjectHideFlags: 0
101
+ m_CorrespondingSourceObject: {fileID: 0}
102
+ m_PrefabInstance: {fileID: 0}
103
+ m_PrefabAsset: {fileID: 0}
104
+ m_GameObject: {fileID: 4286429514677991143}
105
+ m_Enabled: 1
106
+ m_EditorHideFlags: 0
107
+ m_Script: {fileID: 2085446002, guid: aceab675429f9e946b912a758820ab12, type: 3}
108
+ m_Name:
109
+ m_EditorClassIdentifier:
110
+ _areacollider:
111
+ name:
112
+ actions: []
113
+ leaveactions: []
114
+ isActionsFoldout: 0
115
+ isLeaveActionsFoldout: 0
116
+ references:
117
+ version: 1
118
+ --- !u!114 &5261005058744758890
119
+ MonoBehaviour:
120
+ m_ObjectHideFlags: 0
121
+ m_CorrespondingSourceObject: {fileID: 0}
122
+ m_PrefabInstance: {fileID: 0}
123
+ m_PrefabAsset: {fileID: 0}
124
+ m_GameObject: {fileID: 4286429514677991143}
125
+ m_Enabled: 1
126
+ m_EditorHideFlags: 0
127
+ m_Script: {fileID: 2071383932, guid: ca1aa7d1d59ba5441a90a9fe197ef540, type: 3}
128
+ m_Name:
129
+ m_EditorClassIdentifier:
130
+ colliderType: 2
131
+ colliderTarget: -1
132
+ usePhysics: 0
133
+ Fixed: 0
134
+ EnableBody: 1
135
+ mass: 1
136
+ restitution: 1
@@ -1,116 +1,116 @@
1
- %YAML 1.1
2
- %TAG !u! tag:unity3d.com,2011:
3
- --- !u!1 &1565645887851361500
4
- GameObject:
5
- m_ObjectHideFlags: 0
6
- m_CorrespondingSourceObject: {fileID: 0}
7
- m_PrefabInstance: {fileID: 0}
8
- m_PrefabAsset: {fileID: 0}
9
- serializedVersion: 6
10
- m_Component:
11
- - component: {fileID: 5751326152234720254}
12
- - component: {fileID: 2627281267628155554}
13
- - component: {fileID: 5989643278773145573}
14
- - component: {fileID: 2102643440815892544}
15
- m_Layer: 0
16
- m_Name: guideframe
17
- m_TagString: Untagged
18
- m_Icon: {fileID: 0}
19
- m_NavMeshLayer: 0
20
- m_StaticEditorFlags: 0
21
- m_IsActive: 1
22
- --- !u!4 &5751326152234720254
23
- Transform:
24
- m_ObjectHideFlags: 0
25
- m_CorrespondingSourceObject: {fileID: 0}
26
- m_PrefabInstance: {fileID: 0}
27
- m_PrefabAsset: {fileID: 0}
28
- m_GameObject: {fileID: 1565645887851361500}
29
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
30
- m_LocalPosition: {x: 0, y: 0, z: 0}
31
- m_LocalScale: {x: 1, y: 1, z: 1}
32
- m_Children: []
33
- m_Father: {fileID: 0}
34
- m_RootOrder: 0
35
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
36
- --- !u!33 &2627281267628155554
37
- MeshFilter:
38
- m_ObjectHideFlags: 0
39
- m_CorrespondingSourceObject: {fileID: 0}
40
- m_PrefabInstance: {fileID: 0}
41
- m_PrefabAsset: {fileID: 0}
42
- m_GameObject: {fileID: 1565645887851361500}
43
- m_Mesh: {fileID: 2411990738368193443, guid: fc5787db1331de640843e8898a50c0dc, type: 3}
44
- --- !u!23 &5989643278773145573
45
- MeshRenderer:
46
- m_ObjectHideFlags: 0
47
- m_CorrespondingSourceObject: {fileID: 0}
48
- m_PrefabInstance: {fileID: 0}
49
- m_PrefabAsset: {fileID: 0}
50
- m_GameObject: {fileID: 1565645887851361500}
51
- m_Enabled: 1
52
- m_CastShadows: 1
53
- m_ReceiveShadows: 1
54
- m_DynamicOccludee: 1
55
- m_MotionVectors: 1
56
- m_LightProbeUsage: 1
57
- m_ReflectionProbeUsage: 1
58
- m_RayTracingMode: 2
59
- m_RenderingLayerMask: 1
60
- m_RendererPriority: 0
61
- m_Materials:
62
- - {fileID: 2100000, guid: 258d3ad6ad276bd4d9f5678ec457546d, type: 2}
63
- m_StaticBatchInfo:
64
- firstSubMesh: 0
65
- subMeshCount: 0
66
- m_StaticBatchRoot: {fileID: 0}
67
- m_ProbeAnchor: {fileID: 0}
68
- m_LightProbeVolumeOverride: {fileID: 0}
69
- m_ScaleInLightmap: 1
70
- m_ReceiveGI: 1
71
- m_PreserveUVs: 0
72
- m_IgnoreNormalsForChartDetection: 0
73
- m_ImportantGI: 0
74
- m_StitchLightmapSeams: 1
75
- m_SelectedEditorRenderState: 3
76
- m_MinimumChartSize: 4
77
- m_AutoUVMaxDistance: 0.5
78
- m_AutoUVMaxAngle: 89
79
- m_LightmapParameters: {fileID: 0}
80
- m_SortingLayerID: 0
81
- m_SortingLayer: 0
82
- m_SortingOrder: 0
83
- --- !u!114 &2102643440815892544
84
- MonoBehaviour:
85
- m_ObjectHideFlags: 0
86
- m_CorrespondingSourceObject: {fileID: 0}
87
- m_PrefabInstance: {fileID: 0}
88
- m_PrefabAsset: {fileID: 0}
89
- m_GameObject: {fileID: 1565645887851361500}
90
- m_Enabled: 1
91
- m_EditorHideFlags: 0
92
- m_Script: {fileID: 11500000, guid: c2747d0a48193a04287abfa854882e92, type: 3}
93
- m_Name:
94
- m_EditorClassIdentifier:
95
- _plane:
96
- name:
97
- filename:
98
- filenameen:
99
- pos:
100
- - 0
101
- - 0
102
- - 0
103
- rotate:
104
- - -0
105
- - 0
106
- - 0
107
- scale:
108
- - 1
109
- - 1
110
- - 1
111
- alphablending: 1
112
- billboard: 0
113
- zbias: 0
114
- show: 0
115
- textureInJP: {fileID: 2800000, guid: f481e6590ac5b5a4da618e98eb26802e, type: 3}
116
- textureInEN: {fileID: 2800000, guid: f481e6590ac5b5a4da618e98eb26802e, type: 3}
1
+ %YAML 1.1
2
+ %TAG !u! tag:unity3d.com,2011:
3
+ --- !u!1 &1565645887851361500
4
+ GameObject:
5
+ m_ObjectHideFlags: 0
6
+ m_CorrespondingSourceObject: {fileID: 0}
7
+ m_PrefabInstance: {fileID: 0}
8
+ m_PrefabAsset: {fileID: 0}
9
+ serializedVersion: 6
10
+ m_Component:
11
+ - component: {fileID: 5751326152234720254}
12
+ - component: {fileID: 2627281267628155554}
13
+ - component: {fileID: 5989643278773145573}
14
+ - component: {fileID: 2102643440815892544}
15
+ m_Layer: 0
16
+ m_Name: guideframe
17
+ m_TagString: Untagged
18
+ m_Icon: {fileID: 0}
19
+ m_NavMeshLayer: 0
20
+ m_StaticEditorFlags: 0
21
+ m_IsActive: 1
22
+ --- !u!4 &5751326152234720254
23
+ Transform:
24
+ m_ObjectHideFlags: 0
25
+ m_CorrespondingSourceObject: {fileID: 0}
26
+ m_PrefabInstance: {fileID: 0}
27
+ m_PrefabAsset: {fileID: 0}
28
+ m_GameObject: {fileID: 1565645887851361500}
29
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
30
+ m_LocalPosition: {x: 0, y: 0, z: 0}
31
+ m_LocalScale: {x: 1, y: 1, z: 1}
32
+ m_Children: []
33
+ m_Father: {fileID: 0}
34
+ m_RootOrder: 0
35
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
36
+ --- !u!33 &2627281267628155554
37
+ MeshFilter:
38
+ m_ObjectHideFlags: 0
39
+ m_CorrespondingSourceObject: {fileID: 0}
40
+ m_PrefabInstance: {fileID: 0}
41
+ m_PrefabAsset: {fileID: 0}
42
+ m_GameObject: {fileID: 1565645887851361500}
43
+ m_Mesh: {fileID: 2411990738368193443, guid: fc5787db1331de640843e8898a50c0dc, type: 3}
44
+ --- !u!23 &5989643278773145573
45
+ MeshRenderer:
46
+ m_ObjectHideFlags: 0
47
+ m_CorrespondingSourceObject: {fileID: 0}
48
+ m_PrefabInstance: {fileID: 0}
49
+ m_PrefabAsset: {fileID: 0}
50
+ m_GameObject: {fileID: 1565645887851361500}
51
+ m_Enabled: 1
52
+ m_CastShadows: 1
53
+ m_ReceiveShadows: 1
54
+ m_DynamicOccludee: 1
55
+ m_MotionVectors: 1
56
+ m_LightProbeUsage: 1
57
+ m_ReflectionProbeUsage: 1
58
+ m_RayTracingMode: 2
59
+ m_RenderingLayerMask: 1
60
+ m_RendererPriority: 0
61
+ m_Materials:
62
+ - {fileID: 2100000, guid: 258d3ad6ad276bd4d9f5678ec457546d, type: 2}
63
+ m_StaticBatchInfo:
64
+ firstSubMesh: 0
65
+ subMeshCount: 0
66
+ m_StaticBatchRoot: {fileID: 0}
67
+ m_ProbeAnchor: {fileID: 0}
68
+ m_LightProbeVolumeOverride: {fileID: 0}
69
+ m_ScaleInLightmap: 1
70
+ m_ReceiveGI: 1
71
+ m_PreserveUVs: 0
72
+ m_IgnoreNormalsForChartDetection: 0
73
+ m_ImportantGI: 0
74
+ m_StitchLightmapSeams: 1
75
+ m_SelectedEditorRenderState: 3
76
+ m_MinimumChartSize: 4
77
+ m_AutoUVMaxDistance: 0.5
78
+ m_AutoUVMaxAngle: 89
79
+ m_LightmapParameters: {fileID: 0}
80
+ m_SortingLayerID: 0
81
+ m_SortingLayer: 0
82
+ m_SortingOrder: 0
83
+ --- !u!114 &2102643440815892544
84
+ MonoBehaviour:
85
+ m_ObjectHideFlags: 0
86
+ m_CorrespondingSourceObject: {fileID: 0}
87
+ m_PrefabInstance: {fileID: 0}
88
+ m_PrefabAsset: {fileID: 0}
89
+ m_GameObject: {fileID: 1565645887851361500}
90
+ m_Enabled: 1
91
+ m_EditorHideFlags: 0
92
+ m_Script: {fileID: -894626317, guid: aceab675429f9e946b912a758820ab12, type: 3}
93
+ m_Name:
94
+ m_EditorClassIdentifier:
95
+ _plane:
96
+ name:
97
+ filename:
98
+ filenameen:
99
+ pos:
100
+ - 0
101
+ - 0
102
+ - 0
103
+ rotate:
104
+ - -0
105
+ - 0
106
+ - 0
107
+ scale:
108
+ - 1
109
+ - 1
110
+ - 1
111
+ alphablending: 0
112
+ billboard: 0
113
+ zbias: 0
114
+ show: 0
115
+ textureInJP: {fileID: 2800000, guid: f481e6590ac5b5a4da618e98eb26802e, type: 3}
116
+ textureInEN: {fileID: 2800000, guid: f481e6590ac5b5a4da618e98eb26802e, type: 3}
@@ -464,9 +464,19 @@ MonoBehaviour:
464
464
  Text: String Mode
465
465
  - Item: 10007
466
466
  Text: Show Avatar Icon
467
- - Item: 10008
468
- Text: Camera Position
467
+ - Item: 13000
468
+ Text: Camera
469
469
  - Item: 32019
470
470
  Text: Access in HEOObject
471
471
  - Item: 32020
472
472
  Text: Target Object Name
473
+ - Item: 13001
474
+ Text: near Offset (y-axis)
475
+ - Item: 13002
476
+ Text: far Offset (y-axis)
477
+ - Item: 13003
478
+ Text: smoothing
479
+ - Item: 20064
480
+ Text: Name
481
+ - Item: 20065
482
+ Text: Params
@@ -412,9 +412,9 @@ MonoBehaviour:
412
412
  \u4ED6\u306E\u30A2\u30C9\u30EC\u30B9\u3092\u8A66\u3059\\n- \u30B5\u30FC\u30D0\u30FC\u304C\u8D77\u52D5\u3057\u3066\u3044\u308B\u3053\u3068\u3092\u78BA\u8A8D\u3059\u308B\\n-
413
413
  \u30D5\u30A1\u30A4\u30A2\u30A6\u30A9\u30FC\u30EB\u8A2D\u5B9A\u3092\u898B\u76F4\u3059\\n\u306A\u3069\u3092\u78BA\u8A8D\u3057\u3066\u4E0B\u3055\u3044\u3002"
414
414
  - Item: 20047
415
- Text:
415
+ Text: "\u540D\u524D"
416
416
  - Item: 20048
417
- Text:
417
+ Text: "\u30C6\u30AD\u30B9\u30C8"
418
418
  - Item: 20049
419
419
  Text: "\u5909\u6570\u540D"
420
420
  - Item: 20050
@@ -428,7 +428,7 @@ MonoBehaviour:
428
428
  - Item: 20054
429
429
  Text: "\u5024"
430
430
  - Item: 20055
431
- Text:
431
+ Text: "\u756A\u53F7"
432
432
  - Item: 20056
433
433
  Text: "\u30E2\u30FC\u30B7\u30E7\u30F3\u540D"
434
434
  - Item: 20057
@@ -452,20 +452,34 @@ MonoBehaviour:
452
452
  - Item: 20063
453
453
  Text: "\u6642\u9593"
454
454
  - Item: 11015
455
- Text:
455
+ Text: "\u30D6\u30EB\u30FC\u30E0\u5F37\u5EA6"
456
456
  - Item: 11016
457
- Text:
457
+ Text: "\u95BE\u5024"
458
458
  - Item: 32016
459
- Text:
459
+ Text: "\u30D3\u30C7\u30AA\u30D1\u30B9\u30E2\u30FC\u30C9"
460
460
  - Item: 32017
461
- Text:
461
+ Text: "\u30D3\u30C7\u30AA\u30AF\u30EA\u30C3\u30D7\u30E2\u30FC\u30C9"
462
462
  - Item: 32018
463
- Text:
463
+ Text: "\u30C6\u30AD\u30B9\u30C8\u8A18\u5165\u30E2\u30FC\u30C9"
464
464
  - Item: 10007
465
- Text:
466
- - Item: 10008
467
- Text:
465
+ Text: "\u30A2\u30D0\u30BF\u30FC\u30A2\u30A4\u30B3\u30F3\u8868\u793A"
466
+ - Item: 13000
467
+ Text: "\u30AB\u30E1\u30E9"
468
468
  - Item: 32019
469
469
  Text: "HEOObject\u5185\u306E\u30DE\u30C6\u30EA\u30A2\u30EB\u306B\u30A2\u30AF\u30BB\u30B9\u3059\u308B"
470
470
  - Item: 32020
471
471
  Text: "\u5BFE\u8C61\u30AA\u30D6\u30B8\u30A7\u30AF\u30C8\u540D"
472
+ - Item: 13000
473
+ Text: "\u30AB\u30E1\u30E9"
474
+ - Item: 13001
475
+ Text: "\u8FD1\u508D\u30AA\u30D5\u30BB\u30C3\u30C8"
476
+ - Item: 13002
477
+ Text: "\u9060\u65B9\u30AA\u30D5\u30BB\u30C3\u30C8"
478
+ - Item: 13003
479
+ Text: "\u30B9\u30E0\u30FC\u30BA"
480
+ - Item: 13000
481
+ Text: "\u30AB\u30E1\u30E9"
482
+ - Item: 20064
483
+ Text: "\u540D\u524D"
484
+ - Item: 20065
485
+ Text: "\u30D1\u30E9\u30E1\u30FC\u30BF"
@@ -289,8 +289,6 @@
289
289
  },
290
290
  "GUIAction" :[
291
291
  {"Func":{"Name":"calljs","Type":"push_presetavatar_button","Param":""}},
292
- {"SetShowGUI" : {"Name" : "config_avatar_select","Show" : false}},
293
- {"SetShowGUI" : {"Name" : "config_myavatar_select","Show" : true}}
294
292
 
295
293
  {"SetShowLayer" : {"Name" : "config_setting","Show" : false}},
296
294
  {"SetShowLayer" : {"Name" : "config_setting_po","Show" : false}},