app.hypergames.hypersdk 1.0.5 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (318) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/Demo/DemoScene.unity.meta +7 -0
  3. package/Demo/Scripts/GameDemo.cs.meta +11 -0
  4. package/Demo/Scripts.meta +8 -0
  5. package/Demo.meta +8 -0
  6. package/Editor/Resources/TopBarPreviews/Dark/Default.png.meta +127 -0
  7. package/Editor/Resources/TopBarPreviews/Dark/HealthBarGreenLeft.png.meta +127 -0
  8. package/Editor/Resources/TopBarPreviews/Dark/HeartsLeft.png.meta +127 -0
  9. package/Editor/Resources/TopBarPreviews/Dark.meta +8 -0
  10. package/Editor/Resources/TopBarPreviews/Light/Default.png.meta +127 -0
  11. package/Editor/Resources/TopBarPreviews/Light/HealthBarGreenLeft.png.meta +127 -0
  12. package/Editor/Resources/TopBarPreviews/Light/HeartsLeft.png.meta +127 -0
  13. package/Editor/Resources/TopBarPreviews/Light.meta +8 -0
  14. package/Editor/Resources/TopBarPreviews.meta +8 -0
  15. package/Editor/Resources.meta +8 -0
  16. package/Editor/Scripts/HyperSettingsNav.cs.meta +2 -0
  17. package/Editor/Scripts/PostBuildInjector.cs.meta +11 -0
  18. package/Editor/Scripts.meta +8 -0
  19. package/Editor.meta +8 -0
  20. package/Plugins/Demigiant/DOTween/DOTween.XML.meta +4 -0
  21. package/Plugins/Demigiant/DOTween/DOTween.dll.meta +61 -0
  22. package/Plugins/Demigiant/DOTween/Editor/DOTweenEditor.XML.meta +4 -0
  23. package/Plugins/Demigiant/DOTween/Editor/DOTweenEditor.dll.meta +22 -0
  24. package/Plugins/Demigiant/DOTween/Editor/Imgs/DOTweenIcon.png.meta +47 -0
  25. package/Plugins/Demigiant/DOTween/Editor/Imgs/DOTweenMiniIcon.png.meta +68 -0
  26. package/Plugins/Demigiant/DOTween/Editor/Imgs/Footer.png.meta +47 -0
  27. package/Plugins/Demigiant/DOTween/Editor/Imgs/Footer_dark.png.meta +47 -0
  28. package/Plugins/Demigiant/DOTween/Editor/Imgs/Header.jpg.meta +47 -0
  29. package/Plugins/Demigiant/DOTween/Editor/Imgs.meta +5 -0
  30. package/Plugins/Demigiant/DOTween/Editor.meta +5 -0
  31. package/Plugins/Demigiant/DOTween/Modules/DOTween.Modules.asmdef.meta +7 -0
  32. package/Plugins/Demigiant/DOTween/Modules/DOTweenModuleAudio.cs.meta +8 -0
  33. package/Plugins/Demigiant/DOTween/Modules/DOTweenModuleEPOOutline.cs.meta +12 -0
  34. package/Plugins/Demigiant/DOTween/Modules/DOTweenModulePhysics.cs.meta +8 -0
  35. package/Plugins/Demigiant/DOTween/Modules/DOTweenModulePhysics2D.cs.meta +8 -0
  36. package/Plugins/Demigiant/DOTween/Modules/DOTweenModuleSprite.cs.meta +8 -0
  37. package/Plugins/Demigiant/DOTween/Modules/DOTweenModuleUI.cs.meta +8 -0
  38. package/Plugins/Demigiant/DOTween/Modules/DOTweenModuleUnityVersion.cs.meta +8 -0
  39. package/Plugins/Demigiant/DOTween/Modules/DOTweenModuleUtils.cs.meta +8 -0
  40. package/Plugins/Demigiant/DOTween/Modules.meta +5 -0
  41. package/Plugins/Demigiant/DOTween/readme.txt.meta +4 -0
  42. package/Plugins/Demigiant/DOTween.meta +21 -0
  43. package/Plugins/Demigiant.meta +8 -0
  44. package/Plugins/RSAEncryption.jslib.meta +32 -0
  45. package/Plugins/TutorialCache.jslib.meta +32 -0
  46. package/Plugins/WebGLPlugin.jslib.meta +32 -0
  47. package/Plugins/WebSocketPlugin.jslib.meta +32 -0
  48. package/Runtime/Core/HyperLoader.cs.meta +11 -0
  49. package/Runtime/Core/HyperSDK.cs.meta +11 -0
  50. package/Runtime/Core/HyperSDKTimer.cs.meta +11 -0
  51. package/Runtime/Core/SafeArea.cs.meta +11 -0
  52. package/Runtime/Core.meta +8 -0
  53. package/Runtime/Hyper.asmdef.meta +7 -0
  54. package/Runtime/Modals/ConnectionRestoredController.cs.meta +11 -0
  55. package/Runtime/Modals/ConnectionStatusIcon.cs.meta +11 -0
  56. package/Runtime/Modals/ConnectionStatusModal.cs.meta +11 -0
  57. package/Runtime/Modals/GameOverModal.cs.meta +11 -0
  58. package/Runtime/Modals/GamePausedModal.cs.meta +11 -0
  59. package/Runtime/Modals/LoadingFailedModal.cs.meta +11 -0
  60. package/Runtime/Modals/PauseButton.cs.meta +11 -0
  61. package/Runtime/Modals/ScoreSubmissionFailedModal.cs.meta +11 -0
  62. package/Runtime/Modals/ScoreText.cs.meta +11 -0
  63. package/Runtime/Modals/SessionTimedOutModal.cs.meta +11 -0
  64. package/Runtime/Modals/SnackBarStatusModal.cs.meta +11 -0
  65. package/Runtime/Modals/StartingInstructionModal.cs.meta +11 -0
  66. package/Runtime/Modals/TimeUpModal.cs.meta +11 -0
  67. package/Runtime/Modals/TimerText.cs.meta +11 -0
  68. package/Runtime/Modals/TopBarModal.cs.meta +11 -0
  69. package/Runtime/Modals/TutorialButton.cs.meta +11 -0
  70. package/Runtime/Modals/TutorialModal.cs.meta +11 -0
  71. package/Runtime/Modals/WrongOrientationModal.cs.meta +11 -0
  72. package/Runtime/Modals/WrongPlatformModal.cs.meta +11 -0
  73. package/Runtime/Modals.meta +8 -0
  74. package/Runtime/Modules/BackendModule.cs.meta +11 -0
  75. package/Runtime/Modules/DataModule.cs.meta +11 -0
  76. package/Runtime/Modules/EventModule.cs.meta +11 -0
  77. package/Runtime/Modules/GameModule.cs.meta +11 -0
  78. package/Runtime/Modules/Random.cs.meta +11 -0
  79. package/Runtime/Modules.meta +8 -0
  80. package/Runtime/Resources/Animations/GamepadLoader 1.anim.meta +8 -0
  81. package/Runtime/Resources/Animations/LaunchingText.anim.meta +8 -0
  82. package/Runtime/Resources/Animations/StartingInstruction.anim.meta +8 -0
  83. package/Runtime/Resources/Animations/Swipe.anim.meta +8 -0
  84. package/Runtime/Resources/Animations/Swipe_Animations_SpriteSheet_0.controller.meta +8 -0
  85. package/Runtime/Resources/Animations/Swipe_right.anim.meta +8 -0
  86. package/Runtime/Resources/Animations/TapToPlay.anim.meta +8 -0
  87. package/Runtime/Resources/Animations.meta +8 -0
  88. package/Runtime/Resources/Developer_Tutorial/WhatsApp Video 2024-12-24 at 20.44.19_d2128f48.mp4.meta +18 -0
  89. package/Runtime/Resources/Developer_Tutorial/vecteezy_clapper-board-icon-animation-with-cool-energy-effects-movie_33904119.mp4.meta +18 -0
  90. package/Runtime/Resources/Developer_Tutorial.meta +8 -0
  91. package/Runtime/Resources/Fonts/Hanson_Bold/Hanson-Bold.otf.meta +21 -0
  92. package/Runtime/Resources/Fonts/Hanson_Bold/Hanson-Bold.ttf.meta +22 -0
  93. package/Runtime/Resources/Fonts/Hanson_Bold.meta +8 -0
  94. package/Runtime/Resources/Fonts/Nunito/Nunito-Italic-VariableFont_wght.ttf.meta +21 -0
  95. package/Runtime/Resources/Fonts/Nunito/Nunito-VariableFont_wght SDF.asset.meta +8 -0
  96. package/Runtime/Resources/Fonts/Nunito/Nunito-VariableFont_wght.ttf.meta +21 -0
  97. package/Runtime/Resources/Fonts/Nunito/OFL.txt.meta +7 -0
  98. package/Runtime/Resources/Fonts/Nunito/README.txt.meta +7 -0
  99. package/Runtime/Resources/Fonts/Nunito/static/Nunito-Black.ttf.meta +21 -0
  100. package/Runtime/Resources/Fonts/Nunito/static/Nunito-BlackItalic.ttf.meta +21 -0
  101. package/Runtime/Resources/Fonts/Nunito/static/Nunito-Bold SDF.asset.meta +8 -0
  102. package/Runtime/Resources/Fonts/Nunito/static/Nunito-Bold.ttf.meta +21 -0
  103. package/Runtime/Resources/Fonts/Nunito/static/Nunito-BoldItalic.ttf.meta +21 -0
  104. package/Runtime/Resources/Fonts/Nunito/static/Nunito-ExtraBold.ttf.meta +21 -0
  105. package/Runtime/Resources/Fonts/Nunito/static/Nunito-ExtraBoldItalic.ttf.meta +21 -0
  106. package/Runtime/Resources/Fonts/Nunito/static/Nunito-ExtraLight.ttf.meta +21 -0
  107. package/Runtime/Resources/Fonts/Nunito/static/Nunito-ExtraLightItalic.ttf.meta +21 -0
  108. package/Runtime/Resources/Fonts/Nunito/static/Nunito-Italic.ttf.meta +21 -0
  109. package/Runtime/Resources/Fonts/Nunito/static/Nunito-Light.ttf.meta +21 -0
  110. package/Runtime/Resources/Fonts/Nunito/static/Nunito-LightItalic.ttf.meta +21 -0
  111. package/Runtime/Resources/Fonts/Nunito/static/Nunito-Medium.ttf.meta +21 -0
  112. package/Runtime/Resources/Fonts/Nunito/static/Nunito-MediumItalic.ttf.meta +21 -0
  113. package/Runtime/Resources/Fonts/Nunito/static/Nunito-Regular.ttf.meta +21 -0
  114. package/Runtime/Resources/Fonts/Nunito/static/Nunito-SemiBold.ttf.meta +21 -0
  115. package/Runtime/Resources/Fonts/Nunito/static/Nunito-SemiBoldItalic.ttf.meta +21 -0
  116. package/Runtime/Resources/Fonts/Nunito/static.meta +8 -0
  117. package/Runtime/Resources/Fonts/Nunito.meta +8 -0
  118. package/Runtime/Resources/Fonts/Space_grotesk/SpaceGrotesk-Bold.ttf.meta +21 -0
  119. package/Runtime/Resources/Fonts/Space_grotesk/SpaceGrotesk-Light.ttf.meta +26 -0
  120. package/Runtime/Resources/Fonts/Space_grotesk/SpaceGrotesk-Medium.ttf.meta +21 -0
  121. package/Runtime/Resources/Fonts/Space_grotesk/SpaceGrotesk-Regular.ttf.meta +21 -0
  122. package/Runtime/Resources/Fonts/Space_grotesk/SpaceGrotesk-SemiBold.ttf.meta +21 -0
  123. package/Runtime/Resources/Fonts/Space_grotesk/SpaceGrotesk-VariableFont_wght.ttf.meta +21 -0
  124. package/Runtime/Resources/Fonts/Space_grotesk.meta +8 -0
  125. package/Runtime/Resources/Fonts/TMP/Hanson_Bold/Hanson-Bold SDF.asset.meta +8 -0
  126. package/Runtime/Resources/Fonts/TMP/Hanson_Bold.meta +8 -0
  127. package/Runtime/Resources/Fonts/TMP/Space_Grotesk/SpaceGrotesk-Bold SDF.asset.meta +8 -0
  128. package/Runtime/Resources/Fonts/TMP/Space_Grotesk/SpaceGrotesk-Light SDF.asset.meta +8 -0
  129. package/Runtime/Resources/Fonts/TMP/Space_Grotesk/SpaceGrotesk-Medium SDF.asset.meta +8 -0
  130. package/Runtime/Resources/Fonts/TMP/Space_Grotesk/SpaceGrotesk-Regular SDF.asset.meta +8 -0
  131. package/Runtime/Resources/Fonts/TMP/Space_Grotesk/SpaceGrotesk-SemiBold SDF.asset.meta +8 -0
  132. package/Runtime/Resources/Fonts/TMP/Space_Grotesk.meta +8 -0
  133. package/Runtime/Resources/Fonts/TMP.meta +8 -0
  134. package/Runtime/Resources/Fonts/wonder_boys/New/Wonder Boys - Personal Use.ttf.meta +21 -0
  135. package/Runtime/Resources/Fonts/wonder_boys/New.meta +8 -0
  136. package/Runtime/Resources/Fonts/wonder_boys/Wonder Boys - Personal Use SDF 1.asset.meta +8 -0
  137. package/Runtime/Resources/Fonts/wonder_boys/Wonder Boys - Personal Use.ttf.meta +21 -0
  138. package/Runtime/Resources/Fonts/wonder_boys.meta +8 -0
  139. package/Runtime/Resources/Fonts.meta +8 -0
  140. package/Runtime/Resources/GameAssets/HealthBar/Health_Empty.png.meta +153 -0
  141. package/Runtime/Resources/GameAssets/HealthBar/Health_Full.png.meta +153 -0
  142. package/Runtime/Resources/GameAssets/HealthBar.meta +8 -0
  143. package/Runtime/Resources/GameAssets/ScoreMultiplier.meta +8 -0
  144. package/Runtime/Resources/GameAssets.meta +8 -0
  145. package/Runtime/Resources/HyperGameContentConfig.asset.meta +8 -0
  146. package/Runtime/Resources/HyperSDKSettings.asset.meta +8 -0
  147. package/Runtime/Resources/Portrait Test.png.meta +143 -0
  148. package/Runtime/Resources/Sprites/Button_Pause_Bars_Dark.png.meta +153 -0
  149. package/Runtime/Resources/Sprites/Button_Pause_Bars_Light.png.meta +153 -0
  150. package/Runtime/Resources/Sprites/Button_Pause_Base.png.meta +153 -0
  151. package/Runtime/Resources/Sprites/GameOverModal/Button_Exit_Normal.png.meta +153 -0
  152. package/Runtime/Resources/Sprites/GameOverModal/Button_Exit_Pressed.png.meta +153 -0
  153. package/Runtime/Resources/Sprites/GameOverModal/Button_Play_Again_Normal.png.meta +153 -0
  154. package/Runtime/Resources/Sprites/GameOverModal/Button_Play_Again_Pressed.png.meta +153 -0
  155. package/Runtime/Resources/Sprites/GameOverModal/Game_Over_Box.png.meta +153 -0
  156. package/Runtime/Resources/Sprites/GameOverModal/Game_Over_Box_Practice.png.meta +153 -0
  157. package/Runtime/Resources/Sprites/GameOverModal.meta +8 -0
  158. package/Runtime/Resources/Sprites/GamePausedModal/Button_ContinuePlaying.png.meta +153 -0
  159. package/Runtime/Resources/Sprites/GamePausedModal/Button_ContinuePlaying_Landscape.png.meta +153 -0
  160. package/Runtime/Resources/Sprites/GamePausedModal/Button_ContinuePlaying_Pressed.png.meta +153 -0
  161. package/Runtime/Resources/Sprites/GamePausedModal/Button_ContinuePlaying_wText.png.meta +153 -0
  162. package/Runtime/Resources/Sprites/GamePausedModal/Button_Continue_Playing_Landscape_Normal.png.meta +153 -0
  163. package/Runtime/Resources/Sprites/GamePausedModal/Button_Continue_Playing_Landscape_Pressed.png.meta +153 -0
  164. package/Runtime/Resources/Sprites/GamePausedModal/Button_Continue_Playing_Normal.png.meta +153 -0
  165. package/Runtime/Resources/Sprites/GamePausedModal/Button_Continue_Playing_Pressed.png.meta +153 -0
  166. package/Runtime/Resources/Sprites/GamePausedModal/Button_Exit_Game_Landscape_Normal.png.meta +153 -0
  167. package/Runtime/Resources/Sprites/GamePausedModal/Button_Exit_Game_Landscape_Pressed.png.meta +153 -0
  168. package/Runtime/Resources/Sprites/GamePausedModal/Button_Exit_Game_Normal.png.meta +153 -0
  169. package/Runtime/Resources/Sprites/GamePausedModal/Button_Exit_Game_Pressed.png.meta +153 -0
  170. package/Runtime/Resources/Sprites/GamePausedModal/Button_Forfeit.png.meta +153 -0
  171. package/Runtime/Resources/Sprites/GamePausedModal/Button_Forfeit_Landscape.png.meta +153 -0
  172. package/Runtime/Resources/Sprites/GamePausedModal/Button_Forfeit_Landscape_Normal.png.meta +153 -0
  173. package/Runtime/Resources/Sprites/GamePausedModal/Button_Forfeit_Landscape_Pressed.png.meta +153 -0
  174. package/Runtime/Resources/Sprites/GamePausedModal/Button_Forfeit_Portrait_Normal.png.meta +153 -0
  175. package/Runtime/Resources/Sprites/GamePausedModal/Button_Forfeit_Portrait_Pressed.png.meta +153 -0
  176. package/Runtime/Resources/Sprites/GamePausedModal/Button_Forfeit_Pressed.png.meta +153 -0
  177. package/Runtime/Resources/Sprites/GamePausedModal/Circle_Transparent.png.meta +153 -0
  178. package/Runtime/Resources/Sprites/GamePausedModal/Frame 1321319618.png.meta +127 -0
  179. package/Runtime/Resources/Sprites/GamePausedModal/Frame 1321319620.png.meta +143 -0
  180. package/Runtime/Resources/Sprites/GamePausedModal/Icon_Restart.png.meta +153 -0
  181. package/Runtime/Resources/Sprites/GamePausedModal/Icon_SoundOff.png.meta +153 -0
  182. package/Runtime/Resources/Sprites/GamePausedModal/Icon_SoundOn.png.meta +153 -0
  183. package/Runtime/Resources/Sprites/GamePausedModal/Icon_Tutorial.png.meta +153 -0
  184. package/Runtime/Resources/Sprites/GamePausedModal/Paused.png.meta +143 -0
  185. package/Runtime/Resources/Sprites/GamePausedModal/PurpleBox_GamePaused_Landscape.png.meta +153 -0
  186. package/Runtime/Resources/Sprites/GamePausedModal/PurpleBox_GamePaused_Portrait.png.meta +153 -0
  187. package/Runtime/Resources/Sprites/GamePausedModal/ScoresFrame.png.meta +153 -0
  188. package/Runtime/Resources/Sprites/GamePausedModal.meta +8 -0
  189. package/Runtime/Resources/Sprites/Gamepad_White 1.png.meta +153 -0
  190. package/Runtime/Resources/Sprites/Hints Container/Frame 3.png.meta +140 -0
  191. package/Runtime/Resources/Sprites/Hints Container/Hint Container.png.meta +143 -0
  192. package/Runtime/Resources/Sprites/Hints Container/Index Pointer.png.meta +143 -0
  193. package/Runtime/Resources/Sprites/Hints Container.meta +8 -0
  194. package/Runtime/Resources/Sprites/Icon_Close.png.meta +153 -0
  195. package/Runtime/Resources/Sprites/LoadingFailedModal/Button_Retry.png.meta +153 -0
  196. package/Runtime/Resources/Sprites/LoadingFailedModal/Button_RetryLater.png.meta +153 -0
  197. package/Runtime/Resources/Sprites/LoadingFailedModal/Button_Retry_Later_Normal.png.meta +153 -0
  198. package/Runtime/Resources/Sprites/LoadingFailedModal/Button_Retry_Later_Pressed.png.meta +153 -0
  199. package/Runtime/Resources/Sprites/LoadingFailedModal/Button_Retry_Normal.png.meta +153 -0
  200. package/Runtime/Resources/Sprites/LoadingFailedModal/Button_Retry_Pressed.png.meta +153 -0
  201. package/Runtime/Resources/Sprites/LoadingFailedModal/Button_RetyTimer.png.meta +153 -0
  202. package/Runtime/Resources/Sprites/LoadingFailedModal/PurpleBox_LoadingFailed.png.meta +153 -0
  203. package/Runtime/Resources/Sprites/LoadingFailedModal/no-wifi.png.meta +153 -0
  204. package/Runtime/Resources/Sprites/LoadingFailedModal.meta +8 -0
  205. package/Runtime/Resources/Sprites/LoadingScreen/Frame 2147224051.png.meta +143 -0
  206. package/Runtime/Resources/Sprites/LoadingScreen/HYPERGAMES_Logo.png.meta +156 -0
  207. package/Runtime/Resources/Sprites/LoadingScreen/LoadingBar_BG.png.meta +156 -0
  208. package/Runtime/Resources/Sprites/LoadingScreen/LoadingBar_Border.png.meta +156 -0
  209. package/Runtime/Resources/Sprites/LoadingScreen/LoadingBar_Ellipse 1.png.meta +156 -0
  210. package/Runtime/Resources/Sprites/LoadingScreen/LoadingBar_Ellipse.png.meta +156 -0
  211. package/Runtime/Resources/Sprites/LoadingScreen/LoadingBar_Fix.png.meta +156 -0
  212. package/Runtime/Resources/Sprites/LoadingScreen/LoadingBar_Fix2.png.meta +156 -0
  213. package/Runtime/Resources/Sprites/LoadingScreen/LoadingBar_Fix3.png.meta +156 -0
  214. package/Runtime/Resources/Sprites/LoadingScreen/Progress bar.png.meta +156 -0
  215. package/Runtime/Resources/Sprites/LoadingScreen/Progress bar_1.png.meta +156 -0
  216. package/Runtime/Resources/Sprites/LoadingScreen/TapToPlay.png.meta +153 -0
  217. package/Runtime/Resources/Sprites/LoadingScreen/Underlay.png.meta +143 -0
  218. package/Runtime/Resources/Sprites/LoadingScreen.meta +8 -0
  219. package/Runtime/Resources/Sprites/No_Wifi_Icon 1.png.meta +166 -0
  220. package/Runtime/Resources/Sprites/SessionTimedOutModal/fi_7477533.png.meta +127 -0
  221. package/Runtime/Resources/Sprites/SessionTimedOutModal.meta +8 -0
  222. package/Runtime/Resources/Sprites/Shiny_Pattern_Background 1.png.meta +153 -0
  223. package/Runtime/Resources/Sprites/SubmissionFailedModal/Icon_Submit_Failed.png.meta +153 -0
  224. package/Runtime/Resources/Sprites/SubmissionFailedModal.meta +8 -0
  225. package/Runtime/Resources/Sprites/Swipe_Animations_SpriteSheet.png.meta +1517 -0
  226. package/Runtime/Resources/Sprites/TimeUpModal/Icon_Timer.png.meta +153 -0
  227. package/Runtime/Resources/Sprites/TimeUpModal/Text_TimeUp.png.meta +153 -0
  228. package/Runtime/Resources/Sprites/TimeUpModal/TimeUp.png.meta +153 -0
  229. package/Runtime/Resources/Sprites/TimeUpModal.meta +8 -0
  230. package/Runtime/Resources/Sprites/TopBar/Button_Pause.png.meta +153 -0
  231. package/Runtime/Resources/Sprites/TopBar/Button_Pause_Light.png.meta +153 -0
  232. package/Runtime/Resources/Sprites/TopBar/Icon_NoWifi.png.meta +153 -0
  233. package/Runtime/Resources/Sprites/TopBar/Icon_YesWifi.png.meta +153 -0
  234. package/Runtime/Resources/Sprites/TopBar/Top_Black_Rounded_Bar.png.meta +153 -0
  235. package/Runtime/Resources/Sprites/TopBar/Top_Black_Rounded_Bar_Portrait_III.png.meta +153 -0
  236. package/Runtime/Resources/Sprites/TopBar/Top_Black_Rounded_Bar_Portrait_IV.png.meta +153 -0
  237. package/Runtime/Resources/Sprites/TopBar/Top_Rounded_Bar_Landscape.png.meta +153 -0
  238. package/Runtime/Resources/Sprites/TopBar/Top_Rounded_Bar_Portrait.png.meta +153 -0
  239. package/Runtime/Resources/Sprites/TopBar.meta +8 -0
  240. package/Runtime/Resources/Sprites/TopBar.png.meta +153 -0
  241. package/Runtime/Resources/Sprites/TopBar_Landscape.png.meta +153 -0
  242. package/Runtime/Resources/Sprites/TutorialModal/Button_Back.png.meta +153 -0
  243. package/Runtime/Resources/Sprites/TutorialModal/Button_Next.png.meta +153 -0
  244. package/Runtime/Resources/Sprites/TutorialModal/Icon_Left.png.meta +153 -0
  245. package/Runtime/Resources/Sprites/TutorialModal/Icon_Right.png.meta +153 -0
  246. package/Runtime/Resources/Sprites/TutorialModal/Knob.png.meta +153 -0
  247. package/Runtime/Resources/Sprites/TutorialModal/Time_Seeker_Bar_Empty.png.meta +153 -0
  248. package/Runtime/Resources/Sprites/TutorialModal/Time_Seeker_Bar_Filled.png.meta +153 -0
  249. package/Runtime/Resources/Sprites/TutorialModal/Time_Seeker_Bar_Filled_II.png.meta +153 -0
  250. package/Runtime/Resources/Sprites/TutorialModal/Timeline_Seeker_Bar.png.meta +153 -0
  251. package/Runtime/Resources/Sprites/TutorialModal/Timeline_Seeker_Bar_Empty_Landscape.png.meta +153 -0
  252. package/Runtime/Resources/Sprites/TutorialModal/Timeline_Seeker_Bar_Landscape.png.meta +153 -0
  253. package/Runtime/Resources/Sprites/TutorialModal/Tutorial_Background_Inner_Landscape.png.meta +153 -0
  254. package/Runtime/Resources/Sprites/TutorialModal/Tutorial_Background_Inner_Portrait.png.meta +153 -0
  255. package/Runtime/Resources/Sprites/TutorialModal/Tutorial_Background_Inner_wText_Landscape.png.meta +153 -0
  256. package/Runtime/Resources/Sprites/TutorialModal/Tutorial_Background_Inner_wText_Portrait.png.meta +153 -0
  257. package/Runtime/Resources/Sprites/TutorialModal/Tutorial_Background_Landscape.png.meta +153 -0
  258. package/Runtime/Resources/Sprites/TutorialModal/Tutorial_Background_Portrait.png.meta +153 -0
  259. package/Runtime/Resources/Sprites/TutorialModal.meta +8 -0
  260. package/Runtime/Resources/Sprites/WrongOrientationModal/Icon_Exit.png.meta +153 -0
  261. package/Runtime/Resources/Sprites/WrongOrientationModal/RotateYourDevice.png.meta +153 -0
  262. package/Runtime/Resources/Sprites/WrongOrientationModal/RotateYourDevice_2.png.meta +153 -0
  263. package/Runtime/Resources/Sprites/WrongOrientationModal.meta +8 -0
  264. package/Runtime/Resources/Sprites/WrongPlatform/WrongPlatform_1.png.meta +153 -0
  265. package/Runtime/Resources/Sprites/WrongPlatform/WrongPlatform_2.png.meta +153 -0
  266. package/Runtime/Resources/Sprites/WrongPlatform.meta +8 -0
  267. package/Runtime/Resources/Sprites/Yes_Wifi_Icon 1.png.meta +166 -0
  268. package/Runtime/Resources/Sprites/stopwatch icon.png.meta +127 -0
  269. package/Runtime/Resources/Sprites.meta +8 -0
  270. package/Runtime/Resources/TutorialVideoTexture.renderTexture.meta +8 -0
  271. package/Runtime/Resources/UIPrefabs/ConnectionStatusBar.prefab.meta +7 -0
  272. package/Runtime/Resources/UIPrefabs/GameOverModal_Battle.prefab.meta +7 -0
  273. package/Runtime/Resources/UIPrefabs/GameOverModal_Practice.prefab.meta +7 -0
  274. package/Runtime/Resources/UIPrefabs/GamePausedModal_Battle.prefab.meta +7 -0
  275. package/Runtime/Resources/UIPrefabs/GamePausedModal_Battle_Landscape.prefab.meta +7 -0
  276. package/Runtime/Resources/UIPrefabs/GamePausedModal_Practice.prefab.meta +7 -0
  277. package/Runtime/Resources/UIPrefabs/GamePausedModal_Practice_Landscape.prefab.meta +7 -0
  278. package/Runtime/Resources/UIPrefabs/IndicatorCircle.prefab.meta +7 -0
  279. package/Runtime/Resources/UIPrefabs/LoadingFailedModal.prefab.meta +7 -0
  280. package/Runtime/Resources/UIPrefabs/ScoreSubmissionFailedModal.prefab.meta +7 -0
  281. package/Runtime/Resources/UIPrefabs/SessionTimedOutModal.prefab.meta +7 -0
  282. package/Runtime/Resources/UIPrefabs/SnackBarStatusModal.prefab.meta +7 -0
  283. package/Runtime/Resources/UIPrefabs/StartingInstructionModal.prefab.meta +7 -0
  284. package/Runtime/Resources/UIPrefabs/TimeUpModal.prefab.meta +7 -0
  285. package/Runtime/Resources/UIPrefabs/Top Bar Elements/PauseButton.prefab.meta +7 -0
  286. package/Runtime/Resources/UIPrefabs/Top Bar Elements/ScoreText.prefab.meta +7 -0
  287. package/Runtime/Resources/UIPrefabs/Top Bar Elements/TimerText.prefab.meta +7 -0
  288. package/Runtime/Resources/UIPrefabs/Top Bar Elements.meta +8 -0
  289. package/Runtime/Resources/UIPrefabs/TopBarElements.prefab.meta +7 -0
  290. package/Runtime/Resources/UIPrefabs/TutorialLandscapeModal.prefab.meta +7 -0
  291. package/Runtime/Resources/UIPrefabs/TutorialPortraitModal.prefab.meta +7 -0
  292. package/Runtime/Resources/UIPrefabs/WrongOrientationModal.prefab.meta +7 -0
  293. package/Runtime/Resources/UIPrefabs/WrongPlatformModal.prefab.meta +7 -0
  294. package/Runtime/Resources/UIPrefabs.meta +8 -0
  295. package/Runtime/Resources.meta +8 -0
  296. package/Runtime/Scenes/HyperLoader.unity.meta +7 -0
  297. package/Runtime/Scenes.meta +8 -0
  298. package/Runtime/Scriptable Objects/HyperGameContentConfig.cs.meta +11 -0
  299. package/Runtime/Scriptable Objects/HyperSDKSettings.cs.meta +11 -0
  300. package/Runtime/Scriptable Objects.meta +8 -0
  301. package/Runtime/UIAnimations/CenterModal.cs.meta +11 -0
  302. package/Runtime/UIAnimations/PopIn.cs.meta +11 -0
  303. package/Runtime/UIAnimations/ReparentToMask.cs.meta +11 -0
  304. package/Runtime/UIAnimations/SlideRight.cs.meta +11 -0
  305. package/Runtime/UIAnimations/SlideUp.cs.meta +11 -0
  306. package/Runtime/UIAnimations.meta +8 -0
  307. package/Runtime.meta +8 -0
  308. package/WebGLTemplates/HyperLoader/TemplateData/Progress bar bg.png.meta +7 -0
  309. package/WebGLTemplates/HyperLoader/TemplateData/Progress bar fill.png.meta +7 -0
  310. package/WebGLTemplates/HyperLoader/TemplateData/Wonder Boys - Personal Use.ttf.meta +21 -0
  311. package/WebGLTemplates/HyperLoader/TemplateData/hyper-games-logo.svg.meta +7 -0
  312. package/WebGLTemplates/HyperLoader/TemplateData/hyperlogo.png.meta +7 -0
  313. package/WebGLTemplates/HyperLoader/TemplateData.meta +8 -0
  314. package/WebGLTemplates/HyperLoader/index.html.meta +7 -0
  315. package/WebGLTemplates/HyperLoader/template.json.meta +7 -0
  316. package/WebGLTemplates/HyperLoader/thumbnail.png.meta +7 -0
  317. package/WebGLTemplates/HyperLoader.meta +8 -0
  318. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,26 @@
