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.
- package/HIKKY.VketCloudSDK.Builder.Components.dll +0 -0
- package/HIKKY.VketCloudSDK.Builder.Implements.dll +0 -0
- package/HIKKY.VketCloudSDK.Builder.dll +0 -0
- package/HIKKY.VketCloudSDK.Common.dll +0 -0
- package/HIKKY.VketCloudSDK.Editor.ComponentLayout.dll +0 -0
- package/HIKKY.VketCloudSDK.HEMExporterEditor.dll +0 -0
- package/HIKKY.VketCloudSDK.HEOExporter.dll +0 -0
- package/HIKKY.VketCloudSDK.HEOExporterEditor.dll +0 -0
- package/HIKKY.VketCloudSDK.Importer.dll +0 -0
- package/HIKKY.VketCloudSDK.Menu.dll +0 -0
- package/HIKKY.VketCloudSDK.ServerLauncher.dll +0 -0
- package/HIKKY.VketCloudSDK.dll +0 -0
- package/LanguageTranslator/TranslationDatabase.cs +7 -1
- package/PackageResources/data/prefab/clickarea.prefab +136 -131
- package/PackageResources/data/prefab/guideframe.prefab +116 -116
- package/PackageResources/data/translations/EN.asset +12 -2
- package/PackageResources/data/translations/JP.asset +25 -11
- package/PackageResources/project~/data/Canvas/landscape/config_common.json +0 -2
- package/PackageResources/project~/data/Canvas/landscape/config_myavatar.json +206 -7
- package/PackageResources/project~/data/Canvas/portrait/config_common.json +0 -2
- package/PackageResources/project~/data/Canvas/portrait/config_myavatar.json +103 -4
- package/PackageResources/project~/data/{Field → HeliScript}/.gitkeep +0 -0
- package/PackageResources/project~/data/gui/config/avatar/config_avatar_chara_lessermokuri.png +0 -0
- package/PackageResources/project~/data/gui/config/avatar/config_avatar_chara_lessermokuri_en.png +0 -0
- package/PackageResources/project~/data/gui/config/avatar/config_avatar_chara_vketcecil.png +0 -0
- package/PackageResources/project~/data/gui/config/avatar/config_avatar_chara_vketcecil_en.png +0 -0
- package/PackageResources/project~/data/gui/config/avatar/config_avatar_chara_vketchan2.png +0 -0
- package/PackageResources/project~/data/gui/config/avatar/config_avatar_chara_vketchan2_en.png +0 -0
- package/PackageResources/project~/data/heliodor.js +1 -1
- package/PackageResources/project~/data/heliodor.wasm +0 -0
- package/PackageResources/project~/data/heliodor_lib.js +1879 -0
- package/PackageResources/project~/data/heliodor_pre.js +94 -17
- package/PackageResources/project~/data/heliodor_pre.js.map +7 -0
- package/PackageResources/project~/data/heliodor_skyway.js +518 -0
- package/PackageResources/project~/data/heliodor_xr.js +634 -0
- package/PackageResources/project~/data/scripts/guis/dataLayers/avatarManager.mjs +195 -1
- package/PackageResources/project~/data/scripts/guis/viewModels/avatars/configAvatarMenuViewModel.mjs +4 -2
- package/PackageResources/project~/data/scripts/logics/engineOps/configAvatarOps.mjs +11 -4
- package/PackageResources/project~/data/scripts/logics/repositories/assetsRepository.mjs +1 -1
- package/PackageResources/project~/data/viewBootStrap.mjs +8 -1
- package/PackageResources/tools/HEAPack/HEAPack.py +85 -0
- package/PackageResources/tools/HEAPack/HEAPack.py.meta +7 -0
- package/PackageResources/tools/HEAPack/HEAUnpack.py +73 -0
- package/PackageResources/tools/HEAPack/HEAUnpack.py.meta +7 -0
- package/PackageResources/tools/HEAPack/README.md +56 -0
- package/PackageResources/tools/HEAPack/README.md.meta +7 -0
- package/PackageResources/tools/HEAPack/in/test/Default.hep +0 -0
- package/PackageResources/tools/HEAPack/in/test/Default.hep.meta +10 -0
- package/PackageResources/tools/HEAPack/in/test/tex/Texture000.png +0 -0
- package/PackageResources/tools/HEAPack/in/test/tex/Texture000.png.meta +92 -0
- package/PackageResources/tools/HEAPack/in/test/tex.meta +8 -0
- package/PackageResources/tools/HEAPack/in/test.meta +8 -0
- package/PackageResources/tools/HEAPack/in.meta +8 -0
- package/PackageResources/tools/HEAPack.meta +8 -0
- package/PackageResources/tools/HEOTexComp/HEOTexComp.py +516 -0
- package/PackageResources/tools/HEOTexComp/HEOTexComp.py.meta +7 -0
- package/PackageResources/tools/HEOTexComp_Python/HEOTexComp.py +516 -0
- package/PackageResources/tools/HEOTexComp_Python/HEOTexComp.py.meta +7 -0
- package/PackageResources/tools/HEOTexComp_Python/HEOTexComp_Python.pyproj +35 -0
- package/PackageResources/tools/HEOTexComp_Python/HEOTexComp_Python.pyproj.meta +7 -0
- package/PackageResources/tools/HEOTexComp_Python/HEOTexComp_Python.pyproj.user +6 -0
- package/PackageResources/tools/HEOTexComp_Python/HEOTexComp_Python.pyproj.user.meta +7 -0
- package/PackageResources/tools/HEOTexComp_Python/copypy_sdk.bat +1 -0
- package/PackageResources/tools/HEOTexComp_Python/copypy_sdk.bat.meta +7 -0
- package/PackageResources/tools/HEOTexComp_Python.meta +8 -0
- package/PackageResources/tools/HEPTexComp/HEPTexComp.py +272 -0
- package/PackageResources/tools/HEPTexComp/HEPTexComp.py.meta +7 -0
- package/PackageResources/tools/HEPTexComp/HEPTexComp.pyproj +35 -0
- package/PackageResources/tools/HEPTexComp/HEPTexComp.pyproj.meta +7 -0
- package/PackageResources/tools/HEPTexComp/copypy_sdk.bat +1 -0
- package/PackageResources/tools/HEPTexComp/copypy_sdk.bat.meta +7 -0
- package/PackageResources/tools/HEPTexComp.meta +8 -0
- package/PackageResources/tools/ParticleEditor/data/heliodor.js +1 -1
- package/PackageResources/tools/ParticleEditor/data/heliodor.wasm +0 -0
- package/PackageResources/tools/ParticleEditor/data/heliodor_front.js +11 -2
- package/PackageResources/tools/ParticleEditor/data/heliodor_pre.js +396 -73
- package/PackageResources/tools/ParticleEditor/data/heliodor_pre.js.map +7 -0
- package/PackageResources/tools/ParticleEditor/data/heliodor_pre.js.map.meta +7 -0
- package/Rooting/PathManager.cs +16 -11
- package/Samples~/Tutorial -action-/HEOObjects/HEOClickableWarpSphere/HEOTargetClickable_ActionSphere.heo +0 -0
- package/Samples~/Tutorial -action-/HEOObjects/HEOClickableWarpSphere/HEOTargetClickable_ActionSphere.heo.meta +11 -0
- package/Samples~/Tutorial -action-/HEOObjects/HEOClickableWarpSphere/HEOTargetClickable_ActionSphere_astc.bat +3 -0
- package/Samples~/Tutorial -action-/HEOObjects/HEOClickableWarpSphere/HEOTargetClickable_ActionSphere_astc.bat.meta +7 -0
- package/Samples~/Tutorial -action-/HEOObjects/HEOClickableWarpSphere/HEOTargetClickable_ActionSphere_dxt.bat +3 -0
- package/Samples~/Tutorial -action-/HEOObjects/HEOClickableWarpSphere/HEOTargetClickable_ActionSphere_dxt.bat.meta +7 -0
- package/Samples~/Tutorial -action-/HEOObjects/HEOClickableWarpSphere/HEOTargetClickable_ActionSphere_etc2.bat +4 -0
- package/Samples~/Tutorial -action-/HEOObjects/HEOClickableWarpSphere/HEOTargetClickable_ActionSphere_etc2.bat.meta +7 -0
- package/Samples~/Tutorial -action-/HEOObjects/HEOClickableWarpSphere.meta +8 -0
- package/Samples~/Tutorial -action-/HEOObjects/HEOCube/HEOCube.heo +0 -0
- package/Samples~/Tutorial -action-/HEOObjects/HEOCube/HEOCube.heo.meta +11 -0
- package/Samples~/Tutorial -action-/HEOObjects/HEOCube/HEOCube_astc.bat +3 -0
- package/Samples~/Tutorial -action-/HEOObjects/HEOCube/HEOCube_astc.bat.meta +7 -0
- package/Samples~/Tutorial -action-/HEOObjects/HEOCube/HEOCube_dxt.bat +3 -0
- package/Samples~/Tutorial -action-/HEOObjects/HEOCube/HEOCube_dxt.bat.meta +7 -0
- package/Samples~/Tutorial -action-/HEOObjects/HEOCube/HEOCube_etc2.bat +4 -0
- package/Samples~/Tutorial -action-/HEOObjects/HEOCube/HEOCube_etc2.bat.meta +7 -0
- package/Samples~/Tutorial -action-/HEOObjects/HEOCube.meta +8 -0
- package/Samples~/Tutorial -action-/HEOObjects/HEOLODObject/LODBaseObjects.heo +0 -0
- package/Samples~/Tutorial -action-/HEOObjects/HEOLODObject/LODBaseObjects.heo.meta +11 -0
- package/Samples~/Tutorial -action-/HEOObjects/HEOLODObject/LODBaseObjects_astc.bat +3 -0
- package/Samples~/Tutorial -action-/HEOObjects/HEOLODObject/LODBaseObjects_astc.bat.meta +7 -0
- package/Samples~/Tutorial -action-/HEOObjects/HEOLODObject/LODBaseObjects_dxt.bat +3 -0
- package/Samples~/Tutorial -action-/HEOObjects/HEOLODObject/LODBaseObjects_dxt.bat.meta +7 -0
- package/Samples~/Tutorial -action-/HEOObjects/HEOLODObject/LODBaseObjects_etc2.bat +4 -0
- package/Samples~/Tutorial -action-/HEOObjects/HEOLODObject/LODBaseObjects_etc2.bat.meta +7 -0
- package/Samples~/Tutorial -action-/HEOObjects/HEOLODObject.meta +8 -0
- package/Samples~/Tutorial -action-/HEOObjects/HEONonLoopParticle/HEONonLoopParticle.hep +0 -0
- package/Samples~/Tutorial -action-/HEOObjects/HEONonLoopParticle/HEONonLoopParticle.hep.meta +10 -0
- package/Samples~/Tutorial -action-/HEOObjects/HEONonLoopParticle/tex/Texture000.png +0 -0
- package/Samples~/Tutorial -action-/HEOObjects/HEONonLoopParticle/tex/Texture000.png.meta +92 -0
- package/Samples~/Tutorial -action-/HEOObjects/HEONonLoopParticle/tex.meta +8 -0
- package/Samples~/Tutorial -action-/HEOObjects/HEONonLoopParticle.meta +8 -0
- package/Samples~/Tutorial -action-/HEOObjects/HEOShakeMotion/HEMShake.hem +0 -0
- package/Samples~/Tutorial -action-/HEOObjects/HEOShakeMotion/HEMShake.hem.meta +11 -0
- package/Samples~/Tutorial -action-/HEOObjects/HEOShakeMotion.meta +8 -0
- package/Samples~/Tutorial -action-/HEOObjects.meta +8 -0
- package/Samples~/Tutorial -action-/Materials/D0-0-3_R0-0-0.mat +77 -0
- package/Samples~/Tutorial -action-/Materials/D0-0-3_R0-0-0.mat.meta +8 -0
- package/Samples~/Tutorial -action-/Materials/D0-3-0_R0-0-0.mat +77 -0
- package/Samples~/Tutorial -action-/Materials/D0-3-0_R0-0-0.mat.meta +8 -0
- package/Samples~/Tutorial -action-/Materials/D3-0-0_R0-0-0.mat +77 -0
- package/Samples~/Tutorial -action-/Materials/D3-0-0_R0-0-0.mat.meta +8 -0
- package/Samples~/Tutorial -action-/Materials/D3-0-0_R0-45-0.mat +77 -0
- package/Samples~/Tutorial -action-/Materials/D3-0-0_R0-45-0.mat.meta +8 -0
- package/Samples~/Tutorial -action-/Materials/EnableDisableClickableNode/AboutActionEnableDisableClickableNode.mat +77 -0
- package/Samples~/Tutorial -action-/Materials/EnableDisableClickableNode/AboutActionEnableDisableClickableNode.mat.meta +8 -0
- package/Samples~/Tutorial -action-/Materials/EnableDisableClickableNode.meta +8 -0
- package/Samples~/Tutorial -action-/Materials/EnterLeaveVoiceGroup/AboutActionEnterLeaveVoiceGroup.mat +77 -0
- package/Samples~/Tutorial -action-/Materials/EnterLeaveVoiceGroup/AboutActionEnterLeaveVoiceGroup.mat.meta +8 -0
- package/Samples~/Tutorial -action-/Materials/EnterLeaveVoiceGroup.meta +8 -0
- package/Samples~/Tutorial -action-/Materials/FadeOutIn/AboutActionFadeOutIn.mat +77 -0
- package/Samples~/Tutorial -action-/Materials/FadeOutIn/AboutActionFadeOutIn.mat.meta +8 -0
- package/Samples~/Tutorial -action-/Materials/FadeOutIn.meta +8 -0
- package/Samples~/Tutorial -action-/Materials/Hide.mat +77 -0
- package/Samples~/Tutorial -action-/Materials/Hide.mat.meta +8 -0
- package/Samples~/Tutorial -action-/Materials/InTime2.mat +77 -0
- package/Samples~/Tutorial -action-/Materials/InTime2.mat.meta +8 -0
- package/Samples~/Tutorial -action-/Materials/Motion/AboutActionMotion.mat +77 -0
- package/Samples~/Tutorial -action-/Materials/Motion/AboutActionMotion.mat.meta +8 -0
- package/Samples~/Tutorial -action-/Materials/Motion/MotionShake.mat +77 -0
- package/Samples~/Tutorial -action-/Materials/Motion/MotionShake.mat.meta +8 -0
- package/Samples~/Tutorial -action-/Materials/Motion/NextMotionShake.mat +77 -0
- package/Samples~/Tutorial -action-/Materials/Motion/NextMotionShake.mat.meta +8 -0
- package/Samples~/Tutorial -action-/Materials/Motion.meta +8 -0
- package/Samples~/Tutorial -action-/Materials/MoveTo/AboutActionMoveTo.mat +77 -0
- package/Samples~/Tutorial -action-/Materials/MoveTo/AboutActionMoveTo.mat.meta +8 -0
- package/Samples~/Tutorial -action-/Materials/MoveTo/ActionSphere_D0-0--3.mat +77 -0
- package/Samples~/Tutorial -action-/Materials/MoveTo/ActionSphere_D0-0--3.mat.meta +8 -0
- package/Samples~/Tutorial -action-/Materials/MoveTo/ActionSphere_D0-0-3.mat +77 -0
- package/Samples~/Tutorial -action-/Materials/MoveTo/ActionSphere_D0-0-3.mat.meta +8 -0
- package/Samples~/Tutorial -action-/Materials/MoveTo/ActionSphere_D3-0-0.mat +77 -0
- package/Samples~/Tutorial -action-/Materials/MoveTo/ActionSphere_D3-0-0.mat.meta +8 -0
- package/Samples~/Tutorial -action-/Materials/MoveTo/Unlit_Transparent.shader +31 -0
- package/Samples~/Tutorial -action-/Materials/MoveTo/Unlit_Transparent.shader.meta +9 -0
- package/Samples~/Tutorial -action-/Materials/MoveTo/roundframeBlue.mat +28 -0
- package/Samples~/Tutorial -action-/Materials/MoveTo/roundframeBlue.mat.meta +8 -0
- package/Samples~/Tutorial -action-/Materials/MoveTo/roundframeRed.mat +28 -0
- package/Samples~/Tutorial -action-/Materials/MoveTo/roundframeRed.mat.meta +8 -0
- package/Samples~/Tutorial -action-/Materials/MoveTo/roundframeYellow.mat +28 -0
- package/Samples~/Tutorial -action-/Materials/MoveTo/roundframeYellow.mat.meta +8 -0
- package/Samples~/Tutorial -action-/Materials/MoveTo.meta +8 -0
- package/Samples~/Tutorial -action-/Materials/OpenWeb/AboutActionOpenWeb.mat +77 -0
- package/Samples~/Tutorial -action-/Materials/OpenWeb/AboutActionOpenWeb.mat.meta +8 -0
- package/Samples~/Tutorial -action-/Materials/OpenWeb.meta +8 -0
- package/Samples~/Tutorial -action-/Materials/OutInTime2.mat +77 -0
- package/Samples~/Tutorial -action-/Materials/OutInTime2.mat.meta +8 -0
- package/Samples~/Tutorial -action-/Materials/OutTime2.mat +77 -0
- package/Samples~/Tutorial -action-/Materials/OutTime2.mat.meta +8 -0
- package/Samples~/Tutorial -action-/Materials/P0-0-3.mat +77 -0
- package/Samples~/Tutorial -action-/Materials/P0-0-3.mat.meta +8 -0
- package/Samples~/Tutorial -action-/Materials/P0-3-0.mat +77 -0
- package/Samples~/Tutorial -action-/Materials/P0-3-0.mat.meta +8 -0
- package/Samples~/Tutorial -action-/Materials/P3-0-0.mat +77 -0
- package/Samples~/Tutorial -action-/Materials/P3-0-0.mat.meta +8 -0
- package/Samples~/Tutorial -action-/Materials/Play.mat +77 -0
- package/Samples~/Tutorial -action-/Materials/Play.mat.meta +8 -0
- package/Samples~/Tutorial -action-/Materials/PlayStopItem/AboutActionPlayStopItem.mat +77 -0
- package/Samples~/Tutorial -action-/Materials/PlayStopItem/AboutActionPlayStopItem.mat.meta +8 -0
- package/Samples~/Tutorial -action-/Materials/PlayStopItem/ParticleQuad.mat +77 -0
- package/Samples~/Tutorial -action-/Materials/PlayStopItem/ParticleQuad.mat.meta +8 -0
- package/Samples~/Tutorial -action-/Materials/PlayStopItem/SoundQuad.mat +77 -0
- package/Samples~/Tutorial -action-/Materials/PlayStopItem/SoundQuad.mat.meta +8 -0
- package/Samples~/Tutorial -action-/Materials/PlayStopItem.meta +8 -0
- package/Samples~/Tutorial -action-/Materials/PlayStopObject/AboutActionPlayStopObject.mat +77 -0
- package/Samples~/Tutorial -action-/Materials/PlayStopObject/AboutActionPlayStopObject.mat.meta +8 -0
- package/Samples~/Tutorial -action-/Materials/PlayStopObject.meta +8 -0
- package/Samples~/Tutorial -action-/Materials/SetPosRelativePlayer/AboutActionSetPosRelativePlayer.mat +77 -0
- package/Samples~/Tutorial -action-/Materials/SetPosRelativePlayer/AboutActionSetPosRelativePlayer.mat.meta +8 -0
- package/Samples~/Tutorial -action-/Materials/SetPosRelativePlayer.meta +8 -0
- package/Samples~/Tutorial -action-/Materials/Show.mat +77 -0
- package/Samples~/Tutorial -action-/Materials/Show.mat.meta +8 -0
- package/Samples~/Tutorial -action-/Materials/ShowHideItem/AboutActionShowHideItem.mat +77 -0
- package/Samples~/Tutorial -action-/Materials/ShowHideItem/AboutActionShowHideItem.mat.meta +8 -0
- package/Samples~/Tutorial -action-/Materials/ShowHideItem.meta +8 -0
- package/Samples~/Tutorial -action-/Materials/ShowHideNode/AboutActionShowHideNode.mat +77 -0
- package/Samples~/Tutorial -action-/Materials/ShowHideNode/AboutActionShowHideNode.mat.meta +8 -0
- package/Samples~/Tutorial -action-/Materials/ShowHideNode.meta +8 -0
- package/Samples~/Tutorial -action-/Materials/ShowHideObject/AboutActionShowHideObject.mat +77 -0
- package/Samples~/Tutorial -action-/Materials/ShowHideObject/AboutActionShowHideObject.mat.meta +8 -0
- package/Samples~/Tutorial -action-/Materials/ShowHideObject.meta +8 -0
- package/Samples~/Tutorial -action-/Materials/Stop.mat +77 -0
- package/Samples~/Tutorial -action-/Materials/Stop.mat.meta +8 -0
- package/Samples~/Tutorial -action-/Materials/Time2.mat +77 -0
- package/Samples~/Tutorial -action-/Materials/Time2.mat.meta +8 -0
- package/Samples~/Tutorial -action-/Materials/URLToHIKKY.mat +77 -0
- package/Samples~/Tutorial -action-/Materials/URLToHIKKY.mat.meta +8 -0
- package/Samples~/Tutorial -action-/Materials/Wait/AboutActionWait.mat +77 -0
- package/Samples~/Tutorial -action-/Materials/Wait/AboutActionWait.mat.meta +8 -0
- package/Samples~/Tutorial -action-/Materials/Wait.meta +8 -0
- package/Samples~/Tutorial -action-/Materials/Warp/AboutActionWarp.mat +77 -0
- package/Samples~/Tutorial -action-/Materials/Warp/AboutActionWarp.mat.meta +8 -0
- package/Samples~/Tutorial -action-/Materials/Warp.meta +8 -0
- package/Samples~/Tutorial -action-/Materials/WhiteOutIn/AboutActionWhiteOutIn.mat +77 -0
- package/Samples~/Tutorial -action-/Materials/WhiteOutIn/AboutActionWhiteOutIn.mat.meta +8 -0
- package/Samples~/Tutorial -action-/Materials/WhiteOutIn.meta +8 -0
- package/Samples~/Tutorial -action-/Materials.meta +8 -0
- package/Samples~/Tutorial -action-/Scenes/EnableDisableClickableNode.unity +2998 -0
- package/Samples~/Tutorial -action-/Scenes/EnableDisableClickableNode.unity.meta +7 -0
- package/Samples~/Tutorial -action-/Scenes/EnableDisableCollider.unity +2998 -0
- package/Samples~/Tutorial -action-/Scenes/EnableDisableCollider.unity.meta +7 -0
- package/Samples~/Tutorial -action-/Scenes/EnterLeaveVoiceGroup.unity +1742 -0
- package/Samples~/Tutorial -action-/Scenes/EnterLeaveVoiceGroup.unity.meta +7 -0
- package/Samples~/Tutorial -action-/Scenes/FadeOutIn.unity +2150 -0
- package/Samples~/Tutorial -action-/Scenes/FadeOutIn.unity.meta +7 -0
- package/Samples~/Tutorial -action-/Scenes/HEOCube.prefab +67 -0
- package/Samples~/Tutorial -action-/Scenes/HEOCube.prefab.meta +7 -0
- package/Samples~/Tutorial -action-/Scenes/HEOParticle.prefab +59 -0
- package/Samples~/Tutorial -action-/Scenes/HEOParticle.prefab.meta +7 -0
- package/Samples~/Tutorial -action-/Scenes/Motion.unity +1810 -0
- package/Samples~/Tutorial -action-/Scenes/Motion.unity.meta +7 -0
- package/Samples~/Tutorial -action-/Scenes/MoveTo.unity +2490 -0
- package/Samples~/Tutorial -action-/Scenes/MoveTo.unity.meta +7 -0
- package/Samples~/Tutorial -action-/Scenes/OpenComicViewer.unity +2088 -0
- package/Samples~/Tutorial -action-/Scenes/OpenComicViewer.unity.meta +7 -0
- package/Samples~/Tutorial -action-/Scenes/OpenWeb.unity +1584 -0
- package/Samples~/Tutorial -action-/Scenes/OpenWeb.unity.meta +7 -0
- package/Samples~/Tutorial -action-/Scenes/PlayStopItem.unity +2821 -0
- package/Samples~/Tutorial -action-/Scenes/PlayStopItem.unity.meta +7 -0
- package/Samples~/Tutorial -action-/Scenes/PlayStopObject.unity +1817 -0
- package/Samples~/Tutorial -action-/Scenes/PlayStopObject.unity.meta +7 -0
- package/Samples~/Tutorial -action-/Scenes/SetCookieText.unity +2998 -0
- package/Samples~/Tutorial -action-/Scenes/SetCookieText.unity.meta +7 -0
- package/Samples~/Tutorial -action-/Scenes/SetPosRelativePlayer.unity +2549 -0
- package/Samples~/Tutorial -action-/Scenes/SetPosRelativePlayer.unity.meta +7 -0
- package/Samples~/Tutorial -action-/Scenes/ShowHideItem.unity +1865 -0
- package/Samples~/Tutorial -action-/Scenes/ShowHideItem.unity.meta +7 -0
- package/Samples~/Tutorial -action-/Scenes/ShowHideNode.unity +2998 -0
- package/Samples~/Tutorial -action-/Scenes/ShowHideNode.unity.meta +7 -0
- package/Samples~/Tutorial -action-/Scenes/ShowHideObject.unity +1817 -0
- package/Samples~/Tutorial -action-/Scenes/ShowHideObject.unity.meta +7 -0
- package/Samples~/Tutorial -action-/Scenes/StopVideo.unity +2088 -0
- package/Samples~/Tutorial -action-/Scenes/StopVideo.unity.meta +7 -0
- package/Samples~/Tutorial -action-/Scenes/Wait.unity +1614 -0
- package/Samples~/Tutorial -action-/Scenes/Wait.unity.meta +7 -0
- package/Samples~/Tutorial -action-/Scenes/Warp.unity +2830 -0
- package/Samples~/Tutorial -action-/Scenes/Warp.unity.meta +7 -0
- package/Samples~/Tutorial -action-/Scenes/WhiteOutIn.unity +2086 -0
- package/Samples~/Tutorial -action-/Scenes/WhiteOutIn.unity.meta +7 -0
- package/Samples~/Tutorial -action-/Scenes.meta +8 -0
- package/Samples~/Tutorial -action-/Sound.meta +8 -0
- package/Samples~/Tutorial -action-/Textures/ComicViewer/ComicViewer_1.png +0 -0
- package/Samples~/Tutorial -action-/Textures/ComicViewer/ComicViewer_1.png.meta +116 -0
- package/Samples~/Tutorial -action-/Textures/ComicViewer/ComicViewer_2.png +0 -0
- package/Samples~/Tutorial -action-/Textures/ComicViewer/ComicViewer_2.png.meta +116 -0
- package/Samples~/Tutorial -action-/Textures/ComicViewer/ComicViewer_3.png +0 -0
- package/Samples~/Tutorial -action-/Textures/ComicViewer/ComicViewer_3.png.meta +116 -0
- package/Samples~/Tutorial -action-/Textures/ComicViewer/ComicViewer_4.png +0 -0
- package/Samples~/Tutorial -action-/Textures/ComicViewer/ComicViewer_4.png.meta +116 -0
- package/Samples~/Tutorial -action-/Textures/ComicViewer/ComicViewer_5.png +0 -0
- package/Samples~/Tutorial -action-/Textures/ComicViewer/ComicViewer_5.png.meta +116 -0
- package/Samples~/Tutorial -action-/Textures/ComicViewer/ComicViewer_6.png +0 -0
- package/Samples~/Tutorial -action-/Textures/ComicViewer/ComicViewer_6.png.meta +116 -0
- package/Samples~/Tutorial -action-/Textures/ComicViewer.meta +8 -0
- package/Samples~/Tutorial -action-/Textures/D0-0-3_R0-0-0.png +0 -0
- package/Samples~/Tutorial -action-/Textures/D0-0-3_R0-0-0.png.meta +116 -0
- package/Samples~/Tutorial -action-/Textures/D0-3-0_R0-0-0.png +0 -0
- package/Samples~/Tutorial -action-/Textures/D0-3-0_R0-0-0.png.meta +116 -0
- package/Samples~/Tutorial -action-/Textures/D3-0-0_R0-0-0.png +0 -0
- package/Samples~/Tutorial -action-/Textures/D3-0-0_R0-0-0.png.meta +116 -0
- package/Samples~/Tutorial -action-/Textures/D3-0-0_R0-45-0.png +0 -0
- package/Samples~/Tutorial -action-/Textures/D3-0-0_R0-45-0.png.meta +116 -0
- package/Samples~/Tutorial -action-/Textures/EnableDisableClickableNode/AboutActionEnableDisableClickableNode.png +0 -0
- package/Samples~/Tutorial -action-/Textures/EnableDisableClickableNode/AboutActionEnableDisableClickableNode.png.meta +116 -0
- package/Samples~/Tutorial -action-/Textures/EnableDisableClickableNode.meta +8 -0
- package/Samples~/Tutorial -action-/Textures/EnterLeaveVoiceGroup/AboutActionEnterLeaveVoiceGroup.png +0 -0
- package/Samples~/Tutorial -action-/Textures/EnterLeaveVoiceGroup/AboutActionEnterLeaveVoiceGroup.png.meta +116 -0
- package/Samples~/Tutorial -action-/Textures/EnterLeaveVoiceGroup.meta +8 -0
- package/Samples~/Tutorial -action-/Textures/FadeOutIn/AboutActionFadeOutIn.png +0 -0
- package/Samples~/Tutorial -action-/Textures/FadeOutIn/AboutActionFadeOutIn.png.meta +116 -0
- package/Samples~/Tutorial -action-/Textures/FadeOutIn.meta +8 -0
- package/Samples~/Tutorial -action-/Textures/Hide.png +0 -0
- package/Samples~/Tutorial -action-/Textures/Hide.png.meta +116 -0
- package/Samples~/Tutorial -action-/Textures/InTime2.png +0 -0
- package/Samples~/Tutorial -action-/Textures/InTime2.png.meta +116 -0
- package/Samples~/Tutorial -action-/Textures/Motion/AboutActionMotion.png +0 -0
- package/Samples~/Tutorial -action-/Textures/Motion/AboutActionMotion.png.meta +116 -0
- package/Samples~/Tutorial -action-/Textures/Motion/MotionShake.png +0 -0
- package/Samples~/Tutorial -action-/Textures/Motion/MotionShake.png.meta +116 -0
- package/Samples~/Tutorial -action-/Textures/Motion/NextMotionShake.png +0 -0
- package/Samples~/Tutorial -action-/Textures/Motion/NextMotionShake.png.meta +116 -0
- package/Samples~/Tutorial -action-/Textures/Motion.meta +8 -0
- package/Samples~/Tutorial -action-/Textures/MoveTo/AboutActionMoveTo.png +0 -0
- package/Samples~/Tutorial -action-/Textures/MoveTo/AboutActionMoveTo.png.meta +116 -0
- package/Samples~/Tutorial -action-/Textures/MoveTo.meta +8 -0
- package/Samples~/Tutorial -action-/Textures/OpenWeb/AboutActionOpenWeb.png +0 -0
- package/Samples~/Tutorial -action-/Textures/OpenWeb/AboutActionOpenWeb.png.meta +116 -0
- package/Samples~/Tutorial -action-/Textures/OpenWeb.meta +8 -0
- package/Samples~/Tutorial -action-/Textures/OutInTime2.png +0 -0
- package/Samples~/Tutorial -action-/Textures/OutInTime2.png.meta +116 -0
- package/Samples~/Tutorial -action-/Textures/OutTime2.png +0 -0
- package/Samples~/Tutorial -action-/Textures/OutTime2.png.meta +116 -0
- package/Samples~/Tutorial -action-/Textures/P0-0-3.png +0 -0
- package/Samples~/Tutorial -action-/Textures/P0-0-3.png.meta +116 -0
- package/Samples~/Tutorial -action-/Textures/P0-3-0.png +0 -0
- package/Samples~/Tutorial -action-/Textures/P0-3-0.png.meta +116 -0
- package/Samples~/Tutorial -action-/Textures/P3-0-0.png +0 -0
- package/Samples~/Tutorial -action-/Textures/P3-0-0.png.meta +116 -0
- package/Samples~/Tutorial -action-/Textures/Play.png +0 -0
- package/Samples~/Tutorial -action-/Textures/Play.png.meta +116 -0
- package/Samples~/Tutorial -action-/Textures/PlayStopItem/AboutActionPlayStopItem.png +0 -0
- package/Samples~/Tutorial -action-/Textures/PlayStopItem/AboutActionPlayStopItem.png.meta +116 -0
- package/Samples~/Tutorial -action-/Textures/PlayStopItem/Particle.png +0 -0
- package/Samples~/Tutorial -action-/Textures/PlayStopItem/Particle.png.meta +116 -0
- package/Samples~/Tutorial -action-/Textures/PlayStopItem/Sound.png +0 -0
- package/Samples~/Tutorial -action-/Textures/PlayStopItem/Sound.png.meta +116 -0
- package/Samples~/Tutorial -action-/Textures/PlayStopItem.meta +8 -0
- package/Samples~/Tutorial -action-/Textures/PlayStopObject/AboutActionPlayStopObject.png +0 -0
- package/Samples~/Tutorial -action-/Textures/PlayStopObject/AboutActionPlayStopObject.png.meta +116 -0
- package/Samples~/Tutorial -action-/Textures/PlayStopObject.meta +8 -0
- package/Samples~/Tutorial -action-/Textures/SetPosRelativePlayer/AboutActionSetPosRelativePlayer.png +0 -0
- package/Samples~/Tutorial -action-/Textures/SetPosRelativePlayer/AboutActionSetPosRelativePlayer.png.meta +116 -0
- package/Samples~/Tutorial -action-/Textures/SetPosRelativePlayer.meta +8 -0
- package/Samples~/Tutorial -action-/Textures/Show.png +0 -0
- package/Samples~/Tutorial -action-/Textures/Show.png.meta +116 -0
- package/Samples~/Tutorial -action-/Textures/ShowHideItem/AboutActionShowHideItem.png +0 -0
- package/Samples~/Tutorial -action-/Textures/ShowHideItem/AboutActionShowHideItem.png.meta +116 -0
- package/Samples~/Tutorial -action-/Textures/ShowHideItem.meta +8 -0
- package/Samples~/Tutorial -action-/Textures/ShowHideNode/AboutActionShowHideNode.png +0 -0
- package/Samples~/Tutorial -action-/Textures/ShowHideNode/AboutActionShowHideNode.png.meta +116 -0
- package/Samples~/Tutorial -action-/Textures/ShowHideNode.meta +8 -0
- package/Samples~/Tutorial -action-/Textures/ShowHideObject/AboutActionShowHideObject.png +0 -0
- package/Samples~/Tutorial -action-/Textures/ShowHideObject/AboutActionShowHideObject.png.meta +116 -0
- package/Samples~/Tutorial -action-/Textures/ShowHideObject.meta +8 -0
- package/Samples~/Tutorial -action-/Textures/Stop.png +0 -0
- package/Samples~/Tutorial -action-/Textures/Stop.png.meta +116 -0
- package/Samples~/Tutorial -action-/Textures/Time2.png +0 -0
- package/Samples~/Tutorial -action-/Textures/Time2.png.meta +116 -0
- package/Samples~/Tutorial -action-/Textures/URL_ToHIKKY.png +0 -0
- package/Samples~/Tutorial -action-/Textures/URL_ToHIKKY.png.meta +116 -0
- package/Samples~/Tutorial -action-/Textures/Wait/AboutActionWait.png +0 -0
- package/Samples~/Tutorial -action-/Textures/Wait/AboutActionWait.png.meta +116 -0
- package/Samples~/Tutorial -action-/Textures/Wait.meta +8 -0
- package/Samples~/Tutorial -action-/Textures/Warp/AboutActionWarp.png +0 -0
- package/Samples~/Tutorial -action-/Textures/Warp/AboutActionWarp.png.meta +116 -0
- package/Samples~/Tutorial -action-/Textures/Warp.meta +8 -0
- package/Samples~/Tutorial -action-/Textures/WhiteOutIn/AboutActionWhiteOutIn.png +0 -0
- package/Samples~/Tutorial -action-/Textures/WhiteOutIn/AboutActionWhiteOutIn.png.meta +116 -0
- package/Samples~/Tutorial -action-/Textures/WhiteOutIn.meta +8 -0
- package/Samples~/Tutorial -action-/Textures.meta +8 -0
- package/Samples~/Tutorial -action-.meta +8 -8
- package/Samples~/Tutorial -animation-.meta +12 -8
- package/Samples~/Tutorial -avatar-.meta +12 -8
- package/Samples~/Tutorial -basic-/Materials/AboutObjectsToBuild.mat +27 -0
- package/Samples~/Tutorial -basic-/Materials/AboutObjectsToBuild.mat.meta +8 -0
- package/Samples~/Tutorial -basic-/Materials/AboutSkybox.mat +27 -0
- package/Samples~/Tutorial -basic-/Materials/AboutSkybox.mat.meta +8 -0
- package/Samples~/Tutorial -basic-/Materials/Alpha_OFF_Billboard_OFF.mat +27 -0
- package/Samples~/Tutorial -basic-/Materials/Alpha_OFF_Billboard_OFF.mat.meta +8 -0
- package/Samples~/Tutorial -basic-/Materials/Alpha_ON_Billboard_OFF.mat +27 -0
- package/Samples~/Tutorial -basic-/Materials/Alpha_ON_Billboard_OFF.mat.meta +8 -0
- package/Samples~/Tutorial -basic-/Materials/Alpha_ON_Billboard_ON.mat +27 -0
- package/Samples~/Tutorial -basic-/Materials/Alpha_ON_Billboard_ON.mat.meta +8 -0
- package/Samples~/Tutorial -basic-/Materials/Color_00FF00.mat +77 -0
- package/Samples~/Tutorial -basic-/Materials/Color_00FF00.mat.meta +8 -0
- package/Samples~/Tutorial -basic-/Materials/Color_FF0000.mat +77 -0
- package/Samples~/Tutorial -basic-/Materials/Color_FF0000.mat.meta +8 -0
- package/Samples~/Tutorial -basic-/Materials/EssentialComponentList.mat +27 -0
- package/Samples~/Tutorial -basic-/Materials/EssentialComponentList.mat.meta +8 -0
- package/Samples~/Tutorial -basic-/Materials/FontSize128_TexSize1024.mat +77 -0
- package/Samples~/Tutorial -basic-/Materials/FontSize128_TexSize1024.mat.meta +8 -0
- package/Samples~/Tutorial -basic-/Materials/FontSize128_TexSize512.mat +77 -0
- package/Samples~/Tutorial -basic-/Materials/FontSize128_TexSize512.mat.meta +8 -0
- package/Samples~/Tutorial -basic-/Materials/FontSize256_TexSize1024.mat +77 -0
- package/Samples~/Tutorial -basic-/Materials/FontSize256_TexSize1024.mat.meta +8 -0
- package/Samples~/Tutorial -basic-/Materials/FontSize256_TexSize512.mat +77 -0
- package/Samples~/Tutorial -basic-/Materials/FontSize256_TexSize512.mat.meta +8 -0
- package/Samples~/Tutorial -basic-/Materials/HEOActionTrigger/AboutHEOActionTrigger.mat +27 -0
- package/Samples~/Tutorial -basic-/Materials/HEOActionTrigger/AboutHEOActionTrigger.mat.meta +8 -0
- package/Samples~/Tutorial -basic-/Materials/HEOActionTrigger.meta +8 -0
- package/Samples~/Tutorial -basic-/Materials/HEOAnimation/AboutHEOAnimation.mat +27 -0
- package/Samples~/Tutorial -basic-/Materials/HEOAnimation/AboutHEOAnimation.mat.meta +8 -0
- package/Samples~/Tutorial -basic-/Materials/HEOAnimation/Rotate001.mat +27 -0
- package/Samples~/Tutorial -basic-/Materials/HEOAnimation/Rotate001.mat.meta +8 -0
- package/Samples~/Tutorial -basic-/Materials/HEOAnimation/Rotate010.mat +27 -0
- package/Samples~/Tutorial -basic-/Materials/HEOAnimation/Rotate010.mat.meta +8 -0
- package/Samples~/Tutorial -basic-/Materials/HEOAnimation/Rotate100.mat +27 -0
- package/Samples~/Tutorial -basic-/Materials/HEOAnimation/Rotate100.mat.meta +8 -0
- package/Samples~/Tutorial -basic-/Materials/HEOAnimation.meta +8 -0
- package/Samples~/Tutorial -basic-/Materials/HEOAreaCollider/AboutHEOAreaCollider.mat +27 -0
- package/Samples~/Tutorial -basic-/Materials/HEOAreaCollider/AboutHEOAreaCollider.mat.meta +8 -0
- package/Samples~/Tutorial -basic-/Materials/HEOAreaCollider.meta +8 -0
- package/Samples~/Tutorial -basic-/Materials/HEOAudio/AboutHEOAudio.mat +27 -0
- package/Samples~/Tutorial -basic-/Materials/HEOAudio/AboutHEOAudio.mat.meta +8 -0
- package/Samples~/Tutorial -basic-/Materials/HEOAudio.meta +8 -0
- package/Samples~/Tutorial -basic-/Materials/HEOCollider/AboutHEOCollider.mat +27 -0
- package/Samples~/Tutorial -basic-/Materials/HEOCollider/AboutHEOCollider.mat.meta +8 -0
- package/Samples~/Tutorial -basic-/Materials/HEOCollider.meta +8 -0
- package/Samples~/Tutorial -basic-/Materials/HEOField/AboutHEOField.mat +27 -0
- package/Samples~/Tutorial -basic-/Materials/HEOField/AboutHEOField.mat.meta +8 -0
- package/Samples~/Tutorial -basic-/Materials/HEOField.meta +8 -0
- package/Samples~/Tutorial -basic-/Materials/HEOLODLevel/AboutHEOLODLevel.mat +27 -0
- package/Samples~/Tutorial -basic-/Materials/HEOLODLevel/AboutHEOLODLevel.mat.meta +8 -0
- package/Samples~/Tutorial -basic-/Materials/HEOLODLevel.meta +8 -0
- package/Samples~/Tutorial -basic-/Materials/HEOMeshColoder/AboutHEOMeshCollider.mat +27 -0
- package/Samples~/Tutorial -basic-/Materials/HEOMeshColoder/AboutHEOMeshCollider.mat.meta +8 -0
- package/Samples~/Tutorial -basic-/Materials/HEOMeshColoder.meta +8 -0
- package/Samples~/Tutorial -basic-/Materials/HEOObject/AboutHEOObject.mat +27 -0
- package/Samples~/Tutorial -basic-/Materials/HEOObject/AboutHEOObject.mat.meta +8 -0
- package/Samples~/Tutorial -basic-/Materials/HEOObject.meta +8 -0
- package/Samples~/Tutorial -basic-/Materials/HEOParticle/AboutHEOParticle.mat +27 -0
- package/Samples~/Tutorial -basic-/Materials/HEOParticle/AboutHEOParticle.mat.meta +8 -0
- package/Samples~/Tutorial -basic-/Materials/HEOParticle.meta +8 -0
- package/Samples~/Tutorial -basic-/Materials/HEOPlane/AboutHEOPlane.mat +27 -0
- package/Samples~/Tutorial -basic-/Materials/HEOPlane/AboutHEOPlane.mat.meta +8 -0
- package/Samples~/Tutorial -basic-/Materials/HEOPlane.meta +8 -0
- package/Samples~/Tutorial -basic-/Materials/HEOShowFlag/AboutHEOShowFlag.mat +27 -0
- package/Samples~/Tutorial -basic-/Materials/HEOShowFlag/AboutHEOShowFlag.mat.meta +8 -0
- package/Samples~/Tutorial -basic-/Materials/HEOShowFlag.meta +8 -0
- package/Samples~/Tutorial -basic-/Materials/HEOTextPlane/AboutHEOTextPlane.mat +77 -0
- package/Samples~/Tutorial -basic-/Materials/HEOTextPlane/AboutHEOTextPlane.mat.meta +8 -0
- package/Samples~/Tutorial -basic-/Materials/HEOTextPlane.meta +8 -0
- package/Samples~/Tutorial -basic-/Materials/HEOUVScroll/AboutHEOUVScroll.mat +27 -0
- package/Samples~/Tutorial -basic-/Materials/HEOUVScroll/AboutHEOUVScroll.mat.meta +8 -0
- package/Samples~/Tutorial -basic-/Materials/HEOUVScroll/Example_UV_Wait0_Scroll2.mat +77 -0
- package/Samples~/Tutorial -basic-/Materials/HEOUVScroll/Example_UV_Wait0_Scroll2.mat.meta +8 -0
- package/Samples~/Tutorial -basic-/Materials/HEOUVScroll/Example_UV_Wait2_Scroll0.mat +77 -0
- package/Samples~/Tutorial -basic-/Materials/HEOUVScroll/Example_UV_Wait2_Scroll0.mat.meta +8 -0
- package/Samples~/Tutorial -basic-/Materials/HEOUVScroll/Example_UV_X00_Y05.mat +77 -0
- package/Samples~/Tutorial -basic-/Materials/HEOUVScroll/Example_UV_X00_Y05.mat.meta +8 -0
- package/Samples~/Tutorial -basic-/Materials/HEOUVScroll/Example_UV_X05_Y00.mat +77 -0
- package/Samples~/Tutorial -basic-/Materials/HEOUVScroll/Example_UV_X05_Y00.mat.meta +8 -0
- package/Samples~/Tutorial -basic-/Materials/HEOUVScroll/Example_UV_X05_Y05.mat +77 -0
- package/Samples~/Tutorial -basic-/Materials/HEOUVScroll/Example_UV_X05_Y05.mat.meta +8 -0
- package/Samples~/Tutorial -basic-/Materials/HEOUVScroll/UV_Wait0_Scroll2.mat +27 -0
- package/Samples~/Tutorial -basic-/Materials/HEOUVScroll/UV_Wait0_Scroll2.mat.meta +8 -0
- package/Samples~/Tutorial -basic-/Materials/HEOUVScroll/UV_Wait2_Scroll0.mat +27 -0
- package/Samples~/Tutorial -basic-/Materials/HEOUVScroll/UV_Wait2_Scroll0.mat.meta +8 -0
- package/Samples~/Tutorial -basic-/Materials/HEOUVScroll/UV_X00_Y05.mat +27 -0
- package/Samples~/Tutorial -basic-/Materials/HEOUVScroll/UV_X00_Y05.mat.meta +8 -0
- package/Samples~/Tutorial -basic-/Materials/HEOUVScroll/UV_X05_Y00.mat +27 -0
- package/Samples~/Tutorial -basic-/Materials/HEOUVScroll/UV_X05_Y00.mat.meta +8 -0
- package/Samples~/Tutorial -basic-/Materials/HEOUVScroll/UV_X05_Y05.mat +27 -0
- package/Samples~/Tutorial -basic-/Materials/HEOUVScroll/UV_X05_Y05.mat.meta +8 -0
- package/Samples~/Tutorial -basic-/Materials/HEOUVScroll.meta +8 -0
- package/Samples~/Tutorial -basic-/Materials/HEOVideoTrigger/AboutHEOVideoTrigger.mat +27 -0
- package/Samples~/Tutorial -basic-/Materials/HEOVideoTrigger/AboutHEOVideoTrigger.mat.meta +8 -0
- package/Samples~/Tutorial -basic-/Materials/HEOVideoTrigger/ActionTriggerStopVideo.mat +27 -0
- package/Samples~/Tutorial -basic-/Materials/HEOVideoTrigger/ActionTriggerStopVideo.mat.meta +8 -0
- package/Samples~/Tutorial -basic-/Materials/HEOVideoTrigger/Mt_Video.mat +77 -0
- package/Samples~/Tutorial -basic-/Materials/HEOVideoTrigger/Mt_Video.mat.meta +8 -0
- package/Samples~/Tutorial -basic-/Materials/HEOVideoTrigger/VideoTriggerAction.mat +27 -0
- package/Samples~/Tutorial -basic-/Materials/HEOVideoTrigger/VideoTriggerAction.mat.meta +8 -0
- package/Samples~/Tutorial -basic-/Materials/HEOVideoTrigger.meta +8 -0
- package/Samples~/Tutorial -basic-/Materials/ZBias_0.mat +27 -0
- package/Samples~/Tutorial -basic-/Materials/ZBias_0.mat.meta +8 -0
- package/Samples~/Tutorial -basic-/Materials/ZBias_minus10.mat +27 -0
- package/Samples~/Tutorial -basic-/Materials/ZBias_minus10.mat.meta +8 -0
- package/Samples~/Tutorial -basic-/Materials.meta +8 -0
- package/Samples~/Tutorial -basic-/Movie.meta +8 -0
- package/Samples~/Tutorial -basic-/Scenes/10_HEOParticle.unity +1264 -0
- package/Samples~/Tutorial -basic-/Scenes/10_HEOParticle.unity.meta +7 -0
- package/Samples~/Tutorial -basic-/Scenes/11_HEOUVScroller.unity +2603 -0
- package/Samples~/Tutorial -basic-/Scenes/11_HEOUVScroller.unity.meta +7 -0
- package/Samples~/Tutorial -basic-/Scenes/12_HEOShowFlag.unity +1768 -0
- package/Samples~/Tutorial -basic-/Scenes/12_HEOShowFlag.unity.meta +7 -0
- package/Samples~/Tutorial -basic-/Scenes/13_HEOMeshCollider.unity +1752 -0
- package/Samples~/Tutorial -basic-/Scenes/13_HEOMeshCollider.unity.meta +7 -0
- package/Samples~/Tutorial -basic-/Scenes/14_HEOLODLevel.unity +1584 -0
- package/Samples~/Tutorial -basic-/Scenes/14_HEOLODLevel.unity.meta +7 -0
- package/Samples~/Tutorial -basic-/Scenes/1_EssentialObjects.unity +734 -0
- package/Samples~/Tutorial -basic-/Scenes/1_EssentialObjects.unity.meta +7 -0
- package/Samples~/Tutorial -basic-/Scenes/2_EditSkybox.unity +866 -0
- package/Samples~/Tutorial -basic-/Scenes/2_EditSkybox.unity.meta +7 -0
- package/Samples~/Tutorial -basic-/Scenes/3_HEOPlane.unity +2331 -0
- package/Samples~/Tutorial -basic-/Scenes/3_HEOPlane.unity.meta +7 -0
- package/Samples~/Tutorial -basic-/Scenes/4_HEOTextPlane.unity +3677 -0
- package/Samples~/Tutorial -basic-/Scenes/4_HEOTextPlane.unity.meta +7 -0
- package/Samples~/Tutorial -basic-/Scenes/5_HEOAudio.unity +1450 -0
- package/Samples~/Tutorial -basic-/Scenes/5_HEOAudio.unity.meta +7 -0
- package/Samples~/Tutorial -basic-/Scenes/6_HEOVideoTrigger.unity +1954 -0
- package/Samples~/Tutorial -basic-/Scenes/6_HEOVideoTrigger.unity.meta +7 -0
- package/Samples~/Tutorial -basic-/Scenes/7_HEOObject.unity +1272 -0
- package/Samples~/Tutorial -basic-/Scenes/7_HEOObject.unity.meta +7 -0
- package/Samples~/Tutorial -basic-/Scenes/8_HEOAreaCollider.unity +1474 -0
- package/Samples~/Tutorial -basic-/Scenes/8_HEOAreaCollider.unity.meta +7 -0
- package/Samples~/Tutorial -basic-/Scenes/9_HEOAnimation.unity +2000 -0
- package/Samples~/Tutorial -basic-/Scenes/9_HEOAnimation.unity.meta +7 -0
- package/Samples~/Tutorial -basic-/Scenes.meta +8 -0
- package/Samples~/Tutorial -basic-/Sound.meta +8 -0
- package/Samples~/Tutorial -basic-/Textures/AboutObjectsToBuild.png.meta +116 -116
- package/Samples~/Tutorial -basic-/Textures/AboutSkybox.png.meta +116 -116
- package/Samples~/Tutorial -basic-/Textures/Alpha_OFF_Billboard_OFF.png.meta +116 -116
- package/Samples~/Tutorial -basic-/Textures/Alpha_ON_Billboard_OFF.png.meta +116 -116
- package/Samples~/Tutorial -basic-/Textures/Alpha_ON_Billboard_ON.png.meta +116 -116
- package/Samples~/Tutorial -basic-/Textures/Color_00FF00.png +0 -0
- package/Samples~/Tutorial -basic-/Textures/Color_00FF00.png.meta +116 -0
- package/Samples~/Tutorial -basic-/Textures/Color_FF0000.png +0 -0
- package/Samples~/Tutorial -basic-/Textures/Color_FF0000.png.meta +116 -0
- package/Samples~/Tutorial -basic-/Textures/EssentialComponentList.png.meta +116 -116
- package/Samples~/Tutorial -basic-/Textures/FontSize128_TexSize1024.png +0 -0
- package/Samples~/Tutorial -basic-/Textures/FontSize128_TexSize1024.png.meta +116 -0
- package/Samples~/Tutorial -basic-/Textures/FontSize128_TexSize512.png +0 -0
- package/Samples~/Tutorial -basic-/Textures/FontSize128_TexSize512.png.meta +116 -0
- package/Samples~/Tutorial -basic-/Textures/FontSize256_TexSize512.png +0 -0
- package/Samples~/Tutorial -basic-/Textures/FontSize256_TexSize512.png.meta +116 -0
- package/Samples~/Tutorial -basic-/Textures/FontSize256_TextureSize1024.png +0 -0
- package/Samples~/Tutorial -basic-/Textures/FontSize256_TextureSize1024.png.meta +116 -0
- package/Samples~/Tutorial -basic-/Textures/HEOActionTrigger/AboutHEOActionTrigger.png +0 -0
- package/Samples~/Tutorial -basic-/Textures/HEOActionTrigger/AboutHEOActionTrigger.png.meta +116 -0
- package/Samples~/Tutorial -basic-/Textures/HEOActionTrigger.meta +8 -0
- package/Samples~/Tutorial -basic-/Textures/HEOAnimation/AboutHEOAnimation.png +0 -0
- package/Samples~/Tutorial -basic-/Textures/HEOAnimation/AboutHEOAnimation.png.meta +116 -0
- package/Samples~/Tutorial -basic-/Textures/HEOAnimation/Rotate001.png +0 -0
- package/Samples~/Tutorial -basic-/Textures/HEOAnimation/Rotate001.png.meta +116 -0
- package/Samples~/Tutorial -basic-/Textures/HEOAnimation/Rotate010.png +0 -0
- package/Samples~/Tutorial -basic-/Textures/HEOAnimation/Rotate010.png.meta +116 -0
- package/Samples~/Tutorial -basic-/Textures/HEOAnimation/Rotate100.png +0 -0
- package/Samples~/Tutorial -basic-/Textures/HEOAnimation/Rotate100.png.meta +116 -0
- package/Samples~/Tutorial -basic-/Textures/HEOAnimation.meta +8 -0
- package/Samples~/Tutorial -basic-/Textures/HEOAreaCollider/AboutHEOAreaCollider.png +0 -0
- package/Samples~/Tutorial -basic-/Textures/HEOAreaCollider/AboutHEOAreaCollider.png.meta +116 -0
- package/Samples~/Tutorial -basic-/Textures/HEOAreaCollider.meta +8 -0
- package/Samples~/Tutorial -basic-/Textures/HEOAudio/AboutHEOAudio.png +0 -0
- package/Samples~/Tutorial -basic-/Textures/HEOAudio/AboutHEOAudio.png.meta +116 -0
- package/Samples~/Tutorial -basic-/Textures/HEOAudio.meta +8 -0
- package/Samples~/Tutorial -basic-/Textures/HEOCollider/AboutHEOCollider.png +0 -0
- package/Samples~/Tutorial -basic-/Textures/HEOCollider/AboutHEOCollider.png.meta +116 -0
- package/Samples~/Tutorial -basic-/Textures/HEOCollider.meta +8 -0
- package/Samples~/Tutorial -basic-/Textures/HEOField/AboutHEOField.png +0 -0
- package/Samples~/Tutorial -basic-/Textures/HEOField/AboutHEOField.png.meta +116 -0
- package/Samples~/Tutorial -basic-/Textures/HEOField.meta +8 -0
- package/Samples~/Tutorial -basic-/Textures/HEOLODLevel/AboutHEOLODLevel.png +0 -0
- package/Samples~/Tutorial -basic-/Textures/HEOLODLevel/AboutHEOLODLevel.png.meta +116 -0
- package/Samples~/Tutorial -basic-/Textures/HEOLODLevel.meta +8 -0
- package/Samples~/Tutorial -basic-/Textures/HEOMeshCollider/AboutHEOMeshCollider.png +0 -0
- package/Samples~/Tutorial -basic-/Textures/HEOMeshCollider/AboutHEOMeshCollider.png.meta +116 -0
- package/Samples~/Tutorial -basic-/Textures/HEOMeshCollider.meta +8 -0
- package/Samples~/Tutorial -basic-/Textures/HEOObject/AboutHEOObject.png +0 -0
- package/Samples~/Tutorial -basic-/Textures/HEOObject/AboutHEOObject.png.meta +116 -0
- package/Samples~/Tutorial -basic-/Textures/HEOObject.meta +8 -0
- package/Samples~/Tutorial -basic-/Textures/HEOParticle/AboutHEOParticle.png +0 -0
- package/Samples~/Tutorial -basic-/Textures/HEOParticle/AboutHEOParticle.png.meta +116 -0
- package/Samples~/Tutorial -basic-/Textures/HEOParticle.meta +8 -0
- package/Samples~/Tutorial -basic-/Textures/{AboutHEOPlane.png → HEOPlane/AboutHEOPlane.png} +0 -0
- package/Samples~/Tutorial -basic-/Textures/HEOPlane/AboutHEOPlane.png.meta +116 -0
- package/Samples~/Tutorial -basic-/Textures/HEOPlane.meta +8 -0
- package/Samples~/Tutorial -basic-/Textures/HEOPlayer/AboutHEOPlayer.png +0 -0
- package/Samples~/Tutorial -basic-/Textures/HEOPlayer/AboutHEOPlayer.png.meta +116 -0
- package/Samples~/Tutorial -basic-/Textures/HEOPlayer.meta +8 -0
- package/Samples~/Tutorial -basic-/Textures/HEOShowFlag/AboutHEOShowFlag.png +0 -0
- package/Samples~/Tutorial -basic-/Textures/HEOShowFlag/AboutHEOShowFlag.png.meta +116 -0
- package/Samples~/Tutorial -basic-/Textures/HEOShowFlag.meta +8 -0
- package/Samples~/Tutorial -basic-/Textures/HEOTextPlane/AboutHEOTextPlane.png +0 -0
- package/Samples~/Tutorial -basic-/Textures/HEOTextPlane/AboutHEOTextPlane.png.meta +116 -0
- package/Samples~/Tutorial -basic-/Textures/HEOTextPlane.meta +8 -0
- package/Samples~/Tutorial -basic-/Textures/HEOUVScroll/AboutHEOUVScroller.png +0 -0
- package/Samples~/Tutorial -basic-/Textures/HEOUVScroll/AboutHEOUVScroller.png.meta +116 -0
- package/Samples~/Tutorial -basic-/Textures/HEOUVScroll/UV_Wait0_Scroll2.png +0 -0
- package/Samples~/Tutorial -basic-/Textures/HEOUVScroll/UV_Wait0_Scroll2.png.meta +116 -0
- package/Samples~/Tutorial -basic-/Textures/HEOUVScroll/UV_Wait2_Scroll0.png +0 -0
- package/Samples~/Tutorial -basic-/Textures/HEOUVScroll/UV_Wait2_Scroll0.png.meta +116 -0
- package/Samples~/Tutorial -basic-/Textures/HEOUVScroll/UV_X00_Y05.png +0 -0
- package/Samples~/Tutorial -basic-/Textures/HEOUVScroll/UV_X00_Y05.png.meta +116 -0
- package/Samples~/Tutorial -basic-/Textures/HEOUVScroll/UV_X05_Y00.png +0 -0
- package/Samples~/Tutorial -basic-/Textures/HEOUVScroll/UV_X05_Y00.png.meta +116 -0
- package/Samples~/Tutorial -basic-/Textures/HEOUVScroll/UV_X05_Y05.png +0 -0
- package/Samples~/Tutorial -basic-/Textures/HEOUVScroll/UV_X05_Y05.png.meta +116 -0
- package/Samples~/Tutorial -basic-/Textures/HEOUVScroll.meta +8 -0
- package/Samples~/Tutorial -basic-/Textures/HEOVideoTrigger/AboutHEOVideoTrigger.png +0 -0
- package/Samples~/Tutorial -basic-/Textures/HEOVideoTrigger/AboutHEOVideoTrigger.png.meta +116 -0
- package/Samples~/Tutorial -basic-/Textures/HEOVideoTrigger/ActionTriggerStopVideo.png +0 -0
- package/Samples~/Tutorial -basic-/Textures/HEOVideoTrigger/ActionTriggerStopVideo.png.meta +116 -0
- package/Samples~/Tutorial -basic-/Textures/HEOVideoTrigger/VideoReadyTexture.png +0 -0
- package/Samples~/Tutorial -basic-/Textures/HEOVideoTrigger/VideoReadyTexture.png.meta +92 -0
- package/Samples~/Tutorial -basic-/Textures/HEOVideoTrigger/VideoTriggerAction.png +0 -0
- package/Samples~/Tutorial -basic-/Textures/HEOVideoTrigger/VideoTriggerAction.png.meta +116 -0
- package/Samples~/Tutorial -basic-/Textures/HEOVideoTrigger.meta +8 -0
- package/Samples~/Tutorial -basic-/Textures/Materials.meta +12 -8
- package/Samples~/Tutorial -basic-/Textures/TextColorRed.png +0 -0
- package/Samples~/Tutorial -basic-/Textures/TextColorRed.png.meta +116 -0
- package/Samples~/Tutorial -basic-/Textures/ZBias_0.png.meta +116 -116
- package/Samples~/Tutorial -basic-/Textures/ZBias_minus10.png.meta +116 -116
- package/Samples~/Tutorial -basic-/Textures/star_alpha.png.meta +116 -116
- package/Samples~/Tutorial -basic-/Textures/uv_check.png +0 -0
- package/Samples~/Tutorial -basic-/Textures/uv_check.png.meta +92 -0
- package/Samples~/Tutorial -basic-/Textures.meta +8 -8
- package/Samples~/Tutorial -basic-.meta +8 -8
- package/Samples~/Tutorial -particle-.meta +8 -8
- package/Samples~/Tutorial -shading-/HEORefrectionProbe/HEOReflectionObjects.heo +0 -0
- package/Samples~/Tutorial -shading-/HEORefrectionProbe/HEOReflectionObjects.heo.meta +11 -0
- package/Samples~/Tutorial -shading-/HEORefrectionProbe/HEOReflectionObjects_astc.bat +12 -0
- package/Samples~/Tutorial -shading-/HEORefrectionProbe/HEOReflectionObjects_astc.bat.meta +7 -0
- package/Samples~/Tutorial -shading-/HEORefrectionProbe/HEOReflectionObjects_dxt.bat +19 -0
- package/Samples~/Tutorial -shading-/HEORefrectionProbe/HEOReflectionObjects_dxt.bat.meta +7 -0
- package/Samples~/Tutorial -shading-/HEORefrectionProbe/HEOReflectionObjects_etc2.bat +13 -0
- package/Samples~/Tutorial -shading-/HEORefrectionProbe/HEOReflectionObjects_etc2.bat.meta +7 -0
- package/Samples~/Tutorial -shading-/HEORefrectionProbe/tex/000.png +0 -0
- package/Samples~/Tutorial -shading-/HEORefrectionProbe/tex/000.png.meta +80 -0
- package/Samples~/Tutorial -shading-/HEORefrectionProbe/tex.meta +8 -0
- package/Samples~/Tutorial -shading-/HEORefrectionProbe/tex_reflection_cube/000/reflection_cube_0.png +0 -0
- package/Samples~/Tutorial -shading-/HEORefrectionProbe/tex_reflection_cube/000/reflection_cube_0.png.meta +92 -0
- package/Samples~/Tutorial -shading-/HEORefrectionProbe/tex_reflection_cube/000/reflection_cube_1.png +0 -0
- package/Samples~/Tutorial -shading-/HEORefrectionProbe/tex_reflection_cube/000/reflection_cube_1.png.meta +92 -0
- package/Samples~/Tutorial -shading-/HEORefrectionProbe/tex_reflection_cube/000/reflection_cube_2.png +0 -0
- package/Samples~/Tutorial -shading-/HEORefrectionProbe/tex_reflection_cube/000/reflection_cube_2.png.meta +92 -0
- package/Samples~/Tutorial -shading-/HEORefrectionProbe/tex_reflection_cube/000/reflection_cube_3.png +0 -0
- package/Samples~/Tutorial -shading-/HEORefrectionProbe/tex_reflection_cube/000/reflection_cube_3.png.meta +92 -0
- package/Samples~/Tutorial -shading-/HEORefrectionProbe/tex_reflection_cube/000/reflection_cube_4.png +0 -0
- package/Samples~/Tutorial -shading-/HEORefrectionProbe/tex_reflection_cube/000/reflection_cube_4.png.meta +92 -0
- package/Samples~/Tutorial -shading-/HEORefrectionProbe/tex_reflection_cube/000/reflection_cube_5.png +0 -0
- package/Samples~/Tutorial -shading-/HEORefrectionProbe/tex_reflection_cube/000/reflection_cube_5.png.meta +92 -0
- package/Samples~/Tutorial -shading-/HEORefrectionProbe/tex_reflection_cube/000.meta +8 -0
- package/Samples~/Tutorial -shading-/HEORefrectionProbe/tex_reflection_cube.meta +8 -0
- package/Samples~/Tutorial -shading-/HEORefrectionProbe/tex_sample/000_GradientBlue.png +0 -0
- package/Samples~/Tutorial -shading-/HEORefrectionProbe/tex_sample/000_GradientBlue.png.meta +92 -0
- package/Samples~/Tutorial -shading-/HEORefrectionProbe/tex_sample.meta +8 -0
- package/Samples~/Tutorial -shading-/HEORefrectionProbe.meta +8 -0
- package/Samples~/Tutorial -shading-/MaterialTestview.unity +760 -760
- package/Samples~/Tutorial -shading-/MaterialTestview.unity.meta +7 -7
- package/Samples~/Tutorial -shading-/Materials/LightingData.asset.meta +8 -8
- package/Samples~/Tutorial -shading-/Materials/ReflectionProbe-0.exr.meta +116 -116
- package/Samples~/Tutorial -shading-/Materials/Standard_AO.mat +78 -78
- package/Samples~/Tutorial -shading-/Materials/Standard_AO.mat.meta +8 -8
- package/Samples~/Tutorial -shading-/Materials/TexImportSetting.asset +74 -74
- package/Samples~/Tutorial -shading-/Materials/TexImportSetting.asset.meta +8 -8
- package/Samples~/Tutorial -shading-/Materials/star.png.meta +116 -116
- package/Samples~/Tutorial -shading-/Materials/test_alpha.png.meta +116 -116
- package/Samples~/Tutorial -shading-/Materials/test_alpha2.png.meta +116 -116
- package/Samples~/Tutorial -shading-/Materials.meta +8 -8
- package/Samples~/Tutorial -shading-/ReflectionProbe/LightingData.asset +0 -0
- package/Samples~/Tutorial -shading-/ReflectionProbe/LightingData.asset.meta +8 -0
- package/Samples~/Tutorial -shading-/ReflectionProbe/Mt_M0_S0.mat +77 -0
- package/Samples~/Tutorial -shading-/ReflectionProbe/Mt_M0_S0.mat.meta +8 -0
- package/Samples~/Tutorial -shading-/ReflectionProbe/Mt_M0_S100.mat +77 -0
- package/Samples~/Tutorial -shading-/ReflectionProbe/Mt_M0_S100.mat.meta +8 -0
- package/Samples~/Tutorial -shading-/ReflectionProbe/Mt_M0_S50.mat +77 -0
- package/Samples~/Tutorial -shading-/ReflectionProbe/Mt_M0_S50.mat.meta +8 -0
- package/Samples~/Tutorial -shading-/ReflectionProbe/Mt_M100_S0.mat +77 -0
- package/Samples~/Tutorial -shading-/ReflectionProbe/Mt_M100_S0.mat.meta +8 -0
- package/Samples~/Tutorial -shading-/ReflectionProbe/Mt_M100_S100.mat +77 -0
- package/Samples~/Tutorial -shading-/ReflectionProbe/Mt_M100_S100.mat.meta +8 -0
- package/Samples~/Tutorial -shading-/ReflectionProbe/Mt_M100_S50.mat +77 -0
- package/Samples~/Tutorial -shading-/ReflectionProbe/Mt_M100_S50.mat.meta +8 -0
- package/Samples~/Tutorial -shading-/ReflectionProbe/Mt_M50_S0.mat +77 -0
- package/Samples~/Tutorial -shading-/ReflectionProbe/Mt_M50_S0.mat.meta +8 -0
- package/Samples~/Tutorial -shading-/ReflectionProbe/Mt_M50_S100.mat +77 -0
- package/Samples~/Tutorial -shading-/ReflectionProbe/Mt_M50_S100.mat.meta +8 -0
- package/Samples~/Tutorial -shading-/ReflectionProbe/Mt_M50_S50.mat +77 -0
- package/Samples~/Tutorial -shading-/ReflectionProbe/Mt_M50_S50.mat.meta +8 -0
- package/Samples~/Tutorial -shading-/ReflectionProbe/Mt_RefrectionTarget.mat +77 -0
- package/Samples~/Tutorial -shading-/ReflectionProbe/Mt_RefrectionTarget.mat.meta +8 -0
- package/Samples~/Tutorial -shading-/ReflectionProbe/ReflectionProbe-0.exr +0 -0
- package/Samples~/Tutorial -shading-/ReflectionProbe/ReflectionProbe-0.exr.meta +92 -0
- package/Samples~/Tutorial -shading-/ReflectionProbe/TexImportSetting.asset +74 -0
- package/Samples~/Tutorial -shading-/ReflectionProbe/TexImportSetting.asset.meta +8 -0
- package/Samples~/Tutorial -shading-/ReflectionProbe.meta +8 -0
- package/Samples~/Tutorial -shading-/ReflectionProbe.unity +2643 -0
- package/Samples~/Tutorial -shading-/ReflectionProbe.unity.meta +7 -0
- package/Samples~/Tutorial -shading-.meta +8 -8
- package/Samples~/TutorialResources/FakeSkybox/GradientBlue.png.meta +92 -92
- package/Samples~/TutorialResources/FakeSkybox/SimpleSky.mat +77 -77
- package/Samples~/TutorialResources/FakeSkybox/SimpleSky.mat.meta +8 -8
- package/Samples~/TutorialResources/FakeSkybox/skybox.fbx.meta +97 -97
- package/Samples~/TutorialResources/FakeSkybox.meta +8 -8
- package/Samples~/TutorialResources/Textures/Information.png.meta +116 -116
- package/Samples~/TutorialResources/Textures/Materials/Information.mat +27 -27
- package/Samples~/TutorialResources/Textures/Materials/Information.mat.meta +8 -8
- package/Samples~/TutorialResources/Textures/Materials/roundframe.mat +27 -27
- package/Samples~/TutorialResources/Textures/Materials/roundframe.mat.meta +8 -8
- package/Samples~/TutorialResources/Textures/Materials/roundsquare.mat +27 -0
- package/Samples~/TutorialResources/Textures/Materials/roundsquare.mat.meta +8 -0
- package/Samples~/TutorialResources/Textures/Materials.meta +8 -8
- package/Samples~/TutorialResources/Textures/fadecircle.png +0 -0
- package/Samples~/TutorialResources/Textures/fadecircle.png.meta +116 -0
- package/Samples~/TutorialResources/Textures/roundframe.png.meta +116 -116
- package/Samples~/TutorialResources/Textures/roundframe_gray.png +0 -0
- package/Samples~/TutorialResources/Textures/roundframe_gray.png.meta +116 -0
- package/Samples~/TutorialResources/Textures/roundsquare.png +0 -0
- package/Samples~/TutorialResources/Textures/roundsquare.png.meta +116 -0
- package/Samples~/TutorialResources/Textures.meta +8 -8
- package/Samples~/TutorialResources.meta +8 -8
- package/ServerLauncher/app.meta +1 -1
- package/ServerLauncher/sh/LocalServerLauncher.sh +1 -4
- package/package.json +64 -64
- package/HIKKY.VketCloudSDK.AnimationConverter.dll +0 -0
- package/HIKKY.VketCloudSDK.AnimationConverter.dll.meta +0 -33
- package/PackageResources/data/movie/test.mp4 +0 -0
- package/PackageResources/data/movie/test.mp4.meta +0 -18
- package/PackageResources/data/movie.meta +0 -8
- package/PackageResources/project~/data/HeliScript/_system.hs +0 -572
- package/PackageResources/project~/data/Motion/VketCloud_dash.hem +0 -0
- package/PackageResources/project~/data/Motion/VketCloud_hand.hem +0 -0
- package/PackageResources/project~/data/Motion/VketCloud_idle.hem +0 -0
- package/PackageResources/project~/data/Motion/VketCloud_pointing.hem +0 -0
- package/PackageResources/project~/data/Motion/VketCloud_run.hem +0 -0
- package/PackageResources/project~/data/Motion/VketCloud_thumbsup.hem +0 -0
- package/PackageResources/project~/data/Sound/aqua.mp3 +0 -0
- package/PackageResources/project~/data/licenselist.html +0 -42
- package/PackageResources/tools/HEOTexComp/HEOTexComp.sln +0 -31
- package/PackageResources/tools/HEOTexComp/HEOTexComp.sln.meta +0 -7
- package/PackageResources/tools/HRMExporter/HRMExporter.sln +0 -31
- package/PackageResources/tools/HRMExporter/HRMExporter.sln.meta +0 -7
- package/PackageResources/tools/VRMScrambler/Run/VRMScrambler.exe +0 -0
- package/PackageResources/tools/VRMScrambler/Run/VRMScrambler.exe.meta +0 -7
- package/PackageResources/tools/VRMScrambler/Run.meta +0 -8
- package/PackageResources/tools/VRMScrambler/Source/Independent/CGDecoder/CDecodePNG.cpp +0 -503
- package/PackageResources/tools/VRMScrambler/Source/Independent/CGDecoder/CDecodePNG.cpp.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/CGDecoder/CDecodePNG.h +0 -28
- package/PackageResources/tools/VRMScrambler/Source/Independent/CGDecoder/CDecodePNG.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/CGDecoder/ECGFormat.h +0 -19
- package/PackageResources/tools/VRMScrambler/Source/Independent/CGDecoder/ECGFormat.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/CGDecoder.meta +0 -8
- package/PackageResources/tools/VRMScrambler/Source/Independent/CharacterCode/CharacterCode.cpp +0 -7539
- package/PackageResources/tools/VRMScrambler/Source/Independent/CharacterCode/CharacterCode.cpp.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/CharacterCode/CharacterCode.h +0 -30
- package/PackageResources/tools/VRMScrambler/Source/Independent/CharacterCode/CharacterCode.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/CharacterCode/IsCode.h +0 -18
- package/PackageResources/tools/VRMScrambler/Source/Independent/CharacterCode/IsCode.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/CharacterCode.meta +0 -8
- package/PackageResources/tools/VRMScrambler/Source/Independent/FileImage/CFileImageAnalyser.cpp +0 -292
- package/PackageResources/tools/VRMScrambler/Source/Independent/FileImage/CFileImageAnalyser.cpp.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/FileImage/CFileImageAnalyser.h +0 -62
- package/PackageResources/tools/VRMScrambler/Source/Independent/FileImage/CFileImageAnalyser.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/FileImage/CFileImageMaker.cpp +0 -102
- package/PackageResources/tools/VRMScrambler/Source/Independent/FileImage/CFileImageMaker.cpp.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/FileImage/CFileImageMaker.h +0 -39
- package/PackageResources/tools/VRMScrambler/Source/Independent/FileImage/CFileImageMaker.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/FileImage/FileImage.cpp +0 -99
- package/PackageResources/tools/VRMScrambler/Source/Independent/FileImage/FileImage.cpp.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/FileImage/FileImage.h +0 -21
- package/PackageResources/tools/VRMScrambler/Source/Independent/FileImage/FileImage.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/FileImage.meta +0 -8
- package/PackageResources/tools/VRMScrambler/Source/Independent/FormatString/FormatString.cpp +0 -198
- package/PackageResources/tools/VRMScrambler/Source/Independent/FormatString/FormatString.cpp.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/FormatString/FormatString.h +0 -38
- package/PackageResources/tools/VRMScrambler/Source/Independent/FormatString/FormatString.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/FormatString/LFormat.cpp +0 -34
- package/PackageResources/tools/VRMScrambler/Source/Independent/FormatString/LFormat.cpp.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/FormatString/LFormat.h +0 -14
- package/PackageResources/tools/VRMScrambler/Source/Independent/FormatString/LFormat.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/FormatString.meta +0 -8
- package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFAccesorIndexSet.cpp +0 -53
- package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFAccesorIndexSet.cpp.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFAccesorIndexSet.h +0 -30
- package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFAccesorIndexSet.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFAccessor.cpp +0 -47
- package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFAccessor.cpp.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFAccessor.h +0 -29
- package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFAccessor.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFBufferView.cpp +0 -58
- package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFBufferView.cpp.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFBufferView.h +0 -36
- package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFBufferView.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFChunk.cpp +0 -31
- package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFChunk.cpp.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFChunk.h +0 -23
- package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFChunk.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFCollider.cpp +0 -34
- package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFCollider.cpp.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFCollider.h +0 -24
- package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFCollider.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFColliderGroup.cpp +0 -34
- package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFColliderGroup.cpp.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFColliderGroup.h +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFColliderGroup.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFData.cpp +0 -1124
- package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFData.cpp.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFData.h +0 -159
- package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFData.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFImage.cpp +0 -55
- package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFImage.cpp.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFImage.h +0 -37
- package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFImage.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFMaterial.cpp +0 -99
- package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFMaterial.cpp.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFMaterial.h +0 -57
- package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFMaterial.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFMesh.cpp +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFMesh.cpp.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFMesh.h +0 -24
- package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFMesh.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFMeshPrimitive.cpp +0 -76
- package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFMeshPrimitive.cpp.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFMeshPrimitive.h +0 -43
- package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFMeshPrimitive.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFNode.cpp +0 -67
- package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFNode.cpp.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFNode.h +0 -40
- package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFNode.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFSkin.cpp +0 -25
- package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFSkin.cpp.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFSkin.h +0 -23
- package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF/CGLTFSkin.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/GLTF.meta +0 -8
- package/PackageResources/tools/VRMScrambler/Source/Independent/GraphCommon/CPBRParam.cpp +0 -30
- package/PackageResources/tools/VRMScrambler/Source/Independent/GraphCommon/CPBRParam.cpp.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/GraphCommon/CPBRParam.h +0 -22
- package/PackageResources/tools/VRMScrambler/Source/Independent/GraphCommon/CPBRParam.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/GraphCommon/CSurface.cpp +0 -698
- package/PackageResources/tools/VRMScrambler/Source/Independent/GraphCommon/CSurface.cpp.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/GraphCommon/CSurface.h +0 -96
- package/PackageResources/tools/VRMScrambler/Source/Independent/GraphCommon/CSurface.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/GraphCommon/CUTSParam.cpp +0 -36
- package/PackageResources/tools/VRMScrambler/Source/Independent/GraphCommon/CUTSParam.cpp.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/GraphCommon/CUTSParam.h +0 -28
- package/PackageResources/tools/VRMScrambler/Source/Independent/GraphCommon/CUTSParam.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/GraphCommon/CWaterPlaneParam.cpp +0 -61
- package/PackageResources/tools/VRMScrambler/Source/Independent/GraphCommon/CWaterPlaneParam.cpp.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/GraphCommon/CWaterPlaneParam.h +0 -37
- package/PackageResources/tools/VRMScrambler/Source/Independent/GraphCommon/CWaterPlaneParam.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/GraphCommon/EBlendMode.h +0 -23
- package/PackageResources/tools/VRMScrambler/Source/Independent/GraphCommon/EBlendMode.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/GraphCommon/EOutlineWidthType.h +0 -11
- package/PackageResources/tools/VRMScrambler/Source/Independent/GraphCommon/EOutlineWidthType.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/GraphCommon/EShaderType.h +0 -22
- package/PackageResources/tools/VRMScrambler/Source/Independent/GraphCommon/EShaderType.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/GraphCommon.meta +0 -8
- package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/CHEOBoneWeight.cpp +0 -29
- package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/CHEOBoneWeight.cpp.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/CHEOBoneWeight.h +0 -23
- package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/CHEOBoneWeight.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/CHEOCollider.cpp +0 -35
- package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/CHEOCollider.cpp.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/CHEOCollider.h +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/CHEOCollider.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/CHEOMaterial.cpp +0 -120
- package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/CHEOMaterial.cpp.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/CHEOMaterial.h +0 -66
- package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/CHEOMaterial.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/CHEOMesh.cpp +0 -103
- package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/CHEOMesh.cpp.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/CHEOMesh.h +0 -68
- package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/CHEOMesh.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/CHEOModel.cpp +0 -598
- package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/CHEOModel.cpp.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/CHEOModel.h +0 -60
- package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/CHEOModel.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/CHEOMorph.cpp +0 -29
- package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/CHEOMorph.cpp.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/CHEOMorph.h +0 -26
- package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/CHEOMorph.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/CHEONode.cpp +0 -61
- package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/CHEONode.cpp.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/CHEONode.h +0 -49
- package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/CHEONode.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/CHEOPrimitive.cpp +0 -35
- package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/CHEOPrimitive.cpp.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/CHEOPrimitive.h +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/CHEOPrimitive.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/CHEOTexture.cpp +0 -25
- package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/CHEOTexture.cpp.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/CHEOTexture.h +0 -25
- package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/CHEOTexture.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/EHEOBlendMode.h +0 -16
- package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/EHEOBlendMode.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/EHEOColliderType.h +0 -16
- package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/EHEOColliderType.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/EHEOShaderType.h +0 -22
- package/PackageResources/tools/VRMScrambler/Source/Independent/HEO/EHEOShaderType.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/HEO.meta +0 -8
- package/PackageResources/tools/VRMScrambler/Source/Independent/JSON/CJSON.cpp +0 -391
- package/PackageResources/tools/VRMScrambler/Source/Independent/JSON/CJSON.cpp.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/JSON/CJSON.h +0 -56
- package/PackageResources/tools/VRMScrambler/Source/Independent/JSON/CJSON.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/JSON/CJSONData.cpp +0 -177
- package/PackageResources/tools/VRMScrambler/Source/Independent/JSON/CJSONData.cpp.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/JSON/CJSONData.h +0 -73
- package/PackageResources/tools/VRMScrambler/Source/Independent/JSON/CJSONData.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/JSON/CJSONToken.cpp +0 -45
- package/PackageResources/tools/VRMScrambler/Source/Independent/JSON/CJSONToken.cpp.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/JSON/CJSONToken.h +0 -30
- package/PackageResources/tools/VRMScrambler/Source/Independent/JSON/CJSONToken.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/JSON.meta +0 -8
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/3DDefine.h +0 -16
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/3DDefine.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/CBezier.cpp +0 -48
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/CBezier.cpp.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/CBezier.h +0 -24
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/CBezier.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/CBoundingBox.cpp +0 -122
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/CBoundingBox.cpp.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/CBoundingBox.h +0 -50
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/CBoundingBox.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/CCamera.cpp +0 -127
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/CCamera.cpp.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/CCamera.h +0 -54
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/CCamera.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/CDualQuaternion.cpp +0 -116
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/CDualQuaternion.cpp.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/CDualQuaternion.h +0 -44
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/CDualQuaternion.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/CProjection.cpp +0 -171
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/CProjection.cpp.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/CProjection.h +0 -57
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/CProjection.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/CSphere.cpp +0 -65
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/CSphere.cpp.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/CSphere.h +0 -29
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/CSphere.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/CTransform.cpp +0 -59
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/CTransform.cpp.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/CTransform.h +0 -35
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/CTransform.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/S2D.cpp +0 -87
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/S2D.cpp.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/S2D.h +0 -36
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/S2D.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/S2DI.cpp +0 -87
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/S2DI.cpp.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/S2DI.h +0 -38
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/S2DI.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/S3D.cpp +0 -320
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/S3D.cpp.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/S3D.h +0 -87
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/S3D.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/S4D.cpp +0 -95
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/S4D.cpp.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/S4D.h +0 -30
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/S4D.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/SColor.cpp +0 -107
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/SColor.cpp.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/SColor.h +0 -39
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/SColor.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/SColor32.cpp +0 -35
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/SColor32.cpp.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/SColor32.h +0 -25
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/SColor32.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/SMatrix.cpp +0 -683
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/SMatrix.cpp.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/SMatrix.h +0 -210
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/SMatrix.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/SPlane.cpp +0 -239
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/SPlane.cpp.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/SPlane.h +0 -42
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/SPlane.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/SQuaternion.cpp +0 -557
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/SQuaternion.cpp.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/SQuaternion.h +0 -67
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/SQuaternion.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/SRect.cpp +0 -66
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/SRect.cpp.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/SRect.h +0 -28
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/SRect.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/SSize.cpp +0 -33
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/SSize.cpp.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/SSize.h +0 -18
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/SSize.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/SUV.cpp +0 -59
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/SUV.cpp.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/SUV.h +0 -24
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D/SUV.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/Math3D.meta +0 -8
- package/PackageResources/tools/VRMScrambler/Source/Independent/Memory/CIMemory.cpp +0 -74
- package/PackageResources/tools/VRMScrambler/Source/Independent/Memory/CIMemory.cpp.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/Memory/CIMemory.h +0 -38
- package/PackageResources/tools/VRMScrambler/Source/Independent/Memory/CIMemory.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/Memory/CMemory.cpp +0 -64
- package/PackageResources/tools/VRMScrambler/Source/Independent/Memory/CMemory.cpp.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/Memory/CMemory.h +0 -42
- package/PackageResources/tools/VRMScrambler/Source/Independent/Memory/CMemory.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/Memory/CMemoryFile.cpp +0 -54
- package/PackageResources/tools/VRMScrambler/Source/Independent/Memory/CMemoryFile.cpp.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/Memory/CMemoryFile.h +0 -22
- package/PackageResources/tools/VRMScrambler/Source/Independent/Memory/CMemoryFile.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/Memory/CRefPtr.h +0 -72
- package/PackageResources/tools/VRMScrambler/Source/Independent/Memory/CRefPtr.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/Memory/PointerAlignment.cpp +0 -61
- package/PackageResources/tools/VRMScrambler/Source/Independent/Memory/PointerAlignment.cpp.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/Memory/PointerAlignment.h +0 -22
- package/PackageResources/tools/VRMScrambler/Source/Independent/Memory/PointerAlignment.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/Memory.meta +0 -8
- package/PackageResources/tools/VRMScrambler/Source/Independent/Thread/CCriticalLock.cpp +0 -34
- package/PackageResources/tools/VRMScrambler/Source/Independent/Thread/CCriticalLock.cpp.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/Thread/CCriticalLock.h +0 -26
- package/PackageResources/tools/VRMScrambler/Source/Independent/Thread/CCriticalLock.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/Thread/CCriticalObject.h +0 -87
- package/PackageResources/tools/VRMScrambler/Source/Independent/Thread/CCriticalObject.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/Thread/CCriticalSection.cpp +0 -85
- package/PackageResources/tools/VRMScrambler/Source/Independent/Thread/CCriticalSection.cpp.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/Thread/CCriticalSection.h +0 -32
- package/PackageResources/tools/VRMScrambler/Source/Independent/Thread/CCriticalSection.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/Thread/CEvent.cpp +0 -183
- package/PackageResources/tools/VRMScrambler/Source/Independent/Thread/CEvent.cpp.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/Thread/CEvent.h +0 -51
- package/PackageResources/tools/VRMScrambler/Source/Independent/Thread/CEvent.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/Thread/CProcess.cpp +0 -48
- package/PackageResources/tools/VRMScrambler/Source/Independent/Thread/CProcess.cpp.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/Thread/CProcess.h +0 -22
- package/PackageResources/tools/VRMScrambler/Source/Independent/Thread/CProcess.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/Thread/CRefCounter.cpp +0 -54
- package/PackageResources/tools/VRMScrambler/Source/Independent/Thread/CRefCounter.cpp.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/Thread/CRefCounter.h +0 -28
- package/PackageResources/tools/VRMScrambler/Source/Independent/Thread/CRefCounter.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/Thread/CThread.cpp +0 -177
- package/PackageResources/tools/VRMScrambler/Source/Independent/Thread/CThread.cpp.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/Thread/CThread.h +0 -53
- package/PackageResources/tools/VRMScrambler/Source/Independent/Thread/CThread.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/Thread/CWorkerThread.h +0 -60
- package/PackageResources/tools/VRMScrambler/Source/Independent/Thread/CWorkerThread.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/Thread/CWorkerThreadManager.cpp +0 -169
- package/PackageResources/tools/VRMScrambler/Source/Independent/Thread/CWorkerThreadManager.cpp.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/Thread/CWorkerThreadManager.h +0 -61
- package/PackageResources/tools/VRMScrambler/Source/Independent/Thread/CWorkerThreadManager.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Independent/Thread.meta +0 -8
- package/PackageResources/tools/VRMScrambler/Source/Independent.meta +0 -8
- package/PackageResources/tools/VRMScrambler/Source/Interface/IInterface.h +0 -14
- package/PackageResources/tools/VRMScrambler/Source/Interface/IInterface.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Interface/IMemory.h +0 -21
- package/PackageResources/tools/VRMScrambler/Source/Interface/IMemory.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Interface/ISurface.h +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Interface/ISurface.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Interface/IWorkerThread.h +0 -15
- package/PackageResources/tools/VRMScrambler/Source/Interface/IWorkerThread.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Interface.meta +0 -8
- package/PackageResources/tools/VRMScrambler/Source/Library/libpng/LICENSE +0 -111
- package/PackageResources/tools/VRMScrambler/Source/Library/libpng/LICENSE.meta +0 -7
- package/PackageResources/tools/VRMScrambler/Source/Library/libpng/png.c +0 -4460
- package/PackageResources/tools/VRMScrambler/Source/Library/libpng/png.c.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Library/libpng/png.h +0 -3279
- package/PackageResources/tools/VRMScrambler/Source/Library/libpng/png.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pngconf.h +0 -644
- package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pngconf.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pngdebug.h +0 -154
- package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pngdebug.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pngerror.c +0 -963
- package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pngerror.c.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pngget.c +0 -1213
- package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pngget.c.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pnginfo.h +0 -260
- package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pnginfo.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pnglibconf.h +0 -210
- package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pnglibconf.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pngmem.c +0 -281
- package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pngmem.c.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pngpread.c +0 -1168
- package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pngpread.c.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pngpriv.h +0 -1944
- package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pngpriv.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pngread.c +0 -4121
- package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pngread.c.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pngrio.c +0 -120
- package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pngrio.c.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pngrtran.c +0 -4994
- package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pngrtran.c.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pngrutil.c +0 -4474
- package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pngrutil.c.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pngset.c +0 -1611
- package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pngset.c.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pngstruct.h +0 -489
- package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pngstruct.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pngtrans.c +0 -849
- package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pngtrans.c.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pngwio.c +0 -168
- package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pngwio.c.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pngwrite.c +0 -2455
- package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pngwrite.c.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pngwtran.c +0 -574
- package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pngwtran.c.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pngwutil.c +0 -3029
- package/PackageResources/tools/VRMScrambler/Source/Library/libpng/pngwutil.c.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Library/libpng.meta +0 -8
- package/PackageResources/tools/VRMScrambler/Source/Library/zlib/README +0 -115
- package/PackageResources/tools/VRMScrambler/Source/Library/zlib/README.meta +0 -7
- package/PackageResources/tools/VRMScrambler/Source/Library/zlib/adler32.c +0 -179
- package/PackageResources/tools/VRMScrambler/Source/Library/zlib/adler32.c.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Library/zlib/compress.c +0 -80
- package/PackageResources/tools/VRMScrambler/Source/Library/zlib/compress.c.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Library/zlib/crc32.c +0 -425
- package/PackageResources/tools/VRMScrambler/Source/Library/zlib/crc32.c.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Library/zlib/crc32.h +0 -441
- package/PackageResources/tools/VRMScrambler/Source/Library/zlib/crc32.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Library/zlib/deflate.c +0 -1967
- package/PackageResources/tools/VRMScrambler/Source/Library/zlib/deflate.c.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Library/zlib/deflate.h +0 -346
- package/PackageResources/tools/VRMScrambler/Source/Library/zlib/deflate.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Library/zlib/gzclose.c +0 -25
- package/PackageResources/tools/VRMScrambler/Source/Library/zlib/gzclose.c.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Library/zlib/gzguts.h +0 -209
- package/PackageResources/tools/VRMScrambler/Source/Library/zlib/gzguts.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Library/zlib/gzlib.c +0 -638
- package/PackageResources/tools/VRMScrambler/Source/Library/zlib/gzlib.c.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Library/zlib/gzread.c +0 -598
- package/PackageResources/tools/VRMScrambler/Source/Library/zlib/gzread.c.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Library/zlib/gzwrite.c +0 -581
- package/PackageResources/tools/VRMScrambler/Source/Library/zlib/gzwrite.c.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Library/zlib/infback.c +0 -640
- package/PackageResources/tools/VRMScrambler/Source/Library/zlib/infback.c.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Library/zlib/inffast.c +0 -340
- package/PackageResources/tools/VRMScrambler/Source/Library/zlib/inffast.c.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Library/zlib/inffast.h +0 -11
- package/PackageResources/tools/VRMScrambler/Source/Library/zlib/inffast.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Library/zlib/inffixed.h +0 -94
- package/PackageResources/tools/VRMScrambler/Source/Library/zlib/inffixed.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Library/zlib/inflate.c +0 -1512
- package/PackageResources/tools/VRMScrambler/Source/Library/zlib/inflate.c.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Library/zlib/inflate.h +0 -122
- package/PackageResources/tools/VRMScrambler/Source/Library/zlib/inflate.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Library/zlib/inftrees.c +0 -306
- package/PackageResources/tools/VRMScrambler/Source/Library/zlib/inftrees.c.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Library/zlib/inftrees.h +0 -62
- package/PackageResources/tools/VRMScrambler/Source/Library/zlib/inftrees.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Library/zlib/trees.c +0 -1226
- package/PackageResources/tools/VRMScrambler/Source/Library/zlib/trees.c.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Library/zlib/trees.h +0 -128
- package/PackageResources/tools/VRMScrambler/Source/Library/zlib/trees.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Library/zlib/uncompr.c +0 -59
- package/PackageResources/tools/VRMScrambler/Source/Library/zlib/uncompr.c.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Library/zlib/zconf.h +0 -511
- package/PackageResources/tools/VRMScrambler/Source/Library/zlib/zconf.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Library/zlib/zlib.h +0 -1768
- package/PackageResources/tools/VRMScrambler/Source/Library/zlib/zlib.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Library/zlib/zutil.c +0 -324
- package/PackageResources/tools/VRMScrambler/Source/Library/zlib/zutil.c.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Library/zlib/zutil.h +0 -253
- package/PackageResources/tools/VRMScrambler/Source/Library/zlib/zutil.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Library/zlib.meta +0 -8
- package/PackageResources/tools/VRMScrambler/Source/Library.meta +0 -8
- package/PackageResources/tools/VRMScrambler/Source/Specific/Debug/LMsg.cpp +0 -91
- package/PackageResources/tools/VRMScrambler/Source/Specific/Debug/LMsg.cpp.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Specific/Debug/LMsg.h +0 -14
- package/PackageResources/tools/VRMScrambler/Source/Specific/Debug/LMsg.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Specific/Debug.meta +0 -8
- package/PackageResources/tools/VRMScrambler/Source/Specific/FileSystem/CFile.cpp +0 -279
- package/PackageResources/tools/VRMScrambler/Source/Specific/FileSystem/CFile.cpp.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Specific/FileSystem/CFile.h +0 -64
- package/PackageResources/tools/VRMScrambler/Source/Specific/FileSystem/CFile.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Specific/FileSystem/CFilePath.cpp +0 -235
- package/PackageResources/tools/VRMScrambler/Source/Specific/FileSystem/CFilePath.cpp.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Specific/FileSystem/CFilePath.h +0 -61
- package/PackageResources/tools/VRMScrambler/Source/Specific/FileSystem/CFilePath.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Specific/FileSystem/CFindFile.cpp +0 -284
- package/PackageResources/tools/VRMScrambler/Source/Specific/FileSystem/CFindFile.cpp.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Specific/FileSystem/CFindFile.h +0 -46
- package/PackageResources/tools/VRMScrambler/Source/Specific/FileSystem/CFindFile.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Specific/FileSystem/FileSystem.cpp +0 -127
- package/PackageResources/tools/VRMScrambler/Source/Specific/FileSystem/FileSystem.cpp.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Specific/FileSystem/FileSystem.h +0 -21
- package/PackageResources/tools/VRMScrambler/Source/Specific/FileSystem/FileSystem.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Specific/FileSystem/LFileName.cpp +0 -290
- package/PackageResources/tools/VRMScrambler/Source/Specific/FileSystem/LFileName.cpp.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Specific/FileSystem/LFileName.h +0 -30
- package/PackageResources/tools/VRMScrambler/Source/Specific/FileSystem/LFileName.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Specific/FileSystem.meta +0 -8
- package/PackageResources/tools/VRMScrambler/Source/Specific/Timer/CFrameCounter.cpp +0 -57
- package/PackageResources/tools/VRMScrambler/Source/Specific/Timer/CFrameCounter.cpp.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Specific/Timer/CFrameCounter.h +0 -25
- package/PackageResources/tools/VRMScrambler/Source/Specific/Timer/CFrameCounter.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Specific/Timer/Timer.cpp +0 -133
- package/PackageResources/tools/VRMScrambler/Source/Specific/Timer/Timer.cpp.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Specific/Timer/Timer.h +0 -21
- package/PackageResources/tools/VRMScrambler/Source/Specific/Timer/Timer.h.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source/Specific/Timer.meta +0 -8
- package/PackageResources/tools/VRMScrambler/Source/Specific.meta +0 -8
- package/PackageResources/tools/VRMScrambler/Source/main.cpp +0 -129
- package/PackageResources/tools/VRMScrambler/Source/main.cpp.meta +0 -27
- package/PackageResources/tools/VRMScrambler/Source.meta +0 -8
- package/PackageResources/tools/VRMScrambler/VRMScrambler.sln +0 -31
- package/PackageResources/tools/VRMScrambler/VRMScrambler.sln.meta +0 -7
- package/PackageResources/tools/VRMScrambler/VRMScrambler.vcxproj +0 -367
- package/PackageResources/tools/VRMScrambler/VRMScrambler.vcxproj.filters +0 -711
- package/PackageResources/tools/VRMScrambler/VRMScrambler.vcxproj.filters.meta +0 -7
- package/PackageResources/tools/VRMScrambler/VRMScrambler.vcxproj.meta +0 -7
- package/PackageResources/tools/VRMScrambler/VRMScrambler.vcxproj.user +0 -16
- package/PackageResources/tools/VRMScrambler/VRMScrambler.vcxproj.user.meta +0 -7
- package/PackageResources/tools/VRMScrambler.meta +0 -8
- package/Samples~/Tutorial -action-/Openweb.unity +0 -702
- package/Samples~/Tutorial -action-/Openweb.unity.meta +0 -7
- package/Samples~/Tutorial -basic-/EditSkybox.unity +0 -755
- package/Samples~/Tutorial -basic-/EditSkybox.unity.meta +0 -7
- package/Samples~/Tutorial -basic-/EssentialObjects.unity +0 -734
- package/Samples~/Tutorial -basic-/EssentialObjects.unity.meta +0 -7
- package/Samples~/Tutorial -basic-/HEOPlane.unity +0 -2331
- package/Samples~/Tutorial -basic-/HEOPlane.unity.meta +0 -7
- package/Samples~/Tutorial -basic-/Textures/AboutHEOPlane.png.meta +0 -116
- package/Samples~/Tutorial -basic-/Textures/Materials/AboutHEOPlane.mat +0 -27
- package/Samples~/Tutorial -basic-/Textures/Materials/AboutHEOPlane.mat.meta +0 -8
- package/Samples~/Tutorial -basic-/Textures/Materials/AboutObjectsToBuild.mat +0 -27
- package/Samples~/Tutorial -basic-/Textures/Materials/AboutObjectsToBuild.mat.meta +0 -8
- package/Samples~/Tutorial -basic-/Textures/Materials/AboutSkybox.mat +0 -27
- package/Samples~/Tutorial -basic-/Textures/Materials/AboutSkybox.mat.meta +0 -8
- package/Samples~/Tutorial -basic-/Textures/Materials/Alpha_OFF_Billboard_OFF.mat +0 -27
- package/Samples~/Tutorial -basic-/Textures/Materials/Alpha_OFF_Billboard_OFF.mat.meta +0 -8
- package/Samples~/Tutorial -basic-/Textures/Materials/Alpha_ON_Billboard_OFF.mat +0 -27
- package/Samples~/Tutorial -basic-/Textures/Materials/Alpha_ON_Billboard_OFF.mat.meta +0 -8
- package/Samples~/Tutorial -basic-/Textures/Materials/Alpha_ON_Billboard_ON.mat +0 -27
- package/Samples~/Tutorial -basic-/Textures/Materials/Alpha_ON_Billboard_ON.mat.meta +0 -8
- package/Samples~/Tutorial -basic-/Textures/Materials/EssentialComponentList.mat +0 -27
- package/Samples~/Tutorial -basic-/Textures/Materials/EssentialComponentList.mat.meta +0 -8
- package/Samples~/Tutorial -basic-/Textures/Materials/ZBias_0.mat +0 -27
- package/Samples~/Tutorial -basic-/Textures/Materials/ZBias_0.mat.meta +0 -8
- package/Samples~/Tutorial -basic-/Textures/Materials/ZBias_minus10.mat +0 -27
- package/Samples~/Tutorial -basic-/Textures/Materials/ZBias_minus10.mat.meta +0 -8
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/HIKKY.VketCloudSDK.dll
CHANGED
|
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:
|
|
108
|
-
m_Name:
|
|
109
|
-
m_EditorClassIdentifier:
|
|
110
|
-
_areacollider:
|
|
111
|
-
name:
|
|
112
|
-
actions: []
|
|
113
|
-
leaveactions: []
|
|
114
|
-
isActionsFoldout:
|
|
115
|
-
isLeaveActionsFoldout:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
468
|
-
Text: Camera
|
|
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:
|
|
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}},
|