├── .gitignore ├── Assets ├── Art.meta ├── Art │ ├── Fonts.meta │ ├── Fonts │ │ ├── Bullet and Subtitle.otf │ │ ├── Bullet and Subtitle.otf.meta │ │ ├── Keyboard.ttf │ │ ├── Keyboard.ttf.meta │ │ ├── Title - Center.otf │ │ ├── Title - Center.otf.meta │ │ ├── Title.otf │ │ └── Title.otf.meta │ ├── Materials.meta │ ├── Materials │ │ ├── Background.mat │ │ ├── Background.mat.meta │ │ ├── Camera Gizmo.mat │ │ ├── Camera Gizmo.mat.meta │ │ ├── Curve.mat │ │ ├── Curve.mat.meta │ │ ├── Default unit.mat │ │ ├── Default unit.mat.meta │ │ ├── Green arrow.mat │ │ ├── Green arrow.mat.meta │ │ ├── Ground.mat │ │ ├── Ground.mat.meta │ │ ├── Red arrow.mat │ │ └── Red arrow.mat.meta │ ├── Textures.meta │ └── Textures │ │ ├── Floor.jpg │ │ ├── Floor.jpg.meta │ │ ├── GUI.meta │ │ └── GUI │ │ ├── Arrow.png │ │ ├── Arrow.png.meta │ │ ├── Background - Black.psd │ │ ├── Background - Black.psd.meta │ │ ├── Background - Front.psd │ │ ├── Background - Front.psd.meta │ │ ├── Background - White.psd │ │ ├── Background - White.psd.meta │ │ ├── Bullet.png │ │ ├── Bullet.png.meta │ │ ├── Camera Gizmo.png │ │ ├── Camera Gizmo.png.meta │ │ ├── Lili.jpg │ │ ├── Lili.jpg.meta │ │ ├── Logo - Front page.png │ │ ├── Logo - Front page.png.meta │ │ ├── Logo - Small - Inverted.png │ │ ├── Logo - Small - Inverted.png.meta │ │ ├── Logo - Small.png │ │ ├── Logo - Small.png.meta │ │ ├── Meme.meta │ │ ├── Meme │ │ ├── Branch.png │ │ ├── Branch.png.meta │ │ ├── Five.png │ │ ├── Five.png.meta │ │ ├── Giraffee.png │ │ ├── Giraffee.png.meta │ │ ├── Rex.png │ │ ├── Rex.png.meta │ │ ├── Surf.png │ │ └── Surf.png.meta │ │ ├── Outline.png │ │ ├── Outline.png.meta │ │ ├── Profile.jpg │ │ ├── Profile.jpg.meta │ │ ├── Progress.png │ │ └── Progress.png.meta ├── Gizmos.meta ├── Gizmos │ ├── File.png │ └── File.png.meta ├── JavaBuildSettings.asset ├── JavaBuildSettings.asset.meta ├── Logic.meta ├── Logic │ ├── Activator.cs │ ├── Activator.cs.meta │ ├── Examples.meta │ ├── Examples │ │ ├── Bundles.meta │ │ ├── Bundles │ │ │ ├── ScriptBundleTest.cs │ │ │ ├── ScriptBundleTest.cs.meta │ │ │ ├── Tools.meta │ │ │ └── Tools │ │ │ │ ├── BundleManager.cs │ │ │ │ ├── BundleManager.cs.meta │ │ │ │ ├── BundledPrefab.cs │ │ │ │ ├── BundledPrefab.cs.meta │ │ │ │ ├── Editor.meta │ │ │ │ ├── Editor │ │ │ │ ├── AndroidTools.cs │ │ │ │ ├── AndroidTools.cs.meta │ │ │ │ ├── PrefabBundle.cs │ │ │ │ ├── PrefabBundle.cs.meta │ │ │ │ ├── PrefabSwitch.cs │ │ │ │ ├── PrefabSwitch.cs.meta │ │ │ │ ├── ScriptBundle.cs │ │ │ │ └── ScriptBundle.cs.meta │ │ │ │ ├── PrefabBundleManifest.cs │ │ │ │ └── PrefabBundleManifest.cs.meta │ │ ├── DirectionalSpeed.cs │ │ ├── DirectionalSpeed.cs.meta │ │ ├── JSInterface.cs │ │ ├── JSInterface.cs.meta │ │ ├── JavaPluginBuilder.meta │ │ ├── JavaPluginBuilder │ │ │ ├── Editor.meta │ │ │ ├── Editor │ │ │ │ ├── JavaBuildSettings.cs │ │ │ │ ├── JavaBuildSettings.cs.meta │ │ │ │ ├── JavaPluginBuilder.cs │ │ │ │ └── JavaPluginBuilder.cs.meta │ │ │ ├── LICENSE │ │ │ ├── LICENSE.meta │ │ │ ├── README │ │ │ └── README.meta │ │ ├── Menu.cs │ │ ├── Menu.cs.meta │ │ ├── Package Setup.meta │ │ ├── Package Setup │ │ │ ├── Editor.meta │ │ │ └── Editor │ │ │ │ ├── AxisDefinition.cs │ │ │ │ ├── AxisDefinition.cs.meta │ │ │ │ ├── InputInterface.cs │ │ │ │ ├── InputInterface.cs.meta │ │ │ │ ├── SettingsExport.asset │ │ │ │ ├── SettingsExport.asset.meta │ │ │ │ ├── SettingsImport.cs │ │ │ │ ├── SettingsImport.cs.meta │ │ │ │ ├── SettingsImportInspector.cs │ │ │ │ └── SettingsImportInspector.cs.meta │ │ ├── Speedometer.cs │ │ ├── Speedometer.cs.meta │ │ ├── StealthMeter.cs │ │ ├── StealthMeter.cs.meta │ │ ├── WebPlayerJS.txt │ │ └── WebPlayerJS.txt.meta │ ├── Fade.cs │ ├── Fade.cs.meta │ ├── KeyVisualiser.cs │ ├── KeyVisualiser.cs.meta │ ├── MultiSlide.cs │ ├── MultiSlide.cs.meta │ ├── Presentation.meta │ ├── Presentation │ │ ├── Builds.meta │ │ ├── Builds │ │ │ ├── BuildOnStart.cs │ │ │ ├── BuildOnStart.cs.meta │ │ │ ├── HighlightOnStart.cs │ │ │ ├── HighlightOnStart.cs.meta │ │ │ ├── HighlightScriptOnStart.cs │ │ │ ├── HighlightScriptOnStart.cs.meta │ │ │ ├── KidnapOnStart.cs │ │ │ ├── KidnapOnStart.cs.meta │ │ │ ├── MaximizeWindowOnStart.cs │ │ │ ├── MaximizeWindowOnStart.cs.meta │ │ │ ├── MoveOnStart.cs │ │ │ ├── MoveOnStart.cs.meta │ │ │ ├── NextOnStart.cs │ │ │ ├── NextOnStart.cs.meta │ │ │ ├── OpenOnStart.cs │ │ │ ├── OpenOnStart.cs.meta │ │ │ ├── OpenScriptOnStart.cs │ │ │ ├── OpenScriptOnStart.cs.meta │ │ │ ├── ResetShowOnStart.cs │ │ │ ├── ResetShowOnStart.cs.meta │ │ │ ├── RotateOnStart.cs │ │ │ └── RotateOnStart.cs.meta │ │ ├── Control.cs │ │ ├── Control.cs.meta │ │ ├── ProgressIndicator.cs │ │ └── ProgressIndicator.cs.meta │ ├── Rendering.meta │ └── Rendering │ │ ├── Alpha-Diffuse-WithShadows.shader │ │ ├── Alpha-Diffuse-WithShadows.shader.meta │ │ ├── AnimationCurveRenderer.cs │ │ ├── AnimationCurveRenderer.cs.meta │ │ ├── WireframeRenderer.cs │ │ └── WireframeRenderer.cs.meta ├── Plugins.meta ├── Plugins │ ├── Android.meta │ └── Android │ │ ├── src.meta │ │ └── src │ │ ├── PluginTest.java │ │ └── PluginTest.java.meta ├── Prefabs.meta ├── Prefabs │ ├── Background - Interactive.prefab │ ├── Background - Interactive.prefab.meta │ ├── Background.prefab │ ├── Background.prefab.meta │ ├── Bullet.prefab │ ├── Bullet.prefab.meta │ ├── Control.prefab │ ├── Control.prefab.meta │ ├── Example.prefabBundle.meta │ ├── Example.prefabBundle │ │ ├── Amazing cube.original.prefab │ │ ├── Amazing cube.original.prefab.meta │ │ ├── Amazing cube.prefab │ │ ├── Amazing cube.prefab.meta │ │ ├── Manifest.asset │ │ └── Manifest.asset.meta │ ├── Front.prefab │ ├── Front.prefab.meta │ ├── Title - Center.prefab │ ├── Title - Center.prefab.meta │ ├── Title.prefab │ └── Title.prefab.meta ├── Scenes.meta ├── Scenes │ ├── 0 - Reset.unity │ ├── 0 - Reset.unity.meta │ ├── 1 - Front.unity │ ├── 1 - Front.unity.meta │ ├── 2 - Intro.meta │ ├── 2 - Intro │ │ ├── 2 - Intro - 1 of 3.unity │ │ ├── 2 - Intro - 1 of 3.unity.meta │ │ ├── 3 - Intro - 2 of 3.unity │ │ ├── 3 - Intro - 2 of 3.unity.meta │ │ ├── 4 - Intro - 3 of 3.unity │ │ ├── 4 - Intro - 3 of 3.unity.meta │ │ ├── 5 - Contents - 1 of 3.unity │ │ ├── 5 - Contents - 1 of 3.unity.meta │ │ ├── 6 - Contents - 2 of 3.unity │ │ ├── 6 - Contents - 2 of 3.unity.meta │ │ ├── 7 - Contents - 3 of 3.unity │ │ └── 7 - Contents - 3 of 3.unity.meta │ ├── 29 - Nearly There.unity │ ├── 29 - Nearly There.unity.meta │ ├── 3 - Runtime.meta │ ├── 3 - Runtime │ │ ├── 10 - Directional Speed.unity │ │ ├── 10 - Directional Speed.unity.meta │ │ ├── 11 - Camera Blend and Clamp.unity │ │ ├── 11 - Camera Blend and Clamp.unity.meta │ │ ├── 12 - Animation Curves Outlined.unity │ │ ├── 12 - Animation Curves Outlined.unity.meta │ │ ├── 13 - Data Re-use.unity │ │ ├── 13 - Data Re-use.unity.meta │ │ ├── 14 - Stealth System.meta │ │ ├── 14 - Stealth System.unity │ │ ├── 14 - Stealth System.unity.meta │ │ ├── 14 - Stealth System │ │ │ ├── LightProbes.asset │ │ │ ├── LightProbes.asset.meta │ │ │ ├── LightmapFar-0.exr │ │ │ ├── LightmapFar-0.exr.meta │ │ │ ├── LightmapFar-1.exr │ │ │ ├── LightmapFar-1.exr.meta │ │ │ ├── LightmapFar-2.exr │ │ │ └── LightmapFar-2.exr.meta │ │ ├── 15 - Stealth System Outlined.unity │ │ ├── 15 - Stealth System Outlined.unity.meta │ │ ├── 16 - Reflected State Machine.unity │ │ ├── 16 - Reflected State Machine.unity.meta │ │ ├── 17 - Reflected State Machine Outline.unity │ │ ├── 17 - Reflected State Machine Outline.unity.meta │ │ ├── 18 - Self-Contained WebPlayer.unity │ │ ├── 18 - Self-Contained WebPlayer.unity.meta │ │ ├── 19 - Self-Contained WebPlayer Outline.unity │ │ ├── 19 - Self-Contained WebPlayer Outline.unity.meta │ │ ├── 20 - Rapid Game Development.unity │ │ ├── 20 - Rapid Game Development.unity.meta │ │ ├── 8 - Runtime.unity │ │ ├── 8 - Runtime.unity.meta │ │ ├── 9 - Animation Curves.unity │ │ └── 9 - Animation Curves.unity.meta │ ├── 30 - Questions.unity │ ├── 30 - Questions.unity.meta │ ├── 4 - Editor.meta │ ├── 4 - Editor │ │ ├── 21 - Editor.unity │ │ ├── 21 - Editor.unity.meta │ │ ├── 22 - Importers.unity │ │ ├── 22 - Importers.unity.meta │ │ ├── 23 - Package Setup.unity │ │ ├── 23 - Package Setup.unity.meta │ │ ├── 24 - Workflow Automation.unity │ │ ├── 24 - Workflow Automation.unity.meta │ │ ├── 25 - Bundles.unity │ │ ├── 25 - Bundles.unity.meta │ │ ├── 26 - Manifest.unity │ │ ├── 26 - Manifest.unity.meta │ │ ├── 27 - Prefab Bundle.unity │ │ ├── 27 - Prefab Bundle.unity.meta │ │ ├── 28 - Script Bundle.unity │ │ └── 28 - Script Bundle.unity.meta │ ├── Memes.meta │ └── Memes │ │ ├── Branch.unity │ │ ├── Branch.unity.meta │ │ ├── Five.unity │ │ ├── Five.unity.meta │ │ ├── Rex.unity │ │ ├── Rex.unity.meta │ │ ├── Surf.unity │ │ └── Surf.unity.meta ├── Standard Assets.meta ├── Standard Assets │ ├── Camera.meta │ ├── Camera │ │ ├── CameraBehaviour.cs │ │ ├── CameraBehaviour.cs.meta │ │ ├── DualHingeCamera.cs │ │ ├── DualHingeCamera.cs.meta │ │ ├── DualHingeCamera.prefab │ │ ├── DualHingeCamera.prefab.meta │ │ ├── Example.unity │ │ ├── Example.unity.meta │ │ ├── FollowCamera.cs │ │ ├── FollowCamera.cs.meta │ │ ├── NoClipCamera.cs │ │ ├── NoClipCamera.cs.meta │ │ ├── ObserverCamera.cs │ │ ├── ObserverCamera.cs.meta │ │ ├── OrbitCamera.cs │ │ ├── OrbitCamera.cs.meta │ │ ├── SightCamera.cs │ │ ├── SightCamera.cs.meta │ │ ├── TravelCamera.cs │ │ ├── TravelCamera.cs.meta │ │ ├── TravelCamera.prefab │ │ └── TravelCamera.prefab.meta │ ├── Editor.meta │ ├── Editor │ │ ├── DualControlsInspector.cs │ │ ├── DualControlsInspector.cs.meta │ │ ├── MoverInspector.cs │ │ ├── MoverInspector.cs.meta │ │ ├── PropertyEditor.cs │ │ ├── PropertyEditor.cs.meta │ │ ├── TouchGesturesInspector.cs │ │ └── TouchGesturesInspector.cs.meta │ ├── Input.meta │ ├── Input │ │ ├── ControllerInput.cs │ │ ├── ControllerInput.cs.meta │ │ ├── Controllers.cs │ │ ├── Controllers.cs.meta │ │ ├── DualControls.Stick.cs │ │ ├── DualControls.Stick.cs.meta │ │ ├── DualControls.cs │ │ ├── DualControls.cs.meta │ │ ├── MouseCameraController.cs │ │ ├── MouseCameraController.cs.meta │ │ ├── MouseLock.cs │ │ ├── MouseLock.cs.meta │ │ ├── RightStickCameraController.cs │ │ ├── RightStickCameraController.cs.meta │ │ ├── TouchGestures.cs │ │ └── TouchGestures.cs.meta │ ├── Movement.meta │ ├── Movement │ │ ├── Example.unity │ │ ├── Example.unity.meta │ │ ├── MovementController.cs │ │ ├── MovementController.cs.meta │ │ ├── Mover.cs │ │ ├── Mover.cs.meta │ │ ├── Platform.cs │ │ ├── Platform.cs.meta │ │ ├── PlatformRider.cs │ │ ├── PlatformRider.cs.meta │ │ ├── Player character Axis.prefab │ │ ├── Player character Axis.prefab.meta │ │ ├── Player character DualControls.prefab │ │ ├── Player character DualControls.prefab.meta │ │ ├── PlayerControllerAxis.cs │ │ ├── PlayerControllerAxis.cs.meta │ │ ├── PlayerControllerDualControls.cs │ │ └── PlayerControllerDualControls.cs.meta │ ├── Toon Shading.meta │ ├── Toon Shading │ │ ├── Sources.meta │ │ ├── Sources │ │ │ ├── Shaders.meta │ │ │ ├── Shaders │ │ │ │ ├── Toony-Basic.shader │ │ │ │ ├── Toony-Basic.shader.meta │ │ │ │ ├── Toony-BasicOutline.shader │ │ │ │ ├── Toony-BasicOutline.shader.meta │ │ │ │ ├── Toony-Lighted.shader │ │ │ │ ├── Toony-Lighted.shader.meta │ │ │ │ ├── Toony-LightedOutline.shader │ │ │ │ └── Toony-LightedOutline.shader.meta │ │ │ ├── Textures.meta │ │ │ └── Textures │ │ │ │ ├── toon ramp.png │ │ │ │ ├── toon ramp.png.meta │ │ │ │ ├── toony lighting.psd │ │ │ │ └── toony lighting.psd.meta │ │ ├── Toony-Basic.mat │ │ ├── Toony-Basic.mat.meta │ │ ├── Toony-BasicOutline.mat │ │ ├── Toony-BasicOutline.mat.meta │ │ ├── Toony-Lighted Outline.mat │ │ ├── Toony-Lighted Outline.mat.meta │ │ ├── Toony-Lighted.mat │ │ ├── Toony-Lighted.mat.meta │ │ ├── _ToonShadingSample.unity │ │ └── _ToonShadingSample.unity.meta │ ├── Utility.meta │ └── Utility │ │ ├── ScreenUtility.cs │ │ ├── ScreenUtility.cs.meta │ │ ├── Utility.Editor.cs │ │ ├── Utility.Editor.cs.meta │ │ ├── Utility.Network.cs │ │ ├── Utility.Network.cs.meta │ │ ├── Utility.Structure.cs │ │ ├── Utility.Structure.cs.meta │ │ ├── Utility.cs │ │ └── Utility.cs.meta ├── WebPlayerTemplates.meta └── WebPlayerTemplates │ ├── ScriptBundles.meta │ └── ScriptBundles │ ├── BestScriptsEver.meta │ └── BestScriptsEver │ ├── NewBehaviourScript.cs │ ├── NewBehaviourScript.cs.meta │ ├── Texture.png │ └── Texture.png.meta ├── BestScriptsEver.unity3d ├── ProjectSettings ├── AudioManager.asset ├── DynamicsManager.asset ├── EditorBuildSettings.asset ├── EditorSettings.asset ├── GraphicsSettings.asset ├── InputManager.asset ├── NavMeshLayers.asset ├── NetworkManager.asset ├── ProjectSettings.asset ├── QualitySettings.asset ├── TagManager.asset └── TimeManager.asset └── UniqueBundle42.unity3d /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/.gitignore -------------------------------------------------------------------------------- /Assets/Art.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Art.meta -------------------------------------------------------------------------------- /Assets/Art/Fonts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Art/Fonts.meta -------------------------------------------------------------------------------- /Assets/Art/Fonts/Bullet and Subtitle.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Art/Fonts/Bullet and Subtitle.otf -------------------------------------------------------------------------------- /Assets/Art/Fonts/Bullet and Subtitle.otf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Art/Fonts/Bullet and Subtitle.otf.meta -------------------------------------------------------------------------------- /Assets/Art/Fonts/Keyboard.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Art/Fonts/Keyboard.ttf -------------------------------------------------------------------------------- /Assets/Art/Fonts/Keyboard.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Art/Fonts/Keyboard.ttf.meta -------------------------------------------------------------------------------- /Assets/Art/Fonts/Title - Center.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Art/Fonts/Title - Center.otf -------------------------------------------------------------------------------- /Assets/Art/Fonts/Title - Center.otf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Art/Fonts/Title - Center.otf.meta -------------------------------------------------------------------------------- /Assets/Art/Fonts/Title.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Art/Fonts/Title.otf -------------------------------------------------------------------------------- /Assets/Art/Fonts/Title.otf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Art/Fonts/Title.otf.meta -------------------------------------------------------------------------------- /Assets/Art/Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Art/Materials.meta -------------------------------------------------------------------------------- /Assets/Art/Materials/Background.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Art/Materials/Background.mat -------------------------------------------------------------------------------- /Assets/Art/Materials/Background.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Art/Materials/Background.mat.meta -------------------------------------------------------------------------------- /Assets/Art/Materials/Camera Gizmo.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Art/Materials/Camera Gizmo.mat -------------------------------------------------------------------------------- /Assets/Art/Materials/Camera Gizmo.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Art/Materials/Camera Gizmo.mat.meta -------------------------------------------------------------------------------- /Assets/Art/Materials/Curve.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Art/Materials/Curve.mat -------------------------------------------------------------------------------- /Assets/Art/Materials/Curve.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Art/Materials/Curve.mat.meta -------------------------------------------------------------------------------- /Assets/Art/Materials/Default unit.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Art/Materials/Default unit.mat -------------------------------------------------------------------------------- /Assets/Art/Materials/Default unit.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Art/Materials/Default unit.mat.meta -------------------------------------------------------------------------------- /Assets/Art/Materials/Green arrow.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Art/Materials/Green arrow.mat -------------------------------------------------------------------------------- /Assets/Art/Materials/Green arrow.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Art/Materials/Green arrow.mat.meta -------------------------------------------------------------------------------- /Assets/Art/Materials/Ground.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Art/Materials/Ground.mat -------------------------------------------------------------------------------- /Assets/Art/Materials/Ground.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Art/Materials/Ground.mat.meta -------------------------------------------------------------------------------- /Assets/Art/Materials/Red arrow.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Art/Materials/Red arrow.mat -------------------------------------------------------------------------------- /Assets/Art/Materials/Red arrow.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Art/Materials/Red arrow.mat.meta -------------------------------------------------------------------------------- /Assets/Art/Textures.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Art/Textures.meta -------------------------------------------------------------------------------- /Assets/Art/Textures/Floor.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Art/Textures/Floor.jpg -------------------------------------------------------------------------------- /Assets/Art/Textures/Floor.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Art/Textures/Floor.jpg.meta -------------------------------------------------------------------------------- /Assets/Art/Textures/GUI.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Art/Textures/GUI.meta -------------------------------------------------------------------------------- /Assets/Art/Textures/GUI/Arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Art/Textures/GUI/Arrow.png -------------------------------------------------------------------------------- /Assets/Art/Textures/GUI/Arrow.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Art/Textures/GUI/Arrow.png.meta -------------------------------------------------------------------------------- /Assets/Art/Textures/GUI/Background - Black.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Art/Textures/GUI/Background - Black.psd -------------------------------------------------------------------------------- /Assets/Art/Textures/GUI/Background - Black.psd.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Art/Textures/GUI/Background - Black.psd.meta -------------------------------------------------------------------------------- /Assets/Art/Textures/GUI/Background - Front.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Art/Textures/GUI/Background - Front.psd -------------------------------------------------------------------------------- /Assets/Art/Textures/GUI/Background - Front.psd.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Art/Textures/GUI/Background - Front.psd.meta -------------------------------------------------------------------------------- /Assets/Art/Textures/GUI/Background - White.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Art/Textures/GUI/Background - White.psd -------------------------------------------------------------------------------- /Assets/Art/Textures/GUI/Background - White.psd.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Art/Textures/GUI/Background - White.psd.meta -------------------------------------------------------------------------------- /Assets/Art/Textures/GUI/Bullet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Art/Textures/GUI/Bullet.png -------------------------------------------------------------------------------- /Assets/Art/Textures/GUI/Bullet.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Art/Textures/GUI/Bullet.png.meta -------------------------------------------------------------------------------- /Assets/Art/Textures/GUI/Camera Gizmo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Art/Textures/GUI/Camera Gizmo.png -------------------------------------------------------------------------------- /Assets/Art/Textures/GUI/Camera Gizmo.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Art/Textures/GUI/Camera Gizmo.png.meta -------------------------------------------------------------------------------- /Assets/Art/Textures/GUI/Lili.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Art/Textures/GUI/Lili.jpg -------------------------------------------------------------------------------- /Assets/Art/Textures/GUI/Lili.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Art/Textures/GUI/Lili.jpg.meta -------------------------------------------------------------------------------- /Assets/Art/Textures/GUI/Logo - Front page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Art/Textures/GUI/Logo - Front page.png -------------------------------------------------------------------------------- /Assets/Art/Textures/GUI/Logo - Front page.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Art/Textures/GUI/Logo - Front page.png.meta -------------------------------------------------------------------------------- /Assets/Art/Textures/GUI/Logo - Small - Inverted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Art/Textures/GUI/Logo - Small - Inverted.png -------------------------------------------------------------------------------- /Assets/Art/Textures/GUI/Logo - Small - Inverted.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Art/Textures/GUI/Logo - Small - Inverted.png.meta -------------------------------------------------------------------------------- /Assets/Art/Textures/GUI/Logo - Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Art/Textures/GUI/Logo - Small.png -------------------------------------------------------------------------------- /Assets/Art/Textures/GUI/Logo - Small.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Art/Textures/GUI/Logo - Small.png.meta -------------------------------------------------------------------------------- /Assets/Art/Textures/GUI/Meme.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Art/Textures/GUI/Meme.meta -------------------------------------------------------------------------------- /Assets/Art/Textures/GUI/Meme/Branch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Art/Textures/GUI/Meme/Branch.png -------------------------------------------------------------------------------- /Assets/Art/Textures/GUI/Meme/Branch.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Art/Textures/GUI/Meme/Branch.png.meta -------------------------------------------------------------------------------- /Assets/Art/Textures/GUI/Meme/Five.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Art/Textures/GUI/Meme/Five.png -------------------------------------------------------------------------------- /Assets/Art/Textures/GUI/Meme/Five.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Art/Textures/GUI/Meme/Five.png.meta -------------------------------------------------------------------------------- /Assets/Art/Textures/GUI/Meme/Giraffee.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Art/Textures/GUI/Meme/Giraffee.png -------------------------------------------------------------------------------- /Assets/Art/Textures/GUI/Meme/Giraffee.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Art/Textures/GUI/Meme/Giraffee.png.meta -------------------------------------------------------------------------------- /Assets/Art/Textures/GUI/Meme/Rex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Art/Textures/GUI/Meme/Rex.png -------------------------------------------------------------------------------- /Assets/Art/Textures/GUI/Meme/Rex.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Art/Textures/GUI/Meme/Rex.png.meta -------------------------------------------------------------------------------- /Assets/Art/Textures/GUI/Meme/Surf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Art/Textures/GUI/Meme/Surf.png -------------------------------------------------------------------------------- /Assets/Art/Textures/GUI/Meme/Surf.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Art/Textures/GUI/Meme/Surf.png.meta -------------------------------------------------------------------------------- /Assets/Art/Textures/GUI/Outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Art/Textures/GUI/Outline.png -------------------------------------------------------------------------------- /Assets/Art/Textures/GUI/Outline.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Art/Textures/GUI/Outline.png.meta -------------------------------------------------------------------------------- /Assets/Art/Textures/GUI/Profile.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Art/Textures/GUI/Profile.jpg -------------------------------------------------------------------------------- /Assets/Art/Textures/GUI/Profile.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Art/Textures/GUI/Profile.jpg.meta -------------------------------------------------------------------------------- /Assets/Art/Textures/GUI/Progress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Art/Textures/GUI/Progress.png -------------------------------------------------------------------------------- /Assets/Art/Textures/GUI/Progress.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Art/Textures/GUI/Progress.png.meta -------------------------------------------------------------------------------- /Assets/Gizmos.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Gizmos.meta -------------------------------------------------------------------------------- /Assets/Gizmos/File.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Gizmos/File.png -------------------------------------------------------------------------------- /Assets/Gizmos/File.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Gizmos/File.png.meta -------------------------------------------------------------------------------- /Assets/JavaBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/JavaBuildSettings.asset -------------------------------------------------------------------------------- /Assets/JavaBuildSettings.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/JavaBuildSettings.asset.meta -------------------------------------------------------------------------------- /Assets/Logic.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic.meta -------------------------------------------------------------------------------- /Assets/Logic/Activator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Activator.cs -------------------------------------------------------------------------------- /Assets/Logic/Activator.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Activator.cs.meta -------------------------------------------------------------------------------- /Assets/Logic/Examples.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Examples.meta -------------------------------------------------------------------------------- /Assets/Logic/Examples/Bundles.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Examples/Bundles.meta -------------------------------------------------------------------------------- /Assets/Logic/Examples/Bundles/ScriptBundleTest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Examples/Bundles/ScriptBundleTest.cs -------------------------------------------------------------------------------- /Assets/Logic/Examples/Bundles/ScriptBundleTest.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Examples/Bundles/ScriptBundleTest.cs.meta -------------------------------------------------------------------------------- /Assets/Logic/Examples/Bundles/Tools.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Examples/Bundles/Tools.meta -------------------------------------------------------------------------------- /Assets/Logic/Examples/Bundles/Tools/BundleManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Examples/Bundles/Tools/BundleManager.cs -------------------------------------------------------------------------------- /Assets/Logic/Examples/Bundles/Tools/BundleManager.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Examples/Bundles/Tools/BundleManager.cs.meta -------------------------------------------------------------------------------- /Assets/Logic/Examples/Bundles/Tools/BundledPrefab.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Examples/Bundles/Tools/BundledPrefab.cs -------------------------------------------------------------------------------- /Assets/Logic/Examples/Bundles/Tools/BundledPrefab.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Examples/Bundles/Tools/BundledPrefab.cs.meta -------------------------------------------------------------------------------- /Assets/Logic/Examples/Bundles/Tools/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Examples/Bundles/Tools/Editor.meta -------------------------------------------------------------------------------- /Assets/Logic/Examples/Bundles/Tools/Editor/AndroidTools.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Examples/Bundles/Tools/Editor/AndroidTools.cs -------------------------------------------------------------------------------- /Assets/Logic/Examples/Bundles/Tools/Editor/AndroidTools.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Examples/Bundles/Tools/Editor/AndroidTools.cs.meta -------------------------------------------------------------------------------- /Assets/Logic/Examples/Bundles/Tools/Editor/PrefabBundle.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Examples/Bundles/Tools/Editor/PrefabBundle.cs -------------------------------------------------------------------------------- /Assets/Logic/Examples/Bundles/Tools/Editor/PrefabBundle.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Examples/Bundles/Tools/Editor/PrefabBundle.cs.meta -------------------------------------------------------------------------------- /Assets/Logic/Examples/Bundles/Tools/Editor/PrefabSwitch.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Examples/Bundles/Tools/Editor/PrefabSwitch.cs -------------------------------------------------------------------------------- /Assets/Logic/Examples/Bundles/Tools/Editor/PrefabSwitch.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Examples/Bundles/Tools/Editor/PrefabSwitch.cs.meta -------------------------------------------------------------------------------- /Assets/Logic/Examples/Bundles/Tools/Editor/ScriptBundle.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Examples/Bundles/Tools/Editor/ScriptBundle.cs -------------------------------------------------------------------------------- /Assets/Logic/Examples/Bundles/Tools/Editor/ScriptBundle.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Examples/Bundles/Tools/Editor/ScriptBundle.cs.meta -------------------------------------------------------------------------------- /Assets/Logic/Examples/Bundles/Tools/PrefabBundleManifest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Examples/Bundles/Tools/PrefabBundleManifest.cs -------------------------------------------------------------------------------- /Assets/Logic/Examples/Bundles/Tools/PrefabBundleManifest.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Examples/Bundles/Tools/PrefabBundleManifest.cs.meta -------------------------------------------------------------------------------- /Assets/Logic/Examples/DirectionalSpeed.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Examples/DirectionalSpeed.cs -------------------------------------------------------------------------------- /Assets/Logic/Examples/DirectionalSpeed.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Examples/DirectionalSpeed.cs.meta -------------------------------------------------------------------------------- /Assets/Logic/Examples/JSInterface.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Examples/JSInterface.cs -------------------------------------------------------------------------------- /Assets/Logic/Examples/JSInterface.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Examples/JSInterface.cs.meta -------------------------------------------------------------------------------- /Assets/Logic/Examples/JavaPluginBuilder.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Examples/JavaPluginBuilder.meta -------------------------------------------------------------------------------- /Assets/Logic/Examples/JavaPluginBuilder/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Examples/JavaPluginBuilder/Editor.meta -------------------------------------------------------------------------------- /Assets/Logic/Examples/JavaPluginBuilder/Editor/JavaBuildSettings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Examples/JavaPluginBuilder/Editor/JavaBuildSettings.cs -------------------------------------------------------------------------------- /Assets/Logic/Examples/JavaPluginBuilder/Editor/JavaBuildSettings.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Examples/JavaPluginBuilder/Editor/JavaBuildSettings.cs.meta -------------------------------------------------------------------------------- /Assets/Logic/Examples/JavaPluginBuilder/Editor/JavaPluginBuilder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Examples/JavaPluginBuilder/Editor/JavaPluginBuilder.cs -------------------------------------------------------------------------------- /Assets/Logic/Examples/JavaPluginBuilder/Editor/JavaPluginBuilder.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Examples/JavaPluginBuilder/Editor/JavaPluginBuilder.cs.meta -------------------------------------------------------------------------------- /Assets/Logic/Examples/JavaPluginBuilder/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Examples/JavaPluginBuilder/LICENSE -------------------------------------------------------------------------------- /Assets/Logic/Examples/JavaPluginBuilder/LICENSE.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Examples/JavaPluginBuilder/LICENSE.meta -------------------------------------------------------------------------------- /Assets/Logic/Examples/JavaPluginBuilder/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Examples/JavaPluginBuilder/README -------------------------------------------------------------------------------- /Assets/Logic/Examples/JavaPluginBuilder/README.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Examples/JavaPluginBuilder/README.meta -------------------------------------------------------------------------------- /Assets/Logic/Examples/Menu.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Examples/Menu.cs -------------------------------------------------------------------------------- /Assets/Logic/Examples/Menu.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Examples/Menu.cs.meta -------------------------------------------------------------------------------- /Assets/Logic/Examples/Package Setup.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Examples/Package Setup.meta -------------------------------------------------------------------------------- /Assets/Logic/Examples/Package Setup/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Examples/Package Setup/Editor.meta -------------------------------------------------------------------------------- /Assets/Logic/Examples/Package Setup/Editor/AxisDefinition.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Examples/Package Setup/Editor/AxisDefinition.cs -------------------------------------------------------------------------------- /Assets/Logic/Examples/Package Setup/Editor/AxisDefinition.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Examples/Package Setup/Editor/AxisDefinition.cs.meta -------------------------------------------------------------------------------- /Assets/Logic/Examples/Package Setup/Editor/InputInterface.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Examples/Package Setup/Editor/InputInterface.cs -------------------------------------------------------------------------------- /Assets/Logic/Examples/Package Setup/Editor/InputInterface.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Examples/Package Setup/Editor/InputInterface.cs.meta -------------------------------------------------------------------------------- /Assets/Logic/Examples/Package Setup/Editor/SettingsExport.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Examples/Package Setup/Editor/SettingsExport.asset -------------------------------------------------------------------------------- /Assets/Logic/Examples/Package Setup/Editor/SettingsExport.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Examples/Package Setup/Editor/SettingsExport.asset.meta -------------------------------------------------------------------------------- /Assets/Logic/Examples/Package Setup/Editor/SettingsImport.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Examples/Package Setup/Editor/SettingsImport.cs -------------------------------------------------------------------------------- /Assets/Logic/Examples/Package Setup/Editor/SettingsImport.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Examples/Package Setup/Editor/SettingsImport.cs.meta -------------------------------------------------------------------------------- /Assets/Logic/Examples/Package Setup/Editor/SettingsImportInspector.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Examples/Package Setup/Editor/SettingsImportInspector.cs -------------------------------------------------------------------------------- /Assets/Logic/Examples/Package Setup/Editor/SettingsImportInspector.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Examples/Package Setup/Editor/SettingsImportInspector.cs.meta -------------------------------------------------------------------------------- /Assets/Logic/Examples/Speedometer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Examples/Speedometer.cs -------------------------------------------------------------------------------- /Assets/Logic/Examples/Speedometer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Examples/Speedometer.cs.meta -------------------------------------------------------------------------------- /Assets/Logic/Examples/StealthMeter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Examples/StealthMeter.cs -------------------------------------------------------------------------------- /Assets/Logic/Examples/StealthMeter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Examples/StealthMeter.cs.meta -------------------------------------------------------------------------------- /Assets/Logic/Examples/WebPlayerJS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Examples/WebPlayerJS.txt -------------------------------------------------------------------------------- /Assets/Logic/Examples/WebPlayerJS.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Examples/WebPlayerJS.txt.meta -------------------------------------------------------------------------------- /Assets/Logic/Fade.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Fade.cs -------------------------------------------------------------------------------- /Assets/Logic/Fade.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Fade.cs.meta -------------------------------------------------------------------------------- /Assets/Logic/KeyVisualiser.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/KeyVisualiser.cs -------------------------------------------------------------------------------- /Assets/Logic/KeyVisualiser.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/KeyVisualiser.cs.meta -------------------------------------------------------------------------------- /Assets/Logic/MultiSlide.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/MultiSlide.cs -------------------------------------------------------------------------------- /Assets/Logic/MultiSlide.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/MultiSlide.cs.meta -------------------------------------------------------------------------------- /Assets/Logic/Presentation.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Presentation.meta -------------------------------------------------------------------------------- /Assets/Logic/Presentation/Builds.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Presentation/Builds.meta -------------------------------------------------------------------------------- /Assets/Logic/Presentation/Builds/BuildOnStart.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Presentation/Builds/BuildOnStart.cs -------------------------------------------------------------------------------- /Assets/Logic/Presentation/Builds/BuildOnStart.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Presentation/Builds/BuildOnStart.cs.meta -------------------------------------------------------------------------------- /Assets/Logic/Presentation/Builds/HighlightOnStart.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Presentation/Builds/HighlightOnStart.cs -------------------------------------------------------------------------------- /Assets/Logic/Presentation/Builds/HighlightOnStart.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Presentation/Builds/HighlightOnStart.cs.meta -------------------------------------------------------------------------------- /Assets/Logic/Presentation/Builds/HighlightScriptOnStart.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Presentation/Builds/HighlightScriptOnStart.cs -------------------------------------------------------------------------------- /Assets/Logic/Presentation/Builds/HighlightScriptOnStart.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Presentation/Builds/HighlightScriptOnStart.cs.meta -------------------------------------------------------------------------------- /Assets/Logic/Presentation/Builds/KidnapOnStart.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Presentation/Builds/KidnapOnStart.cs -------------------------------------------------------------------------------- /Assets/Logic/Presentation/Builds/KidnapOnStart.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Presentation/Builds/KidnapOnStart.cs.meta -------------------------------------------------------------------------------- /Assets/Logic/Presentation/Builds/MaximizeWindowOnStart.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Presentation/Builds/MaximizeWindowOnStart.cs -------------------------------------------------------------------------------- /Assets/Logic/Presentation/Builds/MaximizeWindowOnStart.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Presentation/Builds/MaximizeWindowOnStart.cs.meta -------------------------------------------------------------------------------- /Assets/Logic/Presentation/Builds/MoveOnStart.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Presentation/Builds/MoveOnStart.cs -------------------------------------------------------------------------------- /Assets/Logic/Presentation/Builds/MoveOnStart.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Presentation/Builds/MoveOnStart.cs.meta -------------------------------------------------------------------------------- /Assets/Logic/Presentation/Builds/NextOnStart.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Presentation/Builds/NextOnStart.cs -------------------------------------------------------------------------------- /Assets/Logic/Presentation/Builds/NextOnStart.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Presentation/Builds/NextOnStart.cs.meta -------------------------------------------------------------------------------- /Assets/Logic/Presentation/Builds/OpenOnStart.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Presentation/Builds/OpenOnStart.cs -------------------------------------------------------------------------------- /Assets/Logic/Presentation/Builds/OpenOnStart.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Presentation/Builds/OpenOnStart.cs.meta -------------------------------------------------------------------------------- /Assets/Logic/Presentation/Builds/OpenScriptOnStart.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Presentation/Builds/OpenScriptOnStart.cs -------------------------------------------------------------------------------- /Assets/Logic/Presentation/Builds/OpenScriptOnStart.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Presentation/Builds/OpenScriptOnStart.cs.meta -------------------------------------------------------------------------------- /Assets/Logic/Presentation/Builds/ResetShowOnStart.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Presentation/Builds/ResetShowOnStart.cs -------------------------------------------------------------------------------- /Assets/Logic/Presentation/Builds/ResetShowOnStart.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Presentation/Builds/ResetShowOnStart.cs.meta -------------------------------------------------------------------------------- /Assets/Logic/Presentation/Builds/RotateOnStart.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Presentation/Builds/RotateOnStart.cs -------------------------------------------------------------------------------- /Assets/Logic/Presentation/Builds/RotateOnStart.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Presentation/Builds/RotateOnStart.cs.meta -------------------------------------------------------------------------------- /Assets/Logic/Presentation/Control.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Presentation/Control.cs -------------------------------------------------------------------------------- /Assets/Logic/Presentation/Control.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Presentation/Control.cs.meta -------------------------------------------------------------------------------- /Assets/Logic/Presentation/ProgressIndicator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Presentation/ProgressIndicator.cs -------------------------------------------------------------------------------- /Assets/Logic/Presentation/ProgressIndicator.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Presentation/ProgressIndicator.cs.meta -------------------------------------------------------------------------------- /Assets/Logic/Rendering.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Rendering.meta -------------------------------------------------------------------------------- /Assets/Logic/Rendering/Alpha-Diffuse-WithShadows.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Rendering/Alpha-Diffuse-WithShadows.shader -------------------------------------------------------------------------------- /Assets/Logic/Rendering/Alpha-Diffuse-WithShadows.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Rendering/Alpha-Diffuse-WithShadows.shader.meta -------------------------------------------------------------------------------- /Assets/Logic/Rendering/AnimationCurveRenderer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Rendering/AnimationCurveRenderer.cs -------------------------------------------------------------------------------- /Assets/Logic/Rendering/AnimationCurveRenderer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Rendering/AnimationCurveRenderer.cs.meta -------------------------------------------------------------------------------- /Assets/Logic/Rendering/WireframeRenderer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Rendering/WireframeRenderer.cs -------------------------------------------------------------------------------- /Assets/Logic/Rendering/WireframeRenderer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Logic/Rendering/WireframeRenderer.cs.meta -------------------------------------------------------------------------------- /Assets/Plugins.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Plugins.meta -------------------------------------------------------------------------------- /Assets/Plugins/Android.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Plugins/Android.meta -------------------------------------------------------------------------------- /Assets/Plugins/Android/src.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Plugins/Android/src.meta -------------------------------------------------------------------------------- /Assets/Plugins/Android/src/PluginTest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Plugins/Android/src/PluginTest.java -------------------------------------------------------------------------------- /Assets/Plugins/Android/src/PluginTest.java.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Plugins/Android/src/PluginTest.java.meta -------------------------------------------------------------------------------- /Assets/Prefabs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Prefabs.meta -------------------------------------------------------------------------------- /Assets/Prefabs/Background - Interactive.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Prefabs/Background - Interactive.prefab -------------------------------------------------------------------------------- /Assets/Prefabs/Background - Interactive.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Prefabs/Background - Interactive.prefab.meta -------------------------------------------------------------------------------- /Assets/Prefabs/Background.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Prefabs/Background.prefab -------------------------------------------------------------------------------- /Assets/Prefabs/Background.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Prefabs/Background.prefab.meta -------------------------------------------------------------------------------- /Assets/Prefabs/Bullet.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Prefabs/Bullet.prefab -------------------------------------------------------------------------------- /Assets/Prefabs/Bullet.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Prefabs/Bullet.prefab.meta -------------------------------------------------------------------------------- /Assets/Prefabs/Control.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Prefabs/Control.prefab -------------------------------------------------------------------------------- /Assets/Prefabs/Control.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Prefabs/Control.prefab.meta -------------------------------------------------------------------------------- /Assets/Prefabs/Example.prefabBundle.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Prefabs/Example.prefabBundle.meta -------------------------------------------------------------------------------- /Assets/Prefabs/Example.prefabBundle/Amazing cube.original.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Prefabs/Example.prefabBundle/Amazing cube.original.prefab -------------------------------------------------------------------------------- /Assets/Prefabs/Example.prefabBundle/Amazing cube.original.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Prefabs/Example.prefabBundle/Amazing cube.original.prefab.meta -------------------------------------------------------------------------------- /Assets/Prefabs/Example.prefabBundle/Amazing cube.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Prefabs/Example.prefabBundle/Amazing cube.prefab -------------------------------------------------------------------------------- /Assets/Prefabs/Example.prefabBundle/Amazing cube.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Prefabs/Example.prefabBundle/Amazing cube.prefab.meta -------------------------------------------------------------------------------- /Assets/Prefabs/Example.prefabBundle/Manifest.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Prefabs/Example.prefabBundle/Manifest.asset -------------------------------------------------------------------------------- /Assets/Prefabs/Example.prefabBundle/Manifest.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Prefabs/Example.prefabBundle/Manifest.asset.meta -------------------------------------------------------------------------------- /Assets/Prefabs/Front.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Prefabs/Front.prefab -------------------------------------------------------------------------------- /Assets/Prefabs/Front.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Prefabs/Front.prefab.meta -------------------------------------------------------------------------------- /Assets/Prefabs/Title - Center.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Prefabs/Title - Center.prefab -------------------------------------------------------------------------------- /Assets/Prefabs/Title - Center.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Prefabs/Title - Center.prefab.meta -------------------------------------------------------------------------------- /Assets/Prefabs/Title.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Prefabs/Title.prefab -------------------------------------------------------------------------------- /Assets/Prefabs/Title.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Prefabs/Title.prefab.meta -------------------------------------------------------------------------------- /Assets/Scenes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes.meta -------------------------------------------------------------------------------- /Assets/Scenes/0 - Reset.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/0 - Reset.unity -------------------------------------------------------------------------------- /Assets/Scenes/0 - Reset.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/0 - Reset.unity.meta -------------------------------------------------------------------------------- /Assets/Scenes/1 - Front.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/1 - Front.unity -------------------------------------------------------------------------------- /Assets/Scenes/1 - Front.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/1 - Front.unity.meta -------------------------------------------------------------------------------- /Assets/Scenes/2 - Intro.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/2 - Intro.meta -------------------------------------------------------------------------------- /Assets/Scenes/2 - Intro/2 - Intro - 1 of 3.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/2 - Intro/2 - Intro - 1 of 3.unity -------------------------------------------------------------------------------- /Assets/Scenes/2 - Intro/2 - Intro - 1 of 3.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/2 - Intro/2 - Intro - 1 of 3.unity.meta -------------------------------------------------------------------------------- /Assets/Scenes/2 - Intro/3 - Intro - 2 of 3.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/2 - Intro/3 - Intro - 2 of 3.unity -------------------------------------------------------------------------------- /Assets/Scenes/2 - Intro/3 - Intro - 2 of 3.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/2 - Intro/3 - Intro - 2 of 3.unity.meta -------------------------------------------------------------------------------- /Assets/Scenes/2 - Intro/4 - Intro - 3 of 3.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/2 - Intro/4 - Intro - 3 of 3.unity -------------------------------------------------------------------------------- /Assets/Scenes/2 - Intro/4 - Intro - 3 of 3.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/2 - Intro/4 - Intro - 3 of 3.unity.meta -------------------------------------------------------------------------------- /Assets/Scenes/2 - Intro/5 - Contents - 1 of 3.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/2 - Intro/5 - Contents - 1 of 3.unity -------------------------------------------------------------------------------- /Assets/Scenes/2 - Intro/5 - Contents - 1 of 3.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/2 - Intro/5 - Contents - 1 of 3.unity.meta -------------------------------------------------------------------------------- /Assets/Scenes/2 - Intro/6 - Contents - 2 of 3.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/2 - Intro/6 - Contents - 2 of 3.unity -------------------------------------------------------------------------------- /Assets/Scenes/2 - Intro/6 - Contents - 2 of 3.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/2 - Intro/6 - Contents - 2 of 3.unity.meta -------------------------------------------------------------------------------- /Assets/Scenes/2 - Intro/7 - Contents - 3 of 3.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/2 - Intro/7 - Contents - 3 of 3.unity -------------------------------------------------------------------------------- /Assets/Scenes/2 - Intro/7 - Contents - 3 of 3.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/2 - Intro/7 - Contents - 3 of 3.unity.meta -------------------------------------------------------------------------------- /Assets/Scenes/29 - Nearly There.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/29 - Nearly There.unity -------------------------------------------------------------------------------- /Assets/Scenes/29 - Nearly There.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/29 - Nearly There.unity.meta -------------------------------------------------------------------------------- /Assets/Scenes/3 - Runtime.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/3 - Runtime.meta -------------------------------------------------------------------------------- /Assets/Scenes/3 - Runtime/10 - Directional Speed.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/3 - Runtime/10 - Directional Speed.unity -------------------------------------------------------------------------------- /Assets/Scenes/3 - Runtime/10 - Directional Speed.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/3 - Runtime/10 - Directional Speed.unity.meta -------------------------------------------------------------------------------- /Assets/Scenes/3 - Runtime/11 - Camera Blend and Clamp.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/3 - Runtime/11 - Camera Blend and Clamp.unity -------------------------------------------------------------------------------- /Assets/Scenes/3 - Runtime/11 - Camera Blend and Clamp.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/3 - Runtime/11 - Camera Blend and Clamp.unity.meta -------------------------------------------------------------------------------- /Assets/Scenes/3 - Runtime/12 - Animation Curves Outlined.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/3 - Runtime/12 - Animation Curves Outlined.unity -------------------------------------------------------------------------------- /Assets/Scenes/3 - Runtime/12 - Animation Curves Outlined.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/3 - Runtime/12 - Animation Curves Outlined.unity.meta -------------------------------------------------------------------------------- /Assets/Scenes/3 - Runtime/13 - Data Re-use.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/3 - Runtime/13 - Data Re-use.unity -------------------------------------------------------------------------------- /Assets/Scenes/3 - Runtime/13 - Data Re-use.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/3 - Runtime/13 - Data Re-use.unity.meta -------------------------------------------------------------------------------- /Assets/Scenes/3 - Runtime/14 - Stealth System.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/3 - Runtime/14 - Stealth System.meta -------------------------------------------------------------------------------- /Assets/Scenes/3 - Runtime/14 - Stealth System.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/3 - Runtime/14 - Stealth System.unity -------------------------------------------------------------------------------- /Assets/Scenes/3 - Runtime/14 - Stealth System.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/3 - Runtime/14 - Stealth System.unity.meta -------------------------------------------------------------------------------- /Assets/Scenes/3 - Runtime/14 - Stealth System/LightProbes.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/3 - Runtime/14 - Stealth System/LightProbes.asset -------------------------------------------------------------------------------- /Assets/Scenes/3 - Runtime/14 - Stealth System/LightProbes.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/3 - Runtime/14 - Stealth System/LightProbes.asset.meta -------------------------------------------------------------------------------- /Assets/Scenes/3 - Runtime/14 - Stealth System/LightmapFar-0.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/3 - Runtime/14 - Stealth System/LightmapFar-0.exr -------------------------------------------------------------------------------- /Assets/Scenes/3 - Runtime/14 - Stealth System/LightmapFar-0.exr.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/3 - Runtime/14 - Stealth System/LightmapFar-0.exr.meta -------------------------------------------------------------------------------- /Assets/Scenes/3 - Runtime/14 - Stealth System/LightmapFar-1.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/3 - Runtime/14 - Stealth System/LightmapFar-1.exr -------------------------------------------------------------------------------- /Assets/Scenes/3 - Runtime/14 - Stealth System/LightmapFar-1.exr.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/3 - Runtime/14 - Stealth System/LightmapFar-1.exr.meta -------------------------------------------------------------------------------- /Assets/Scenes/3 - Runtime/14 - Stealth System/LightmapFar-2.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/3 - Runtime/14 - Stealth System/LightmapFar-2.exr -------------------------------------------------------------------------------- /Assets/Scenes/3 - Runtime/14 - Stealth System/LightmapFar-2.exr.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/3 - Runtime/14 - Stealth System/LightmapFar-2.exr.meta -------------------------------------------------------------------------------- /Assets/Scenes/3 - Runtime/15 - Stealth System Outlined.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/3 - Runtime/15 - Stealth System Outlined.unity -------------------------------------------------------------------------------- /Assets/Scenes/3 - Runtime/15 - Stealth System Outlined.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/3 - Runtime/15 - Stealth System Outlined.unity.meta -------------------------------------------------------------------------------- /Assets/Scenes/3 - Runtime/16 - Reflected State Machine.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/3 - Runtime/16 - Reflected State Machine.unity -------------------------------------------------------------------------------- /Assets/Scenes/3 - Runtime/16 - Reflected State Machine.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/3 - Runtime/16 - Reflected State Machine.unity.meta -------------------------------------------------------------------------------- /Assets/Scenes/3 - Runtime/17 - Reflected State Machine Outline.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/3 - Runtime/17 - Reflected State Machine Outline.unity -------------------------------------------------------------------------------- /Assets/Scenes/3 - Runtime/17 - Reflected State Machine Outline.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/3 - Runtime/17 - Reflected State Machine Outline.unity.meta -------------------------------------------------------------------------------- /Assets/Scenes/3 - Runtime/18 - Self-Contained WebPlayer.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/3 - Runtime/18 - Self-Contained WebPlayer.unity -------------------------------------------------------------------------------- /Assets/Scenes/3 - Runtime/18 - Self-Contained WebPlayer.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/3 - Runtime/18 - Self-Contained WebPlayer.unity.meta -------------------------------------------------------------------------------- /Assets/Scenes/3 - Runtime/19 - Self-Contained WebPlayer Outline.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/3 - Runtime/19 - Self-Contained WebPlayer Outline.unity -------------------------------------------------------------------------------- /Assets/Scenes/3 - Runtime/19 - Self-Contained WebPlayer Outline.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/3 - Runtime/19 - Self-Contained WebPlayer Outline.unity.meta -------------------------------------------------------------------------------- /Assets/Scenes/3 - Runtime/20 - Rapid Game Development.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/3 - Runtime/20 - Rapid Game Development.unity -------------------------------------------------------------------------------- /Assets/Scenes/3 - Runtime/20 - Rapid Game Development.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/3 - Runtime/20 - Rapid Game Development.unity.meta -------------------------------------------------------------------------------- /Assets/Scenes/3 - Runtime/8 - Runtime.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/3 - Runtime/8 - Runtime.unity -------------------------------------------------------------------------------- /Assets/Scenes/3 - Runtime/8 - Runtime.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/3 - Runtime/8 - Runtime.unity.meta -------------------------------------------------------------------------------- /Assets/Scenes/3 - Runtime/9 - Animation Curves.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/3 - Runtime/9 - Animation Curves.unity -------------------------------------------------------------------------------- /Assets/Scenes/3 - Runtime/9 - Animation Curves.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/3 - Runtime/9 - Animation Curves.unity.meta -------------------------------------------------------------------------------- /Assets/Scenes/30 - Questions.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/30 - Questions.unity -------------------------------------------------------------------------------- /Assets/Scenes/30 - Questions.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/30 - Questions.unity.meta -------------------------------------------------------------------------------- /Assets/Scenes/4 - Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/4 - Editor.meta -------------------------------------------------------------------------------- /Assets/Scenes/4 - Editor/21 - Editor.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/4 - Editor/21 - Editor.unity -------------------------------------------------------------------------------- /Assets/Scenes/4 - Editor/21 - Editor.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/4 - Editor/21 - Editor.unity.meta -------------------------------------------------------------------------------- /Assets/Scenes/4 - Editor/22 - Importers.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/4 - Editor/22 - Importers.unity -------------------------------------------------------------------------------- /Assets/Scenes/4 - Editor/22 - Importers.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/4 - Editor/22 - Importers.unity.meta -------------------------------------------------------------------------------- /Assets/Scenes/4 - Editor/23 - Package Setup.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/4 - Editor/23 - Package Setup.unity -------------------------------------------------------------------------------- /Assets/Scenes/4 - Editor/23 - Package Setup.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/4 - Editor/23 - Package Setup.unity.meta -------------------------------------------------------------------------------- /Assets/Scenes/4 - Editor/24 - Workflow Automation.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/4 - Editor/24 - Workflow Automation.unity -------------------------------------------------------------------------------- /Assets/Scenes/4 - Editor/24 - Workflow Automation.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/4 - Editor/24 - Workflow Automation.unity.meta -------------------------------------------------------------------------------- /Assets/Scenes/4 - Editor/25 - Bundles.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/4 - Editor/25 - Bundles.unity -------------------------------------------------------------------------------- /Assets/Scenes/4 - Editor/25 - Bundles.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/4 - Editor/25 - Bundles.unity.meta -------------------------------------------------------------------------------- /Assets/Scenes/4 - Editor/26 - Manifest.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/4 - Editor/26 - Manifest.unity -------------------------------------------------------------------------------- /Assets/Scenes/4 - Editor/26 - Manifest.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/4 - Editor/26 - Manifest.unity.meta -------------------------------------------------------------------------------- /Assets/Scenes/4 - Editor/27 - Prefab Bundle.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/4 - Editor/27 - Prefab Bundle.unity -------------------------------------------------------------------------------- /Assets/Scenes/4 - Editor/27 - Prefab Bundle.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/4 - Editor/27 - Prefab Bundle.unity.meta -------------------------------------------------------------------------------- /Assets/Scenes/4 - Editor/28 - Script Bundle.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/4 - Editor/28 - Script Bundle.unity -------------------------------------------------------------------------------- /Assets/Scenes/4 - Editor/28 - Script Bundle.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/4 - Editor/28 - Script Bundle.unity.meta -------------------------------------------------------------------------------- /Assets/Scenes/Memes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/Memes.meta -------------------------------------------------------------------------------- /Assets/Scenes/Memes/Branch.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/Memes/Branch.unity -------------------------------------------------------------------------------- /Assets/Scenes/Memes/Branch.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/Memes/Branch.unity.meta -------------------------------------------------------------------------------- /Assets/Scenes/Memes/Five.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/Memes/Five.unity -------------------------------------------------------------------------------- /Assets/Scenes/Memes/Five.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/Memes/Five.unity.meta -------------------------------------------------------------------------------- /Assets/Scenes/Memes/Rex.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/Memes/Rex.unity -------------------------------------------------------------------------------- /Assets/Scenes/Memes/Rex.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/Memes/Rex.unity.meta -------------------------------------------------------------------------------- /Assets/Scenes/Memes/Surf.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/Memes/Surf.unity -------------------------------------------------------------------------------- /Assets/Scenes/Memes/Surf.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Scenes/Memes/Surf.unity.meta -------------------------------------------------------------------------------- /Assets/Standard Assets.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets.meta -------------------------------------------------------------------------------- /Assets/Standard Assets/Camera.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Camera.meta -------------------------------------------------------------------------------- /Assets/Standard Assets/Camera/CameraBehaviour.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Camera/CameraBehaviour.cs -------------------------------------------------------------------------------- /Assets/Standard Assets/Camera/CameraBehaviour.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Camera/CameraBehaviour.cs.meta -------------------------------------------------------------------------------- /Assets/Standard Assets/Camera/DualHingeCamera.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Camera/DualHingeCamera.cs -------------------------------------------------------------------------------- /Assets/Standard Assets/Camera/DualHingeCamera.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Camera/DualHingeCamera.cs.meta -------------------------------------------------------------------------------- /Assets/Standard Assets/Camera/DualHingeCamera.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Camera/DualHingeCamera.prefab -------------------------------------------------------------------------------- /Assets/Standard Assets/Camera/DualHingeCamera.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Camera/DualHingeCamera.prefab.meta -------------------------------------------------------------------------------- /Assets/Standard Assets/Camera/Example.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Camera/Example.unity -------------------------------------------------------------------------------- /Assets/Standard Assets/Camera/Example.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Camera/Example.unity.meta -------------------------------------------------------------------------------- /Assets/Standard Assets/Camera/FollowCamera.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Camera/FollowCamera.cs -------------------------------------------------------------------------------- /Assets/Standard Assets/Camera/FollowCamera.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Camera/FollowCamera.cs.meta -------------------------------------------------------------------------------- /Assets/Standard Assets/Camera/NoClipCamera.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Camera/NoClipCamera.cs -------------------------------------------------------------------------------- /Assets/Standard Assets/Camera/NoClipCamera.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Camera/NoClipCamera.cs.meta -------------------------------------------------------------------------------- /Assets/Standard Assets/Camera/ObserverCamera.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Camera/ObserverCamera.cs -------------------------------------------------------------------------------- /Assets/Standard Assets/Camera/ObserverCamera.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Camera/ObserverCamera.cs.meta -------------------------------------------------------------------------------- /Assets/Standard Assets/Camera/OrbitCamera.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Camera/OrbitCamera.cs -------------------------------------------------------------------------------- /Assets/Standard Assets/Camera/OrbitCamera.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Camera/OrbitCamera.cs.meta -------------------------------------------------------------------------------- /Assets/Standard Assets/Camera/SightCamera.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Camera/SightCamera.cs -------------------------------------------------------------------------------- /Assets/Standard Assets/Camera/SightCamera.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Camera/SightCamera.cs.meta -------------------------------------------------------------------------------- /Assets/Standard Assets/Camera/TravelCamera.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Camera/TravelCamera.cs -------------------------------------------------------------------------------- /Assets/Standard Assets/Camera/TravelCamera.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Camera/TravelCamera.cs.meta -------------------------------------------------------------------------------- /Assets/Standard Assets/Camera/TravelCamera.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Camera/TravelCamera.prefab -------------------------------------------------------------------------------- /Assets/Standard Assets/Camera/TravelCamera.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Camera/TravelCamera.prefab.meta -------------------------------------------------------------------------------- /Assets/Standard Assets/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Editor.meta -------------------------------------------------------------------------------- /Assets/Standard Assets/Editor/DualControlsInspector.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Editor/DualControlsInspector.cs -------------------------------------------------------------------------------- /Assets/Standard Assets/Editor/DualControlsInspector.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Editor/DualControlsInspector.cs.meta -------------------------------------------------------------------------------- /Assets/Standard Assets/Editor/MoverInspector.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Editor/MoverInspector.cs -------------------------------------------------------------------------------- /Assets/Standard Assets/Editor/MoverInspector.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Editor/MoverInspector.cs.meta -------------------------------------------------------------------------------- /Assets/Standard Assets/Editor/PropertyEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Editor/PropertyEditor.cs -------------------------------------------------------------------------------- /Assets/Standard Assets/Editor/PropertyEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Editor/PropertyEditor.cs.meta -------------------------------------------------------------------------------- /Assets/Standard Assets/Editor/TouchGesturesInspector.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Editor/TouchGesturesInspector.cs -------------------------------------------------------------------------------- /Assets/Standard Assets/Editor/TouchGesturesInspector.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Editor/TouchGesturesInspector.cs.meta -------------------------------------------------------------------------------- /Assets/Standard Assets/Input.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Input.meta -------------------------------------------------------------------------------- /Assets/Standard Assets/Input/ControllerInput.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Input/ControllerInput.cs -------------------------------------------------------------------------------- /Assets/Standard Assets/Input/ControllerInput.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Input/ControllerInput.cs.meta -------------------------------------------------------------------------------- /Assets/Standard Assets/Input/Controllers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Input/Controllers.cs -------------------------------------------------------------------------------- /Assets/Standard Assets/Input/Controllers.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Input/Controllers.cs.meta -------------------------------------------------------------------------------- /Assets/Standard Assets/Input/DualControls.Stick.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Input/DualControls.Stick.cs -------------------------------------------------------------------------------- /Assets/Standard Assets/Input/DualControls.Stick.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Input/DualControls.Stick.cs.meta -------------------------------------------------------------------------------- /Assets/Standard Assets/Input/DualControls.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Input/DualControls.cs -------------------------------------------------------------------------------- /Assets/Standard Assets/Input/DualControls.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Input/DualControls.cs.meta -------------------------------------------------------------------------------- /Assets/Standard Assets/Input/MouseCameraController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Input/MouseCameraController.cs -------------------------------------------------------------------------------- /Assets/Standard Assets/Input/MouseCameraController.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Input/MouseCameraController.cs.meta -------------------------------------------------------------------------------- /Assets/Standard Assets/Input/MouseLock.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Input/MouseLock.cs -------------------------------------------------------------------------------- /Assets/Standard Assets/Input/MouseLock.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Input/MouseLock.cs.meta -------------------------------------------------------------------------------- /Assets/Standard Assets/Input/RightStickCameraController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Input/RightStickCameraController.cs -------------------------------------------------------------------------------- /Assets/Standard Assets/Input/RightStickCameraController.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Input/RightStickCameraController.cs.meta -------------------------------------------------------------------------------- /Assets/Standard Assets/Input/TouchGestures.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Input/TouchGestures.cs -------------------------------------------------------------------------------- /Assets/Standard Assets/Input/TouchGestures.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Input/TouchGestures.cs.meta -------------------------------------------------------------------------------- /Assets/Standard Assets/Movement.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Movement.meta -------------------------------------------------------------------------------- /Assets/Standard Assets/Movement/Example.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Movement/Example.unity -------------------------------------------------------------------------------- /Assets/Standard Assets/Movement/Example.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Movement/Example.unity.meta -------------------------------------------------------------------------------- /Assets/Standard Assets/Movement/MovementController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Movement/MovementController.cs -------------------------------------------------------------------------------- /Assets/Standard Assets/Movement/MovementController.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Movement/MovementController.cs.meta -------------------------------------------------------------------------------- /Assets/Standard Assets/Movement/Mover.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Movement/Mover.cs -------------------------------------------------------------------------------- /Assets/Standard Assets/Movement/Mover.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Movement/Mover.cs.meta -------------------------------------------------------------------------------- /Assets/Standard Assets/Movement/Platform.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Movement/Platform.cs -------------------------------------------------------------------------------- /Assets/Standard Assets/Movement/Platform.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Movement/Platform.cs.meta -------------------------------------------------------------------------------- /Assets/Standard Assets/Movement/PlatformRider.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Movement/PlatformRider.cs -------------------------------------------------------------------------------- /Assets/Standard Assets/Movement/PlatformRider.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Movement/PlatformRider.cs.meta -------------------------------------------------------------------------------- /Assets/Standard Assets/Movement/Player character Axis.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Movement/Player character Axis.prefab -------------------------------------------------------------------------------- /Assets/Standard Assets/Movement/Player character Axis.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Movement/Player character Axis.prefab.meta -------------------------------------------------------------------------------- /Assets/Standard Assets/Movement/Player character DualControls.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Movement/Player character DualControls.prefab -------------------------------------------------------------------------------- /Assets/Standard Assets/Movement/Player character DualControls.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Movement/Player character DualControls.prefab.meta -------------------------------------------------------------------------------- /Assets/Standard Assets/Movement/PlayerControllerAxis.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Movement/PlayerControllerAxis.cs -------------------------------------------------------------------------------- /Assets/Standard Assets/Movement/PlayerControllerAxis.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Movement/PlayerControllerAxis.cs.meta -------------------------------------------------------------------------------- /Assets/Standard Assets/Movement/PlayerControllerDualControls.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Movement/PlayerControllerDualControls.cs -------------------------------------------------------------------------------- /Assets/Standard Assets/Movement/PlayerControllerDualControls.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Movement/PlayerControllerDualControls.cs.meta -------------------------------------------------------------------------------- /Assets/Standard Assets/Toon Shading.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Toon Shading.meta -------------------------------------------------------------------------------- /Assets/Standard Assets/Toon Shading/Sources.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Toon Shading/Sources.meta -------------------------------------------------------------------------------- /Assets/Standard Assets/Toon Shading/Sources/Shaders.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Toon Shading/Sources/Shaders.meta -------------------------------------------------------------------------------- /Assets/Standard Assets/Toon Shading/Sources/Shaders/Toony-Basic.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Toon Shading/Sources/Shaders/Toony-Basic.shader -------------------------------------------------------------------------------- /Assets/Standard Assets/Toon Shading/Sources/Shaders/Toony-Basic.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Toon Shading/Sources/Shaders/Toony-Basic.shader.meta -------------------------------------------------------------------------------- /Assets/Standard Assets/Toon Shading/Sources/Shaders/Toony-BasicOutline.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Toon Shading/Sources/Shaders/Toony-BasicOutline.shader -------------------------------------------------------------------------------- /Assets/Standard Assets/Toon Shading/Sources/Shaders/Toony-BasicOutline.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Toon Shading/Sources/Shaders/Toony-BasicOutline.shader.meta -------------------------------------------------------------------------------- /Assets/Standard Assets/Toon Shading/Sources/Shaders/Toony-Lighted.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Toon Shading/Sources/Shaders/Toony-Lighted.shader -------------------------------------------------------------------------------- /Assets/Standard Assets/Toon Shading/Sources/Shaders/Toony-Lighted.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Toon Shading/Sources/Shaders/Toony-Lighted.shader.meta -------------------------------------------------------------------------------- /Assets/Standard Assets/Toon Shading/Sources/Shaders/Toony-LightedOutline.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Toon Shading/Sources/Shaders/Toony-LightedOutline.shader -------------------------------------------------------------------------------- /Assets/Standard Assets/Toon Shading/Sources/Shaders/Toony-LightedOutline.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Toon Shading/Sources/Shaders/Toony-LightedOutline.shader.meta -------------------------------------------------------------------------------- /Assets/Standard Assets/Toon Shading/Sources/Textures.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Toon Shading/Sources/Textures.meta -------------------------------------------------------------------------------- /Assets/Standard Assets/Toon Shading/Sources/Textures/toon ramp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Toon Shading/Sources/Textures/toon ramp.png -------------------------------------------------------------------------------- /Assets/Standard Assets/Toon Shading/Sources/Textures/toon ramp.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Toon Shading/Sources/Textures/toon ramp.png.meta -------------------------------------------------------------------------------- /Assets/Standard Assets/Toon Shading/Sources/Textures/toony lighting.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Toon Shading/Sources/Textures/toony lighting.psd -------------------------------------------------------------------------------- /Assets/Standard Assets/Toon Shading/Sources/Textures/toony lighting.psd.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Toon Shading/Sources/Textures/toony lighting.psd.meta -------------------------------------------------------------------------------- /Assets/Standard Assets/Toon Shading/Toony-Basic.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Toon Shading/Toony-Basic.mat -------------------------------------------------------------------------------- /Assets/Standard Assets/Toon Shading/Toony-Basic.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Toon Shading/Toony-Basic.mat.meta -------------------------------------------------------------------------------- /Assets/Standard Assets/Toon Shading/Toony-BasicOutline.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Toon Shading/Toony-BasicOutline.mat -------------------------------------------------------------------------------- /Assets/Standard Assets/Toon Shading/Toony-BasicOutline.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Toon Shading/Toony-BasicOutline.mat.meta -------------------------------------------------------------------------------- /Assets/Standard Assets/Toon Shading/Toony-Lighted Outline.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Toon Shading/Toony-Lighted Outline.mat -------------------------------------------------------------------------------- /Assets/Standard Assets/Toon Shading/Toony-Lighted Outline.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Toon Shading/Toony-Lighted Outline.mat.meta -------------------------------------------------------------------------------- /Assets/Standard Assets/Toon Shading/Toony-Lighted.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Toon Shading/Toony-Lighted.mat -------------------------------------------------------------------------------- /Assets/Standard Assets/Toon Shading/Toony-Lighted.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Toon Shading/Toony-Lighted.mat.meta -------------------------------------------------------------------------------- /Assets/Standard Assets/Toon Shading/_ToonShadingSample.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Toon Shading/_ToonShadingSample.unity -------------------------------------------------------------------------------- /Assets/Standard Assets/Toon Shading/_ToonShadingSample.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Toon Shading/_ToonShadingSample.unity.meta -------------------------------------------------------------------------------- /Assets/Standard Assets/Utility.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Utility.meta -------------------------------------------------------------------------------- /Assets/Standard Assets/Utility/ScreenUtility.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Utility/ScreenUtility.cs -------------------------------------------------------------------------------- /Assets/Standard Assets/Utility/ScreenUtility.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Utility/ScreenUtility.cs.meta -------------------------------------------------------------------------------- /Assets/Standard Assets/Utility/Utility.Editor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Utility/Utility.Editor.cs -------------------------------------------------------------------------------- /Assets/Standard Assets/Utility/Utility.Editor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Utility/Utility.Editor.cs.meta -------------------------------------------------------------------------------- /Assets/Standard Assets/Utility/Utility.Network.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Utility/Utility.Network.cs -------------------------------------------------------------------------------- /Assets/Standard Assets/Utility/Utility.Network.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Utility/Utility.Network.cs.meta -------------------------------------------------------------------------------- /Assets/Standard Assets/Utility/Utility.Structure.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Utility/Utility.Structure.cs -------------------------------------------------------------------------------- /Assets/Standard Assets/Utility/Utility.Structure.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Utility/Utility.Structure.cs.meta -------------------------------------------------------------------------------- /Assets/Standard Assets/Utility/Utility.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Utility/Utility.cs -------------------------------------------------------------------------------- /Assets/Standard Assets/Utility/Utility.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/Standard Assets/Utility/Utility.cs.meta -------------------------------------------------------------------------------- /Assets/WebPlayerTemplates.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/WebPlayerTemplates.meta -------------------------------------------------------------------------------- /Assets/WebPlayerTemplates/ScriptBundles.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/WebPlayerTemplates/ScriptBundles.meta -------------------------------------------------------------------------------- /Assets/WebPlayerTemplates/ScriptBundles/BestScriptsEver.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/WebPlayerTemplates/ScriptBundles/BestScriptsEver.meta -------------------------------------------------------------------------------- /Assets/WebPlayerTemplates/ScriptBundles/BestScriptsEver/NewBehaviourScript.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/WebPlayerTemplates/ScriptBundles/BestScriptsEver/NewBehaviourScript.cs -------------------------------------------------------------------------------- /Assets/WebPlayerTemplates/ScriptBundles/BestScriptsEver/NewBehaviourScript.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/WebPlayerTemplates/ScriptBundles/BestScriptsEver/NewBehaviourScript.cs.meta -------------------------------------------------------------------------------- /Assets/WebPlayerTemplates/ScriptBundles/BestScriptsEver/Texture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/WebPlayerTemplates/ScriptBundles/BestScriptsEver/Texture.png -------------------------------------------------------------------------------- /Assets/WebPlayerTemplates/ScriptBundles/BestScriptsEver/Texture.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/Assets/WebPlayerTemplates/ScriptBundles/BestScriptsEver/Texture.png.meta -------------------------------------------------------------------------------- /BestScriptsEver.unity3d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/BestScriptsEver.unity3d -------------------------------------------------------------------------------- /ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/ProjectSettings/DynamicsManager.asset -------------------------------------------------------------------------------- /ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/ProjectSettings/EditorBuildSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/ProjectSettings/EditorSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/GraphicsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/ProjectSettings/GraphicsSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /ProjectSettings/NavMeshLayers.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/ProjectSettings/NavMeshLayers.asset -------------------------------------------------------------------------------- /ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/ProjectSettings/NetworkManager.asset -------------------------------------------------------------------------------- /ProjectSettings/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/ProjectSettings/ProjectSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/QualitySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/ProjectSettings/QualitySettings.asset -------------------------------------------------------------------------------- /ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /UniqueBundle42.unity3d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AngryAnt/UnityHacks/HEAD/UniqueBundle42.unity3d --------------------------------------------------------------------------------