1
+ ## [1.0.6](https://github.com/mvmhyper/hyper-sdk/compare/v1.0.5...v1.0.6) (2025-06-17)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * testing merged yml ([84a7def](https://github.com/mvmhyper/hyper-sdk/commit/84a7deffd8802d4eb88be5bcd561134f4a32f961))
7
+ * testing with meta files enabled ([bc8f312](https://github.com/mvmhyper/hyper-sdk/commit/bc8f31234da0eb6dc35b2f0e381b922b74a55219))
8
+ * Update package.json ([e206cbf](https://github.com/mvmhyper/hyper-sdk/commit/e206cbfd7b032f240b307816ee338a59ecab93b8))
9
+
10
+ ## [1.0.7](https://github.com/mvmhyper/hyper-sdk/compare/v1.0.6...v1.0.7) (2025-06-17)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * testing merged yml ([84a7def](https://github.com/mvmhyper/hyper-sdk/commit/84a7deffd8802d4eb88be5bcd561134f4a32f961))
16
+
17
+ ## [1.0.6](https://github.com/mvmhyper/hyper-sdk/compare/v1.0.5...v1.0.6) (2025-06-16)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * testing with meta files enabled ([bc8f312](https://github.com/mvmhyper/hyper-sdk/commit/bc8f31234da0eb6dc35b2f0e381b922b74a55219))
23
+
1
24
  ## [1.0.5](https://github.com/mvmhyper/hyper-sdk/compare/v1.0.4...v1.0.5) (2025-06-16)
2
25
 
3
26
 
@@ -0,0 +1,7 @@
1
+ fileFormatVersion: 2
2
+ guid: 395954a5ef9f70b4f8db57c647f3eafd
3
+ DefaultImporter:
4
+ externalObjects: {}
5
+ userData:
6
+ assetBundleName:
7
+ assetBundleVariant:
@@ -0,0 +1,11 @@
1
+ fileFormatVersion: 2
2
+ guid: daea70320c9917546bc137e6b037d1f7
3
+ MonoImporter:
4
+ externalObjects: {}
5
+ serializedVersion: 2
6
+ defaultReferences: []
7
+ executionOrder: 0
8
+ icon: {instanceID: 0}
9
+ userData:
10
+ assetBundleName:
11
+ assetBundleVariant:
@@ -0,0 +1,8 @@
1
+ fileFormatVersion: 2
2
+ guid: df05d494606292844a7443a44b79f5fa
3
+ folderAsset: yes
4
+ DefaultImporter:
5
+ externalObjects: {}
6
+ userData:
7
+ assetBundleName:
8
+ assetBundleVariant:
package/Demo.meta ADDED
@@ -0,0 +1,8 @@
1
+ fileFormatVersion: 2
2
+ guid: 66c4a322329ebcb43a5361ee04b95a88
3
+ folderAsset: yes
4
+ DefaultImporter:
5
+ externalObjects: {}
6
+ userData:
7
+ assetBundleName:
8
+ assetBundleVariant:
@@ -0,0 +1,127 @@
1
+ fileFormatVersion: 2
2
+ guid: 3f02437fdb8c74248a1f6598bd3e3fdc
3
+ TextureImporter:
4
+ internalIDToNameTable: []
5
+ externalObjects: {}
6
+ serializedVersion: 13
7
+ mipmaps:
8
+ mipMapMode: 0
9
+ enableMipMap: 0
10
+ sRGBTexture: 1
11
+ linearTexture: 0
12
+ fadeOut: 0
13
+ borderMipMap: 0
14
+ mipMapsPreserveCoverage: 0
15
+ alphaTestReferenceValue: 0.5
16
+ mipMapFadeDistanceStart: 1
17
+ mipMapFadeDistanceEnd: 3
18
+ bumpmap:
19
+ convertToNormalMap: 0
20
+ externalNormalMap: 0
21
+ heightScale: 0.25
22
+ normalMapFilter: 0
23
+ flipGreenChannel: 0
24
+ isReadable: 0
25
+ streamingMipmaps: 0
26
+ streamingMipmapsPriority: 0
27
+ vTOnly: 0
28
+ ignoreMipmapLimit: 0
29
+ grayScaleToAlpha: 0
30
+ generateCubemap: 6
31
+ cubemapConvolution: 0
32
+ seamlessCubemap: 0
33
+ textureFormat: 1
34
+ maxTextureSize: 2048
35
+ textureSettings:
36
+ serializedVersion: 2
37
+ filterMode: 1
38
+ aniso: 1
39
+ mipBias: 0
40
+ wrapU: 1
41
+ wrapV: 1
42
+ wrapW: 1
43
+ nPOTScale: 0
44
+ lightmap: 0
45
+ compressionQuality: 50
46
+ spriteMode: 1
47
+ spriteExtrude: 1
48
+ spriteMeshType: 1
49
+ alignment: 0
50
+ spritePivot: {x: 0.5, y: 0.5}
51
+ spritePixelsToUnits: 100
52
+ spriteBorder: {x: 0, y: 0, z: 0, w: 0}
53
+ spriteGenerateFallbackPhysicsShape: 0
54
+ alphaUsage: 1
55
+ alphaIsTransparency: 0
56
+ spriteTessellationDetail: -1
57
+ textureType: 8
58
+ textureShape: 1
59
+ singleChannelComponent: 0
60
+ flipbookRows: 1
61
+ flipbookColumns: 1
62
+ maxTextureSizeSet: 0
63
+ compressionQualitySet: 0
64
+ textureFormatSet: 0
65
+ ignorePngGamma: 0
66
+ applyGammaDecoding: 0
67
+ swizzle: 50462976
68
+ cookieLightType: 0
69
+ platformSettings:
70
+ - serializedVersion: 3
71
+ buildTarget: DefaultTexturePlatform
72
+ maxTextureSize: 256
73
+ resizeAlgorithm: 0
74
+ textureFormat: -1
75
+ textureCompression: 0
76
+ compressionQuality: 50
77
+ crunchedCompression: 0
78
+ allowsAlphaSplitting: 0
79
+ overridden: 0
80
+ ignorePlatformSupport: 0
81
+ androidETC2FallbackOverride: 0
82
+ forceMaximumCompressionQuality_BC6H_BC7: 0
83
+ - serializedVersion: 3
84
+ buildTarget: Standalone
85
+ maxTextureSize: 2048
86
+ resizeAlgorithm: 0
87
+ textureFormat: -1
88
+ textureCompression: 1
89
+ compressionQuality: 50
90
+ crunchedCompression: 0
91
+ allowsAlphaSplitting: 0
92
+ overridden: 0
93
+ ignorePlatformSupport: 0
94
+ androidETC2FallbackOverride: 0
95
+ forceMaximumCompressionQuality_BC6H_BC7: 0
96
+ - serializedVersion: 3
97
+ buildTarget: WebGL
98
+ maxTextureSize: 2048
99
+ resizeAlgorithm: 0
100
+ textureFormat: -1
101
+ textureCompression: 1
102
+ compressionQuality: 50
103
+ crunchedCompression: 0
104
+ allowsAlphaSplitting: 0
105
+ overridden: 0
106
+ ignorePlatformSupport: 0
107
+ androidETC2FallbackOverride: 0
108
+ forceMaximumCompressionQuality_BC6H_BC7: 0
109
+ spriteSheet:
110
+ serializedVersion: 2
111
+ sprites: []
112
+ outline: []
113
+ physicsShape: []
114
+ bones: []
115
+ spriteID: 5e97eb03825dee720800000000000000
116
+ internalID: 0
117
+ vertices: []
118
+ indices:
119
+ edges: []
120
+ weights: []
121
+ secondaryTextures: []
122
+ nameFileIdTable: {}
123
+ mipmapLimitGroupName:
124
+ pSDRemoveMatte: 0
125
+ userData:
126
+ assetBundleName:
127
+ assetBundleVariant:
@@ -0,0 +1,127 @@
1
+ fileFormatVersion: 2
2
+ guid: 57172411465a7a5499b54dd7a2f1ac98
3
+ TextureImporter:
4
+ internalIDToNameTable: []
5
+ externalObjects: {}
6
+ serializedVersion: 13
7
+ mipmaps:
8
+ mipMapMode: 0
9
+ enableMipMap: 0
10
+ sRGBTexture: 1
11
+ linearTexture: 0
12
+ fadeOut: 0
13
+ borderMipMap: 0
14
+ mipMapsPreserveCoverage: 0
15
+ alphaTestReferenceValue: 0.5
16
+ mipMapFadeDistanceStart: 1
17
+ mipMapFadeDistanceEnd: 3
18
+ bumpmap:
19
+ convertToNormalMap: 0
20
+ externalNormalMap: 0
21
+ heightScale: 0.25
22
+ normalMapFilter: 0
23
+ flipGreenChannel: 0
24
+ isReadable: 0
25
+ streamingMipmaps: 0
26
+ streamingMipmapsPriority: 0
27
+ vTOnly: 0
28
+ ignoreMipmapLimit: 0
29
+ grayScaleToAlpha: 0
30
+ generateCubemap: 6
31
+ cubemapConvolution: 0
32
+ seamlessCubemap: 0
33
+ textureFormat: 1
34
+ maxTextureSize: 2048
35
+ textureSettings:
36
+ serializedVersion: 2
37
+ filterMode: 1
38
+ aniso: 1
39
+ mipBias: 0
40
+ wrapU: 1
41
+ wrapV: 1
42
+ wrapW: 1
43
+ nPOTScale: 0
44
+ lightmap: 0
45
+ compressionQuality: 50
46
+ spriteMode: 1
47
+ spriteExtrude: 1
48
+ spriteMeshType: 1
49
+ alignment: 0
50
+ spritePivot: {x: 0.5, y: 0.5}
51
+ spritePixelsToUnits: 100
52
+ spriteBorder: {x: 0, y: 0, z: 0, w: 0}
53
+ spriteGenerateFallbackPhysicsShape: 0
54
+ alphaUsage: 1
55
+ alphaIsTransparency: 0
56
+ spriteTessellationDetail: -1
57
+ textureType: 8
58
+ textureShape: 1
59
+ singleChannelComponent: 0
60
+ flipbookRows: 1
61
+ flipbookColumns: 1
62
+ maxTextureSizeSet: 0
63
+ compressionQualitySet: 0
64
+ textureFormatSet: 0
65
+ ignorePngGamma: 0
66
+ applyGammaDecoding: 0
67
+ swizzle: 50462976
68
+ cookieLightType: 0
69
+ platformSettings:
70
+ - serializedVersion: 3
71
+ buildTarget: DefaultTexturePlatform
72
+ maxTextureSize: 256
73
+ resizeAlgorithm: 0
74
+ textureFormat: -1
75
+ textureCompression: 0
76
+ compressionQuality: 50
77
+ crunchedCompression: 0
78
+ allowsAlphaSplitting: 0
79
+ overridden: 0
80
+ ignorePlatformSupport: 0
81
+ androidETC2FallbackOverride: 0
82
+ forceMaximumCompressionQuality_BC6H_BC7: 0
83
+ - serializedVersion: 3
84
+ buildTarget: Standalone
85
+ maxTextureSize: 2048
86
+ resizeAlgorithm: 0
87
+ textureFormat: -1
88
+ textureCompression: 1
89
+ compressionQuality: 50
90
+ crunchedCompression: 0
91
+ allowsAlphaSplitting: 0
92
+ overridden: 0
93
+ ignorePlatformSupport: 0
94
+ androidETC2FallbackOverride: 0
95
+ forceMaximumCompressionQuality_BC6H_BC7: 0
96
+ - serializedVersion: 3
97
+ buildTarget: WebGL
98
+ maxTextureSize: 2048
99
+ resizeAlgorithm: 0
100
+ textureFormat: -1
101
+ textureCompression: 1
102
+ compressionQuality: 50
103
+ crunchedCompression: 0
104
+ allowsAlphaSplitting: 0
105
+ overridden: 0
106
+ ignorePlatformSupport: 0
107
+ androidETC2FallbackOverride: 0
108
+ forceMaximumCompressionQuality_BC6H_BC7: 0
109
+ spriteSheet:
110
+ serializedVersion: 2
111
+ sprites: []
112
+ outline: []
113
+ physicsShape: []
114
+ bones: []
115
+ spriteID: 5e97eb03825dee720800000000000000
116
+ internalID: 0
117
+ vertices: []
118
+ indices:
119
+ edges: []
120
+ weights: []
121
+ secondaryTextures: []
122
+ nameFileIdTable: {}
123
+ mipmapLimitGroupName:
124
+ pSDRemoveMatte: 0
125
+ userData:
126
+ assetBundleName:
127
+ assetBundleVariant:
@@ -0,0 +1,127 @@
1
+ fileFormatVersion: 2
2
+ guid: 8c15f2d6c99cecf4e8d97cc64a3385b5
3
+ TextureImporter:
4
+ internalIDToNameTable: []
5
+ externalObjects: {}
6
+ serializedVersion: 13
7
+ mipmaps:
8
+ mipMapMode: 0
9
+ enableMipMap: 0
10
+ sRGBTexture: 1
11
+ linearTexture: 0
12
+ fadeOut: 0
13
+ borderMipMap: 0
14
+ mipMapsPreserveCoverage: 0
15
+ alphaTestReferenceValue: 0.5
16
+ mipMapFadeDistanceStart: 1
17
+ mipMapFadeDistanceEnd: 3
18
+ bumpmap:
19
+ convertToNormalMap: 0
20
+ externalNormalMap: 0
21
+ heightScale: 0.25
22
+ normalMapFilter: 0
23
+ flipGreenChannel: 0
24
+ isReadable: 0
25
+ streamingMipmaps: 0
26
+ streamingMipmapsPriority: 0
27
+ vTOnly: 0
28
+ ignoreMipmapLimit: 0
29
+ grayScaleToAlpha: 0
30
+ generateCubemap: 6
31
+ cubemapConvolution: 0
32
+ seamlessCubemap: 0
33
+ textureFormat: 1
34
+ maxTextureSize: 2048
35
+ textureSettings:
36
+ serializedVersion: 2
37
+ filterMode: 1
38
+ aniso: 1
39
+ mipBias: 0
40
+ wrapU: 1
41
+ wrapV: 1
42
+ wrapW: 1
43
+ nPOTScale: 0
44
+ lightmap: 0
45
+ compressionQuality: 50
46
+ spriteMode: 1
47
+ spriteExtrude: 1
48
+ spriteMeshType: 1
49
+ alignment: 0
50
+ spritePivot: {x: 0.5, y: 0.5}
51
+ spritePixelsToUnits: 100
52
+ spriteBorder: {x: 0, y: 0, z: 0, w: 0}
53
+ spriteGenerateFallbackPhysicsShape: 0
54
+ alphaUsage: 1
55
+ alphaIsTransparency: 0
56
+ spriteTessellationDetail: -1
57
+ textureType: 8
58
+ textureShape: 1
59
+ singleChannelComponent: 0
60
+ flipbookRows: 1
61
+ flipbookColumns: 1
62
+ maxTextureSizeSet: 0
63
+ compressionQualitySet: 0
64
+ textureFormatSet: 0
65
+ ignorePngGamma: 0
66
+ applyGammaDecoding: 0
67
+ swizzle: 50462976
68
+ cookieLightType: 0
69
+ platformSettings:
70
+ - serializedVersion: 3
71
+ buildTarget: DefaultTexturePlatform
72
+ maxTextureSize: 256
73
+ resizeAlgorithm: 0
74
+ textureFormat: -1
75
+ textureCompression: 0
76
+ compressionQuality: 50
77
+ crunchedCompression: 0
78
+ allowsAlphaSplitting: 0
79
+ overridden: 0
80
+ ignorePlatformSupport: 0
81
+ androidETC2FallbackOverride: 0
82
+ forceMaximumCompressionQuality_BC6H_BC7: 0
83
+ - serializedVersion: 3
84
+ buildTarget: Standalone
85
+ maxTextureSize: 2048
86
+ resizeAlgorithm: 0
87
+ textureFormat: -1
88
+ textureCompression: 1
89
+ compressionQuality: 50
90
+ crunchedCompression: 0
91
+ allowsAlphaSplitting: 0
92
+ overridden: 0
93
+ ignorePlatformSupport: 0
94
+ androidETC2FallbackOverride: 0
95
+ forceMaximumCompressionQuality_BC6H_BC7: 0
96
+ - serializedVersion: 3
97
+ buildTarget: WebGL
98
+ maxTextureSize: 2048
99
+ resizeAlgorithm: 0
100
+ textureFormat: -1
101
+ textureCompression: 1
102
+ compressionQuality: 50
103
+ crunchedCompression: 0
104
+ allowsAlphaSplitting: 0
105
+ overridden: 0
106
+ ignorePlatformSupport: 0
107
+ androidETC2FallbackOverride: 0
108
+ forceMaximumCompressionQuality_BC6H_BC7: 0
109
+ spriteSheet:
110
+ serializedVersion: 2
111
+ sprites: []
112
+ outline: []
113
+ physicsShape: []
114
+ bones: []
115
+ spriteID: 5e97eb03825dee720800000000000000
116
+ internalID: 0
117
+ vertices: []
118
+ indices:
119
+ edges: []
120
+ weights: []
121
+ secondaryTextures: []
122
+ nameFileIdTable: {}
123
+ mipmapLimitGroupName:
124
+ pSDRemoveMatte: 0
125
+ userData:
126
+ assetBundleName:
127
+ assetBundleVariant:
@@ -0,0 +1,8 @@
1
+ fileFormatVersion: 2
2
+ guid: 375ef8551f185be4b88eb1f94a1467a7
3
+ folderAsset: yes
4
+ DefaultImporter:
5
+ externalObjects: {}
6
+ userData:
7
+ assetBundleName:
8
+ assetBundleVariant:
@@ -0,0 +1,127 @@
1
+ fileFormatVersion: 2
2
+ guid: c1fdf5670f2dd8b41894e27cae02f8b9
3
+ TextureImporter:
4
+ internalIDToNameTable: []
5
+ externalObjects: {}
6
+ serializedVersion: 13
7
+ mipmaps:
8
+ mipMapMode: 0
9
+ enableMipMap: 0
10
+ sRGBTexture: 1
11
+ linearTexture: 0
12
+ fadeOut: 0
13
+ borderMipMap: 0
14
+ mipMapsPreserveCoverage: 0
15
+ alphaTestReferenceValue: 0.5
16
+ mipMapFadeDistanceStart: 1
17
+ mipMapFadeDistanceEnd: 3
18
+ bumpmap:
19
+ convertToNormalMap: 0
20
+ externalNormalMap: 0
21
+ heightScale: 0.25
22
+ normalMapFilter: 0
23
+ flipGreenChannel: 0
24
+ isReadable: 0
25
+ streamingMipmaps: 0
26
+ streamingMipmapsPriority: 0
27
+ vTOnly: 0
28
+ ignoreMipmapLimit: 0
29
+ grayScaleToAlpha: 0
30
+ generateCubemap: 6
31
+ cubemapConvolution: 0
32
+ seamlessCubemap: 0
33
+ textureFormat: 1
34
+ maxTextureSize: 2048
35
+ textureSettings:
36
+ serializedVersion: 2
37
+ filterMode: 1
38
+ aniso: 1
39
+ mipBias: 0
40
+ wrapU: 1
41
+ wrapV: 1
42
+ wrapW: 1
43
+ nPOTScale: 0
44
+ lightmap: 0
45
+ compressionQuality: 50
46
+ spriteMode: 1
47
+ spriteExtrude: 1
48
+ spriteMeshType: 1
49
+ alignment: 0
50
+ spritePivot: {x: 0.5, y: 0.5}
51
+ spritePixelsToUnits: 100
52
+ spriteBorder: {x: 0, y: 0, z: 0, w: 0}
53
+ spriteGenerateFallbackPhysicsShape: 1
54
+ alphaUsage: 1
55
+ alphaIsTransparency: 1
56
+ spriteTessellationDetail: -1
57
+ textureType: 8
58
+ textureShape: 1
59
+ singleChannelComponent: 0
60
+ flipbookRows: 1
61
+ flipbookColumns: 1
62
+ maxTextureSizeSet: 0
63
+ compressionQualitySet: 0
64
+ textureFormatSet: 0
65
+ ignorePngGamma: 0
66
+ applyGammaDecoding: 0
67
+ swizzle: 50462976
68
+ cookieLightType: 0
69
+ platformSettings:
70
+ - serializedVersion: 3
71
+ buildTarget: DefaultTexturePlatform
72
+ maxTextureSize: 256
73
+ resizeAlgorithm: 0
74
+ textureFormat: -1
75
+ textureCompression: 0
76
+ compressionQuality: 50
77
+ crunchedCompression: 0
78
+ allowsAlphaSplitting: 0
79
+ overridden: 0
80
+ ignorePlatformSupport: 0
81
+ androidETC2FallbackOverride: 0
82
+ forceMaximumCompressionQuality_BC6H_BC7: 0
83
+ - serializedVersion: 3
84
+ buildTarget: Standalone
85
+ maxTextureSize: 2048
86
+ resizeAlgorithm: 0
87
+ textureFormat: -1
88
+ textureCompression: 1
89
+ compressionQuality: 50
90
+ crunchedCompression: 0
91
+ allowsAlphaSplitting: 0
92
+ overridden: 0
93
+ ignorePlatformSupport: 0
94
+ androidETC2FallbackOverride: 0
95
+ forceMaximumCompressionQuality_BC6H_BC7: 0
96
+ - serializedVersion: 3
97
+ buildTarget: WebGL
98
+ maxTextureSize: 2048
99
+ resizeAlgorithm: 0
100
+ textureFormat: -1
101
+ textureCompression: 1
102
+ compressionQuality: 50
103
+ crunchedCompression: 0
104
+ allowsAlphaSplitting: 0
105
+ overridden: 0
106
+ ignorePlatformSupport: 0
107
+ androidETC2FallbackOverride: 0
108
+ forceMaximumCompressionQuality_BC6H_BC7: 0
109
+ spriteSheet:
110
+ serializedVersion: 2
111
+ sprites: []
112
+ outline: []
113
+ physicsShape: []
114
+ bones: []
115
+ spriteID: 5e97eb03825dee720800000000000000
116
+ internalID: 0
117
+ vertices: []
118
+ indices:
119
+ edges: []
120
+ weights: []
121
+ secondaryTextures: []
122
+ nameFileIdTable: {}
123
+ mipmapLimitGroupName:
124
+ pSDRemoveMatte: 0
125
+ userData:
126
+ assetBundleName:
127
+ assetBundleVariant:
@@ -0,0 +1,127 @@
1
+ fileFormatVersion: 2
2
+ guid: 53932163501089d4998e1c09f0667321
3
+ TextureImporter:
4
+ internalIDToNameTable: []
5
+ externalObjects: {}
6
+ serializedVersion: 13
7
+ mipmaps:
8
+ mipMapMode: 0
9
+ enableMipMap: 0
10
+ sRGBTexture: 1
11
+ linearTexture: 0
12
+ fadeOut: 0
13
+ borderMipMap: 0
14
+ mipMapsPreserveCoverage: 0
15
+ alphaTestReferenceValue: 0.5
16
+ mipMapFadeDistanceStart: 1
17
+ mipMapFadeDistanceEnd: 3
18
+ bumpmap:
19
+ convertToNormalMap: 0
20
+ externalNormalMap: 0
21
+ heightScale: 0.25
22
+ normalMapFilter: 0
23
+ flipGreenChannel: 0
24
+ isReadable: 0
25
+ streamingMipmaps: 0
26
+ streamingMipmapsPriority: 0
27
+ vTOnly: 0
28
+ ignoreMipmapLimit: 0
29
+ grayScaleToAlpha: 0
30
+ generateCubemap: 6
31
+ cubemapConvolution: 0
32
+ seamlessCubemap: 0
33
+ textureFormat: 1
34
+ maxTextureSize: 2048
35
+ textureSettings:
36
+ serializedVersion: 2
37
+ filterMode: 1
38
+ aniso: 1
39
+ mipBias: 0
40
+ wrapU: 1
41
+ wrapV: 1
42
+ wrapW: 1
43
+ nPOTScale: 0
44
+ lightmap: 0
45
+ compressionQuality: 50
46
+ spriteMode: 1
47
+ spriteExtrude: 1
48
+ spriteMeshType: 1
49
+ alignment: 0
50
+ spritePivot: {x: 0.5, y: 0.5}
51
+ spritePixelsToUnits: 100
52
+ spriteBorder: {x: 0, y: 0, z: 0, w: 0}
53
+ spriteGenerateFallbackPhysicsShape: 1
54
+ alphaUsage: 1
55
+ alphaIsTransparency: 1
56
+ spriteTessellationDetail: -1
57
+ textureType: 8
58
+ textureShape: 1
59
+ singleChannelComponent: 0
60
+ flipbookRows: 1
61
+ flipbookColumns: 1
62
+ maxTextureSizeSet: 0
63
+ compressionQualitySet: 0
64
+ textureFormatSet: 0
65
+ ignorePngGamma: 0
66
+ applyGammaDecoding: 0
67
+ swizzle: 50462976
68
+ cookieLightType: 0
69
+ platformSettings:
70
+ - serializedVersion: 3
71
+ buildTarget: DefaultTexturePlatform
72
+ maxTextureSize: 256
73
+ resizeAlgorithm: 0
74
+ textureFormat: -1
75
+ textureCompression: 0
76
+ compressionQuality: 50
77
+ crunchedCompression: 0
78
+ allowsAlphaSplitting: 0
79
+ overridden: 0
80
+ ignorePlatformSupport: 0
81
+ androidETC2FallbackOverride: 0
82
+ forceMaximumCompressionQuality_BC6H_BC7: 0
83
+ - serializedVersion: 3
84
+ buildTarget: Standalone
85
+ maxTextureSize: 2048
86
+ resizeAlgorithm: 0
87
+ textureFormat: -1
88
+ textureCompression: 1
89
+ compressionQuality: 50
90
+ crunchedCompression: 0
91
+ allowsAlphaSplitting: 0
92
+ overridden: 0
93
+ ignorePlatformSupport: 0
94
+ androidETC2FallbackOverride: 0
95
+ forceMaximumCompressionQuality_BC6H_BC7: 0
96
+ - serializedVersion: 3
97
+ buildTarget: WebGL
98
+ maxTextureSize: 2048
99
+ resizeAlgorithm: 0
100
+ textureFormat: -1
101
+ textureCompression: 1
102
+ compressionQuality: 50
103
+ crunchedCompression: 0
104
+ allowsAlphaSplitting: 0
105
+ overridden: 0
106
+ ignorePlatformSupport: 0
107
+ androidETC2FallbackOverride: 0
108
+ forceMaximumCompressionQuality_BC6H_BC7: 0
109
+ spriteSheet:
110
+ serializedVersion: 2
111
+ sprites: []
112
+ outline: []
113
+ physicsShape: []
114
+ bones: []
115
+ spriteID: 5e97eb03825dee720800000000000000
116
+ internalID: 0
117
+ vertices: []
118
+ indices:
119
+ edges: []
120
+ weights: []
121
+ secondaryTextures: []
122
+ nameFileIdTable: {}
123
+ mipmapLimitGroupName:
124
+ pSDRemoveMatte: 0
125
+ userData:
126
+ assetBundleName:
127
+ assetBundleVariant: