├── .gitignore ├── Assets ├── Disco_simple_de_Virus.jpg ├── Disco_simple_de_Virus.jpg.meta ├── Disco_simple_de_Virus.mat ├── Disco_simple_de_Virus.mat.meta ├── Main.unity ├── Main.unity.meta ├── VinylController.cs ├── VinylController.cs.meta ├── drums-and-guitar.aif └── drums-and-guitar.aif.meta ├── ProjectSettings ├── AudioManager.asset ├── DynamicsManager.asset ├── EditorBuildSettings.asset ├── EditorSettings.asset ├── GraphicsSettings.asset ├── InputManager.asset ├── NavMeshLayers.asset ├── NetworkManager.asset ├── Physics2DSettings.asset ├── ProjectSettings.asset ├── QualitySettings.asset ├── TagManager.asset └── TimeManager.asset └── README.md /.gitignore: -------------------------------------------------------------------------------- 1 | Library/ 2 | Temp/ 3 | 4 | *.csproj 5 | *.unityproj 6 | *.sln 7 | *.pidb 8 | *.userprefs 9 | 10 | .DS_Store 11 | -------------------------------------------------------------------------------- /Assets/Disco_simple_de_Virus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/UnityTurntable/d2e19bfb9d2a7f61c82e6313ca5e2c58a3dcda3d/Assets/Disco_simple_de_Virus.jpg -------------------------------------------------------------------------------- /Assets/Disco_simple_de_Virus.jpg.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1f69e607fa87d44889738ed64f5057d8 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | serializedVersion: 2 6 | mipmaps: 7 | mipMapMode: 0 8 | enableMipMap: 0 9 | linearTexture: 0 10 | correctGamma: 0 11 | fadeOut: 0 12 | borderMipMap: 0 13 | mipMapFadeDistanceStart: 1 14 | mipMapFadeDistanceEnd: 3 15 | bumpmap: 16 | convertToNormalMap: 0 17 | externalNormalMap: 0 18 | heightScale: .25 19 | normalMapFilter: 0 20 | isReadable: 0 21 | grayScaleToAlpha: 0 22 | generateCubemap: 0 23 | seamlessCubemap: 0 24 | textureFormat: -1 25 | maxTextureSize: 1024 26 | textureSettings: 27 | filterMode: -1 28 | aniso: -1 29 | mipBias: -1 30 | wrapMode: 1 31 | nPOTScale: 1 32 | lightmap: 0 33 | compressionQuality: 50 34 | spriteMode: 0 35 | spriteExtrude: 1 36 | spriteMeshType: 1 37 | alignment: 0 38 | spritePivot: {x: .5, y: .5} 39 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 40 | spritePixelsToUnits: 100 41 | alphaIsTransparency: 0 42 | textureType: 5 43 | buildTargetSettings: [] 44 | spriteSheet: 45 | sprites: [] 46 | spritePackingTag: 47 | userData: 48 | -------------------------------------------------------------------------------- /Assets/Disco_simple_de_Virus.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 3 6 | m_ObjectHideFlags: 0 7 | m_PrefabParentObject: {fileID: 0} 8 | m_PrefabInternal: {fileID: 0} 9 | m_Name: Disco_simple_de_Virus 10 | m_Shader: {fileID: 10750, guid: 0000000000000000f000000000000000, type: 0} 11 | m_ShaderKeywords: [] 12 | m_CustomRenderQueue: -1 13 | m_SavedProperties: 14 | serializedVersion: 2 15 | m_TexEnvs: 16 | data: 17 | first: 18 | name: _MainTex 19 | second: 20 | m_Texture: {fileID: 2800000, guid: 1f69e607fa87d44889738ed64f5057d8, type: 3} 21 | m_Scale: {x: 2, y: 2} 22 | m_Offset: {x: -.5, y: -.5} 23 | m_Floats: {} 24 | m_Colors: 25 | data: 26 | first: 27 | name: _Color 28 | second: {r: 1, g: 1, b: 1, a: 1} 29 | -------------------------------------------------------------------------------- /Assets/Disco_simple_de_Virus.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 737bbb69c507f45d2b40c26a46676b2b 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Main.unity: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!29 &1 4 | SceneSettings: 5 | m_ObjectHideFlags: 0 6 | m_PVSData: 7 | m_PVSObjectsArray: [] 8 | m_PVSPortalsArray: [] 9 | m_OcclusionBakeSettings: 10 | smallestOccluder: 5 11 | smallestHole: .25 12 | backfaceThreshold: 100 13 | --- !u!104 &2 14 | RenderSettings: 15 | m_Fog: 0 16 | m_FogColor: {r: .5, g: .5, b: .5, a: 1} 17 | m_FogMode: 3 18 | m_FogDensity: .00999999978 19 | m_LinearFogStart: 0 20 | m_LinearFogEnd: 300 21 | m_AmbientLight: {r: .200000003, g: .200000003, b: .200000003, a: 1} 22 | m_SkyboxMaterial: {fileID: 0} 23 | m_HaloStrength: .5 24 | m_FlareStrength: 1 25 | m_FlareFadeSpeed: 3 26 | m_HaloTexture: {fileID: 0} 27 | m_SpotCookie: {fileID: 0} 28 | m_ObjectHideFlags: 0 29 | --- !u!127 &3 30 | LevelGameManager: 31 | m_ObjectHideFlags: 0 32 | --- !u!157 &4 33 | LightmapSettings: 34 | m_ObjectHideFlags: 0 35 | m_LightProbes: {fileID: 0} 36 | m_Lightmaps: [] 37 | m_LightmapsMode: 1 38 | m_BakedColorSpace: 0 39 | m_UseDualLightmapsInForward: 0 40 | m_LightmapEditorSettings: 41 | m_Resolution: 50 42 | m_LastUsedResolution: 0 43 | m_TextureWidth: 1024 44 | m_TextureHeight: 1024 45 | m_BounceBoost: 1 46 | m_BounceIntensity: 1 47 | m_SkyLightColor: {r: .860000014, g: .930000007, b: 1, a: 1} 48 | m_SkyLightIntensity: 0 49 | m_Quality: 0 50 | m_Bounces: 1 51 | m_FinalGatherRays: 1000 52 | m_FinalGatherContrastThreshold: .0500000007 53 | m_FinalGatherGradientThreshold: 0 54 | m_FinalGatherInterpolationPoints: 15 55 | m_AOAmount: 0 56 | m_AOMaxDistance: .100000001 57 | m_AOContrast: 1 58 | m_LODSurfaceMappingDistance: 1 59 | m_Padding: 0 60 | m_TextureCompression: 0 61 | m_LockAtlas: 0 62 | --- !u!196 &5 63 | NavMeshSettings: 64 | m_ObjectHideFlags: 0 65 | m_BuildSettings: 66 | agentRadius: .5 67 | agentHeight: 2 68 | agentSlope: 45 69 | agentClimb: .400000006 70 | ledgeDropHeight: 0 71 | maxJumpAcrossDistance: 0 72 | accuratePlacement: 0 73 | minRegionArea: 2 74 | widthInaccuracy: 16.666666 75 | heightInaccuracy: 10 76 | m_NavMesh: {fileID: 0} 77 | --- !u!1 &1452201557 78 | GameObject: 79 | m_ObjectHideFlags: 0 80 | m_PrefabParentObject: {fileID: 0} 81 | m_PrefabInternal: {fileID: 0} 82 | serializedVersion: 4 83 | m_Component: 84 | - 4: {fileID: 1452201562} 85 | - 20: {fileID: 1452201561} 86 | - 92: {fileID: 1452201560} 87 | - 124: {fileID: 1452201559} 88 | - 81: {fileID: 1452201558} 89 | m_Layer: 0 90 | m_Name: Main Camera 91 | m_TagString: MainCamera 92 | m_Icon: {fileID: 0} 93 | m_NavMeshLayer: 0 94 | m_StaticEditorFlags: 0 95 | m_IsActive: 1 96 | --- !u!81 &1452201558 97 | AudioListener: 98 | m_ObjectHideFlags: 0 99 | m_PrefabParentObject: {fileID: 0} 100 | m_PrefabInternal: {fileID: 0} 101 | m_GameObject: {fileID: 1452201557} 102 | m_Enabled: 1 103 | --- !u!124 &1452201559 104 | Behaviour: 105 | m_ObjectHideFlags: 0 106 | m_PrefabParentObject: {fileID: 0} 107 | m_PrefabInternal: {fileID: 0} 108 | m_GameObject: {fileID: 1452201557} 109 | m_Enabled: 1 110 | --- !u!92 &1452201560 111 | Behaviour: 112 | m_ObjectHideFlags: 0 113 | m_PrefabParentObject: {fileID: 0} 114 | m_PrefabInternal: {fileID: 0} 115 | m_GameObject: {fileID: 1452201557} 116 | m_Enabled: 1 117 | --- !u!20 &1452201561 118 | Camera: 119 | m_ObjectHideFlags: 0 120 | m_PrefabParentObject: {fileID: 0} 121 | m_PrefabInternal: {fileID: 0} 122 | m_GameObject: {fileID: 1452201557} 123 | m_Enabled: 1 124 | serializedVersion: 2 125 | m_ClearFlags: 1 126 | m_BackGroundColor: {r: .192156866, g: .301960796, b: .474509805, a: .0196078438} 127 | m_NormalizedViewPortRect: 128 | serializedVersion: 2 129 | x: 0 130 | y: 0 131 | width: 1 132 | height: 1 133 | near clip plane: .300000012 134 | far clip plane: 1000 135 | field of view: 30 136 | orthographic: 1 137 | orthographic size: .5 138 | m_Depth: -1 139 | m_CullingMask: 140 | serializedVersion: 2 141 | m_Bits: 4294967295 142 | m_RenderingPath: -1 143 | m_TargetTexture: {fileID: 0} 144 | m_TargetDisplay: 0 145 | m_HDR: 0 146 | m_OcclusionCulling: 1 147 | m_StereoConvergence: 10 148 | m_StereoSeparation: .0219999999 149 | --- !u!4 &1452201562 150 | Transform: 151 | m_ObjectHideFlags: 0 152 | m_PrefabParentObject: {fileID: 0} 153 | m_PrefabInternal: {fileID: 0} 154 | m_GameObject: {fileID: 1452201557} 155 | m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} 156 | m_LocalPosition: {x: 0, y: 0, z: -1} 157 | m_LocalScale: {x: 1, y: 1, z: 1} 158 | m_Children: [] 159 | m_Father: {fileID: 0} 160 | m_RootOrder: 0 161 | --- !u!1 &1895518407 162 | GameObject: 163 | m_ObjectHideFlags: 0 164 | m_PrefabParentObject: {fileID: 0} 165 | m_PrefabInternal: {fileID: 0} 166 | serializedVersion: 4 167 | m_Component: 168 | - 4: {fileID: 1895518409} 169 | - 108: {fileID: 1895518408} 170 | m_Layer: 0 171 | m_Name: Directional light 172 | m_TagString: Untagged 173 | m_Icon: {fileID: 0} 174 | m_NavMeshLayer: 0 175 | m_StaticEditorFlags: 0 176 | m_IsActive: 1 177 | --- !u!108 &1895518408 178 | Light: 179 | m_ObjectHideFlags: 0 180 | m_PrefabParentObject: {fileID: 0} 181 | m_PrefabInternal: {fileID: 0} 182 | m_GameObject: {fileID: 1895518407} 183 | m_Enabled: 1 184 | serializedVersion: 3 185 | m_Type: 1 186 | m_Color: {r: 1, g: 1, b: 1, a: 1} 187 | m_Intensity: .5 188 | m_Range: 10 189 | m_SpotAngle: 30 190 | m_CookieSize: 10 191 | m_Shadows: 192 | m_Type: 0 193 | m_Resolution: -1 194 | m_Strength: 1 195 | m_Bias: .0500000007 196 | m_Softness: 4 197 | m_SoftnessFade: 1 198 | m_Cookie: {fileID: 0} 199 | m_DrawHalo: 0 200 | m_ActuallyLightmapped: 0 201 | m_Flare: {fileID: 0} 202 | m_RenderMode: 0 203 | m_CullingMask: 204 | serializedVersion: 2 205 | m_Bits: 4294967295 206 | m_Lightmapping: 1 207 | m_ShadowSamples: 1 208 | m_ShadowRadius: 0 209 | m_ShadowAngle: 0 210 | m_IndirectIntensity: 1 211 | m_AreaSize: {x: 1, y: 1} 212 | --- !u!4 &1895518409 213 | Transform: 214 | m_ObjectHideFlags: 0 215 | m_PrefabParentObject: {fileID: 0} 216 | m_PrefabInternal: {fileID: 0} 217 | m_GameObject: {fileID: 1895518407} 218 | m_LocalRotation: {x: .408217937, y: -.234569728, z: .109381676, w: .875426054} 219 | m_LocalPosition: {x: 0, y: 0, z: 0} 220 | m_LocalScale: {x: 1, y: 1, z: 1} 221 | m_Children: [] 222 | m_Father: {fileID: 0} 223 | m_RootOrder: 2 224 | --- !u!1 &2134019270 225 | GameObject: 226 | m_ObjectHideFlags: 0 227 | m_PrefabParentObject: {fileID: 0} 228 | m_PrefabInternal: {fileID: 0} 229 | serializedVersion: 4 230 | m_Component: 231 | - 4: {fileID: 2134019273} 232 | - 33: {fileID: 2134019272} 233 | - 23: {fileID: 2134019271} 234 | - 114: {fileID: 2134019274} 235 | - 82: {fileID: 2134019275} 236 | m_Layer: 0 237 | m_Name: Vinyl 238 | m_TagString: Untagged 239 | m_Icon: {fileID: 0} 240 | m_NavMeshLayer: 0 241 | m_StaticEditorFlags: 0 242 | m_IsActive: 1 243 | --- !u!23 &2134019271 244 | Renderer: 245 | m_ObjectHideFlags: 0 246 | m_PrefabParentObject: {fileID: 0} 247 | m_PrefabInternal: {fileID: 0} 248 | m_GameObject: {fileID: 2134019270} 249 | m_Enabled: 1 250 | m_CastShadows: 1 251 | m_ReceiveShadows: 1 252 | m_LightmapIndex: 255 253 | m_LightmapTilingOffset: {x: 1, y: 1, z: 0, w: 0} 254 | m_Materials: 255 | - {fileID: 2100000, guid: 737bbb69c507f45d2b40c26a46676b2b, type: 2} 256 | m_SubsetIndices: 257 | m_StaticBatchRoot: {fileID: 0} 258 | m_UseLightProbes: 0 259 | m_LightProbeAnchor: {fileID: 0} 260 | m_ScaleInLightmap: 1 261 | m_SortingLayerID: 0 262 | m_SortingOrder: 0 263 | --- !u!33 &2134019272 264 | MeshFilter: 265 | m_ObjectHideFlags: 0 266 | m_PrefabParentObject: {fileID: 0} 267 | m_PrefabInternal: {fileID: 0} 268 | m_GameObject: {fileID: 2134019270} 269 | m_Mesh: {fileID: 10210, guid: 0000000000000000e000000000000000, type: 0} 270 | --- !u!4 &2134019273 271 | Transform: 272 | m_ObjectHideFlags: 0 273 | m_PrefabParentObject: {fileID: 0} 274 | m_PrefabInternal: {fileID: 0} 275 | m_GameObject: {fileID: 2134019270} 276 | m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} 277 | m_LocalPosition: {x: 0, y: 0, z: 0} 278 | m_LocalScale: {x: 2, y: 2, z: 2} 279 | m_Children: [] 280 | m_Father: {fileID: 0} 281 | m_RootOrder: 1 282 | --- !u!114 &2134019274 283 | MonoBehaviour: 284 | m_ObjectHideFlags: 0 285 | m_PrefabParentObject: {fileID: 0} 286 | m_PrefabInternal: {fileID: 0} 287 | m_GameObject: {fileID: 2134019270} 288 | m_Enabled: 1 289 | m_EditorHideFlags: 0 290 | m_Script: {fileID: 11500000, guid: 8a0ae430ef5e84099987ccf7045cd13a, type: 3} 291 | m_Name: 292 | m_EditorClassIdentifier: 293 | coeff: 6 294 | rpm: 33.3330002 295 | --- !u!82 &2134019275 296 | AudioSource: 297 | m_ObjectHideFlags: 0 298 | m_PrefabParentObject: {fileID: 0} 299 | m_PrefabInternal: {fileID: 0} 300 | m_GameObject: {fileID: 2134019270} 301 | m_Enabled: 1 302 | serializedVersion: 3 303 | m_audioClip: {fileID: 8300000, guid: 737fcbad5fb0a47aa999840f34df19dc, type: 3} 304 | m_PlayOnAwake: 1 305 | m_Volume: 1 306 | m_Pitch: 1 307 | Loop: 1 308 | Mute: 0 309 | Priority: 128 310 | DopplerLevel: 1 311 | MinDistance: 1 312 | MaxDistance: 500 313 | Pan2D: 0 314 | rolloffMode: 0 315 | BypassEffects: 0 316 | BypassListenerEffects: 0 317 | BypassReverbZones: 0 318 | rolloffCustomCurve: 319 | serializedVersion: 2 320 | m_Curve: 321 | - time: 0 322 | value: 1 323 | inSlope: 0 324 | outSlope: 0 325 | tangentMode: 0 326 | - time: 1 327 | value: 0 328 | inSlope: 0 329 | outSlope: 0 330 | tangentMode: 0 331 | m_PreInfinity: 2 332 | m_PostInfinity: 2 333 | panLevelCustomCurve: 334 | serializedVersion: 2 335 | m_Curve: 336 | - time: 0 337 | value: 1 338 | inSlope: 0 339 | outSlope: 0 340 | tangentMode: 0 341 | m_PreInfinity: 2 342 | m_PostInfinity: 2 343 | spreadCustomCurve: 344 | serializedVersion: 2 345 | m_Curve: 346 | - time: 0 347 | value: 0 348 | inSlope: 0 349 | outSlope: 0 350 | tangentMode: 0 351 | m_PreInfinity: 2 352 | m_PostInfinity: 2 353 | -------------------------------------------------------------------------------- /Assets/Main.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c48ff1a1e492c48c48319cd78ef1da38 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/VinylController.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | using System.Collections; 3 | 4 | public class VinylController : MonoBehaviour 5 | { 6 | public float coeff = 4.0f; 7 | public float rpm = 33.333f; 8 | 9 | AudioSource audioSource; 10 | 11 | float angle; 12 | float speed; 13 | 14 | void Awake() 15 | { 16 | audioSource = GetComponent(); 17 | } 18 | 19 | void Start() 20 | { 21 | angle = 0; 22 | speed = 0; 23 | } 24 | 25 | void Update() 26 | { 27 | var p = Input.mousePosition - new Vector3(Screen.width, Screen.height, 0) * 0.5f; 28 | transform.localRotation = Quaternion.FromToRotation(new Vector3(1, 0), p.normalized); 29 | 30 | var newAngle = -transform.localRotation.eulerAngles.z; 31 | var newSpeed = Mathf.DeltaAngle(angle, newAngle) / Time.deltaTime * 60; 32 | 33 | speed = Mathf.Lerp(newSpeed, speed, Mathf.Exp(-coeff * Time.deltaTime)); 34 | 35 | audioSource.pitch = speed / (rpm * 360); 36 | 37 | angle = newAngle; 38 | } 39 | } 40 | -------------------------------------------------------------------------------- /Assets/VinylController.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8a0ae430ef5e84099987ccf7045cd13a 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/drums-and-guitar.aif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/UnityTurntable/d2e19bfb9d2a7f61c82e6313ca5e2c58a3dcda3d/Assets/drums-and-guitar.aif -------------------------------------------------------------------------------- /Assets/drums-and-guitar.aif.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 737fcbad5fb0a47aa999840f34df19dc 3 | AudioImporter: 4 | serializedVersion: 4 5 | format: -1 6 | quality: .5 7 | stream: 1 8 | 3D: 0 9 | forceToMono: 0 10 | useHardware: 0 11 | loopable: 0 12 | userData: 13 | -------------------------------------------------------------------------------- /ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!11 &1 4 | AudioManager: 5 | m_ObjectHideFlags: 0 6 | m_Volume: 1 7 | Rolloff Scale: 1 8 | m_SpeedOfSound: 347 9 | Doppler Factor: 1 10 | Default Speaker Mode: 2 11 | m_DSPBufferSize: 0 12 | m_DisableAudio: 0 13 | -------------------------------------------------------------------------------- /ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!55 &1 4 | PhysicsManager: 5 | m_ObjectHideFlags: 0 6 | m_Gravity: {x: 0, y: -9.81000042, z: 0} 7 | m_DefaultMaterial: {fileID: 0} 8 | m_BounceThreshold: 2 9 | m_SleepVelocity: .150000006 10 | m_SleepAngularVelocity: .140000001 11 | m_MaxAngularVelocity: 7 12 | m_MinPenetrationForPenalty: .00999999978 13 | m_SolverIterationCount: 6 14 | m_RaycastsHitTriggers: 1 15 | m_LayerCollisionMatrix: ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff 16 | -------------------------------------------------------------------------------- /ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!1045 &1 4 | EditorBuildSettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 2 7 | m_Scenes: 8 | - enabled: 1 9 | path: Assets/Main.unity 10 | -------------------------------------------------------------------------------- /ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!159 &1 4 | EditorSettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 3 7 | m_ExternalVersionControlSupport: Visible Meta Files 8 | m_SerializationMode: 2 9 | m_WebSecurityEmulationEnabled: 0 10 | m_WebSecurityEmulationHostUrl: http://www.mydomain.com/mygame.unity3d 11 | m_DefaultBehaviorMode: 0 12 | m_SpritePackerMode: 2 13 | -------------------------------------------------------------------------------- /ProjectSettings/GraphicsSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!30 &1 4 | GraphicsSettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 2 7 | m_AlwaysIncludedShaders: 8 | - {fileID: 7, guid: 0000000000000000f000000000000000, type: 0} 9 | - {fileID: 10770, guid: 0000000000000000f000000000000000, type: 0} 10 | - {fileID: 10782, guid: 0000000000000000f000000000000000, type: 0} 11 | -------------------------------------------------------------------------------- /ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!13 &1 4 | InputManager: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 2 7 | m_Axes: 8 | - serializedVersion: 3 9 | m_Name: Horizontal 10 | descriptiveName: 11 | descriptiveNegativeName: 12 | negativeButton: left 13 | positiveButton: right 14 | altNegativeButton: a 15 | altPositiveButton: d 16 | gravity: 3 17 | dead: .00100000005 18 | sensitivity: 3 19 | snap: 1 20 | invert: 0 21 | type: 0 22 | axis: 0 23 | joyNum: 0 24 | - serializedVersion: 3 25 | m_Name: Vertical 26 | descriptiveName: 27 | descriptiveNegativeName: 28 | negativeButton: down 29 | positiveButton: up 30 | altNegativeButton: s 31 | altPositiveButton: w 32 | gravity: 3 33 | dead: .00100000005 34 | sensitivity: 3 35 | snap: 1 36 | invert: 0 37 | type: 0 38 | axis: 0 39 | joyNum: 0 40 | - serializedVersion: 3 41 | m_Name: Fire1 42 | descriptiveName: 43 | descriptiveNegativeName: 44 | negativeButton: 45 | positiveButton: left ctrl 46 | altNegativeButton: 47 | altPositiveButton: mouse 0 48 | gravity: 1000 49 | dead: .00100000005 50 | sensitivity: 1000 51 | snap: 0 52 | invert: 0 53 | type: 0 54 | axis: 0 55 | joyNum: 0 56 | - serializedVersion: 3 57 | m_Name: Fire2 58 | descriptiveName: 59 | descriptiveNegativeName: 60 | negativeButton: 61 | positiveButton: left alt 62 | altNegativeButton: 63 | altPositiveButton: mouse 1 64 | gravity: 1000 65 | dead: .00100000005 66 | sensitivity: 1000 67 | snap: 0 68 | invert: 0 69 | type: 0 70 | axis: 0 71 | joyNum: 0 72 | - serializedVersion: 3 73 | m_Name: Fire3 74 | descriptiveName: 75 | descriptiveNegativeName: 76 | negativeButton: 77 | positiveButton: left cmd 78 | altNegativeButton: 79 | altPositiveButton: mouse 2 80 | gravity: 1000 81 | dead: .00100000005 82 | sensitivity: 1000 83 | snap: 0 84 | invert: 0 85 | type: 0 86 | axis: 0 87 | joyNum: 0 88 | - serializedVersion: 3 89 | m_Name: Jump 90 | descriptiveName: 91 | descriptiveNegativeName: 92 | negativeButton: 93 | positiveButton: space 94 | altNegativeButton: 95 | altPositiveButton: 96 | gravity: 1000 97 | dead: .00100000005 98 | sensitivity: 1000 99 | snap: 0 100 | invert: 0 101 | type: 0 102 | axis: 0 103 | joyNum: 0 104 | - serializedVersion: 3 105 | m_Name: Mouse X 106 | descriptiveName: 107 | descriptiveNegativeName: 108 | negativeButton: 109 | positiveButton: 110 | altNegativeButton: 111 | altPositiveButton: 112 | gravity: 0 113 | dead: 0 114 | sensitivity: .100000001 115 | snap: 0 116 | invert: 0 117 | type: 1 118 | axis: 0 119 | joyNum: 0 120 | - serializedVersion: 3 121 | m_Name: Mouse Y 122 | descriptiveName: 123 | descriptiveNegativeName: 124 | negativeButton: 125 | positiveButton: 126 | altNegativeButton: 127 | altPositiveButton: 128 | gravity: 0 129 | dead: 0 130 | sensitivity: .100000001 131 | snap: 0 132 | invert: 0 133 | type: 1 134 | axis: 1 135 | joyNum: 0 136 | - serializedVersion: 3 137 | m_Name: Mouse ScrollWheel 138 | descriptiveName: 139 | descriptiveNegativeName: 140 | negativeButton: 141 | positiveButton: 142 | altNegativeButton: 143 | altPositiveButton: 144 | gravity: 0 145 | dead: 0 146 | sensitivity: .100000001 147 | snap: 0 148 | invert: 0 149 | type: 1 150 | axis: 2 151 | joyNum: 0 152 | - serializedVersion: 3 153 | m_Name: Horizontal 154 | descriptiveName: 155 | descriptiveNegativeName: 156 | negativeButton: 157 | positiveButton: 158 | altNegativeButton: 159 | altPositiveButton: 160 | gravity: 0 161 | dead: .189999998 162 | sensitivity: 1 163 | snap: 0 164 | invert: 0 165 | type: 2 166 | axis: 0 167 | joyNum: 0 168 | - serializedVersion: 3 169 | m_Name: Vertical 170 | descriptiveName: 171 | descriptiveNegativeName: 172 | negativeButton: 173 | positiveButton: 174 | altNegativeButton: 175 | altPositiveButton: 176 | gravity: 0 177 | dead: .189999998 178 | sensitivity: 1 179 | snap: 0 180 | invert: 1 181 | type: 2 182 | axis: 1 183 | joyNum: 0 184 | - serializedVersion: 3 185 | m_Name: Fire1 186 | descriptiveName: 187 | descriptiveNegativeName: 188 | negativeButton: 189 | positiveButton: joystick button 0 190 | altNegativeButton: 191 | altPositiveButton: 192 | gravity: 1000 193 | dead: .00100000005 194 | sensitivity: 1000 195 | snap: 0 196 | invert: 0 197 | type: 0 198 | axis: 0 199 | joyNum: 0 200 | - serializedVersion: 3 201 | m_Name: Fire2 202 | descriptiveName: 203 | descriptiveNegativeName: 204 | negativeButton: 205 | positiveButton: joystick button 1 206 | altNegativeButton: 207 | altPositiveButton: 208 | gravity: 1000 209 | dead: .00100000005 210 | sensitivity: 1000 211 | snap: 0 212 | invert: 0 213 | type: 0 214 | axis: 0 215 | joyNum: 0 216 | - serializedVersion: 3 217 | m_Name: Fire3 218 | descriptiveName: 219 | descriptiveNegativeName: 220 | negativeButton: 221 | positiveButton: joystick button 2 222 | altNegativeButton: 223 | altPositiveButton: 224 | gravity: 1000 225 | dead: .00100000005 226 | sensitivity: 1000 227 | snap: 0 228 | invert: 0 229 | type: 0 230 | axis: 0 231 | joyNum: 0 232 | - serializedVersion: 3 233 | m_Name: Jump 234 | descriptiveName: 235 | descriptiveNegativeName: 236 | negativeButton: 237 | positiveButton: joystick button 3 238 | altNegativeButton: 239 | altPositiveButton: 240 | gravity: 1000 241 | dead: .00100000005 242 | sensitivity: 1000 243 | snap: 0 244 | invert: 0 245 | type: 0 246 | axis: 0 247 | joyNum: 0 248 | - serializedVersion: 3 249 | m_Name: Submit 250 | descriptiveName: 251 | descriptiveNegativeName: 252 | negativeButton: 253 | positiveButton: return 254 | altNegativeButton: 255 | altPositiveButton: joystick button 0 256 | gravity: 1000 257 | dead: .00100000005 258 | sensitivity: 1000 259 | snap: 0 260 | invert: 0 261 | type: 0 262 | axis: 0 263 | joyNum: 0 264 | - serializedVersion: 3 265 | m_Name: Submit 266 | descriptiveName: 267 | descriptiveNegativeName: 268 | negativeButton: 269 | positiveButton: enter 270 | altNegativeButton: 271 | altPositiveButton: space 272 | gravity: 1000 273 | dead: .00100000005 274 | sensitivity: 1000 275 | snap: 0 276 | invert: 0 277 | type: 0 278 | axis: 0 279 | joyNum: 0 280 | - serializedVersion: 3 281 | m_Name: Cancel 282 | descriptiveName: 283 | descriptiveNegativeName: 284 | negativeButton: 285 | positiveButton: escape 286 | altNegativeButton: 287 | altPositiveButton: joystick button 1 288 | gravity: 1000 289 | dead: .00100000005 290 | sensitivity: 1000 291 | snap: 0 292 | invert: 0 293 | type: 0 294 | axis: 0 295 | joyNum: 0 296 | -------------------------------------------------------------------------------- /ProjectSettings/NavMeshLayers.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!126 &1 4 | NavMeshLayers: 5 | m_ObjectHideFlags: 0 6 | Built-in Layer 0: 7 | name: Default 8 | cost: 1 9 | editType: 2 10 | Built-in Layer 1: 11 | name: Not Walkable 12 | cost: 1 13 | editType: 0 14 | Built-in Layer 2: 15 | name: Jump 16 | cost: 2 17 | editType: 2 18 | User Layer 0: 19 | name: 20 | cost: 1 21 | editType: 3 22 | User Layer 1: 23 | name: 24 | cost: 1 25 | editType: 3 26 | User Layer 2: 27 | name: 28 | cost: 1 29 | editType: 3 30 | User Layer 3: 31 | name: 32 | cost: 1 33 | editType: 3 34 | User Layer 4: 35 | name: 36 | cost: 1 37 | editType: 3 38 | User Layer 5: 39 | name: 40 | cost: 1 41 | editType: 3 42 | User Layer 6: 43 | name: 44 | cost: 1 45 | editType: 3 46 | User Layer 7: 47 | name: 48 | cost: 1 49 | editType: 3 50 | User Layer 8: 51 | name: 52 | cost: 1 53 | editType: 3 54 | User Layer 9: 55 | name: 56 | cost: 1 57 | editType: 3 58 | User Layer 10: 59 | name: 60 | cost: 1 61 | editType: 3 62 | User Layer 11: 63 | name: 64 | cost: 1 65 | editType: 3 66 | User Layer 12: 67 | name: 68 | cost: 1 69 | editType: 3 70 | User Layer 13: 71 | name: 72 | cost: 1 73 | editType: 3 74 | User Layer 14: 75 | name: 76 | cost: 1 77 | editType: 3 78 | User Layer 15: 79 | name: 80 | cost: 1 81 | editType: 3 82 | User Layer 16: 83 | name: 84 | cost: 1 85 | editType: 3 86 | User Layer 17: 87 | name: 88 | cost: 1 89 | editType: 3 90 | User Layer 18: 91 | name: 92 | cost: 1 93 | editType: 3 94 | User Layer 19: 95 | name: 96 | cost: 1 97 | editType: 3 98 | User Layer 20: 99 | name: 100 | cost: 1 101 | editType: 3 102 | User Layer 21: 103 | name: 104 | cost: 1 105 | editType: 3 106 | User Layer 22: 107 | name: 108 | cost: 1 109 | editType: 3 110 | User Layer 23: 111 | name: 112 | cost: 1 113 | editType: 3 114 | User Layer 24: 115 | name: 116 | cost: 1 117 | editType: 3 118 | User Layer 25: 119 | name: 120 | cost: 1 121 | editType: 3 122 | User Layer 26: 123 | name: 124 | cost: 1 125 | editType: 3 126 | User Layer 27: 127 | name: 128 | cost: 1 129 | editType: 3 130 | User Layer 28: 131 | name: 132 | cost: 1 133 | editType: 3 134 | -------------------------------------------------------------------------------- /ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!149 &1 4 | NetworkManager: 5 | m_ObjectHideFlags: 0 6 | m_DebugLevel: 0 7 | m_Sendrate: 15 8 | m_AssetToPrefab: {} 9 | -------------------------------------------------------------------------------- /ProjectSettings/Physics2DSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!19 &1 4 | Physics2DSettings: 5 | m_ObjectHideFlags: 0 6 | m_Gravity: {x: 0, y: -9.81000042} 7 | m_DefaultMaterial: {fileID: 0} 8 | m_VelocityIterations: 8 9 | m_PositionIterations: 3 10 | m_VelocityThreshold: 1 11 | m_MaxLinearCorrection: .200000003 12 | m_MaxAngularCorrection: 8 13 | m_MaxTranslationSpeed: 100 14 | m_MaxRotationSpeed: 360 15 | m_BaumgarteScale: .200000003 16 | m_BaumgarteTimeOfImpactScale: .75 17 | m_TimeToSleep: .5 18 | m_LinearSleepTolerance: .00999999978 19 | m_AngularSleepTolerance: 2 20 | m_RaycastsHitTriggers: 1 21 | m_DeleteStopsCallbacks: 1 22 | m_LayerCollisionMatrix: ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff 23 | -------------------------------------------------------------------------------- /ProjectSettings/ProjectSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!129 &1 4 | PlayerSettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 3 7 | AndroidProfiler: 0 8 | defaultScreenOrientation: 4 9 | targetDevice: 2 10 | targetGlesGraphics: 1 11 | targetResolution: 0 12 | accelerometerFrequency: 60 13 | companyName: Turntable 14 | productName: test 15 | defaultCursor: {fileID: 0} 16 | cursorHotspot: {x: 0, y: 0} 17 | defaultScreenWidth: 1024 18 | defaultScreenHeight: 768 19 | defaultScreenWidthWeb: 960 20 | defaultScreenHeightWeb: 600 21 | m_RenderingPath: 1 22 | m_MobileRenderingPath: 1 23 | m_ActiveColorSpace: 0 24 | m_MTRendering: 1 25 | m_MobileMTRendering: 0 26 | m_UseDX11: 1 27 | m_Stereoscopic3D: 0 28 | iosShowActivityIndicatorOnLoading: -1 29 | androidShowActivityIndicatorOnLoading: -1 30 | displayResolutionDialog: 1 31 | allowedAutorotateToPortrait: 1 32 | allowedAutorotateToPortraitUpsideDown: 1 33 | allowedAutorotateToLandscapeRight: 1 34 | allowedAutorotateToLandscapeLeft: 1 35 | useOSAutorotation: 1 36 | use32BitDisplayBuffer: 1 37 | use24BitDepthBuffer: 1 38 | defaultIsFullScreen: 1 39 | defaultIsNativeResolution: 1 40 | runInBackground: 0 41 | captureSingleScreen: 0 42 | Override IPod Music: 0 43 | Prepare IOS For Recording: 0 44 | enableHWStatistics: 1 45 | usePlayerLog: 1 46 | stripPhysics: 0 47 | forceSingleInstance: 0 48 | resizableWindow: 0 49 | useMacAppStoreValidation: 0 50 | gpuSkinning: 0 51 | xboxPIXTextureCapture: 0 52 | xboxEnableAvatar: 0 53 | xboxEnableKinect: 0 54 | xboxEnableKinectAutoTracking: 0 55 | xboxEnableFitness: 0 56 | macFullscreenMode: 2 57 | d3d9FullscreenMode: 1 58 | xboxSpeechDB: 0 59 | xboxEnableHeadOrientation: 0 60 | xboxEnableGuest: 0 61 | videoMemoryForVertexBuffers: 0 62 | m_SupportedAspectRatios: 63 | 4:3: 1 64 | 5:4: 1 65 | 16:10: 1 66 | 16:9: 1 67 | Others: 1 68 | iPhoneBundleIdentifier: com.Company.ProductName 69 | metroEnableIndependentInputSource: 0 70 | metroEnableLowLatencyPresentationAPI: 0 71 | productGUID: a715461ea304b41059da5ff54aceffea 72 | iPhoneBundleVersion: 1.0 73 | AndroidBundleVersionCode: 1 74 | AndroidMinSdkVersion: 9 75 | AndroidPreferredInstallLocation: 1 76 | aotOptions: 77 | apiCompatibilityLevel: 2 78 | iPhoneStrippingLevel: 0 79 | iPhoneScriptCallOptimization: 0 80 | ForceInternetPermission: 0 81 | ForceSDCardPermission: 0 82 | CreateWallpaper: 0 83 | APKExpansionFiles: 0 84 | StripUnusedMeshComponents: 0 85 | iPhoneSdkVersion: 988 86 | iPhoneTargetOSVersion: 16 87 | uIPrerenderedIcon: 0 88 | uIRequiresPersistentWiFi: 0 89 | uIStatusBarHidden: 1 90 | uIExitOnSuspend: 0 91 | uIStatusBarStyle: 0 92 | iPhoneSplashScreen: {fileID: 0} 93 | iPhoneHighResSplashScreen: {fileID: 0} 94 | iPhoneTallHighResSplashScreen: {fileID: 0} 95 | iPadPortraitSplashScreen: {fileID: 0} 96 | iPadHighResPortraitSplashScreen: {fileID: 0} 97 | iPadLandscapeSplashScreen: {fileID: 0} 98 | iPadHighResLandscapeSplashScreen: {fileID: 0} 99 | AndroidTargetDevice: 0 100 | AndroidSplashScreenScale: 0 101 | AndroidKeystoreName: 102 | AndroidKeyaliasName: 103 | resolutionDialogBanner: {fileID: 0} 104 | m_BuildTargetIcons: 105 | - m_BuildTarget: 106 | m_Icons: 107 | - m_Icon: {fileID: 0} 108 | m_Size: 128 109 | m_BuildTargetBatching: [] 110 | webPlayerTemplate: APPLICATION:Default 111 | m_TemplateCustomTags: {} 112 | XboxTitleId: 113 | XboxImageXexPath: 114 | XboxSpaPath: 115 | XboxGenerateSpa: 0 116 | XboxDeployKinectResources: 0 117 | XboxSplashScreen: {fileID: 0} 118 | xboxEnableSpeech: 0 119 | xboxAdditionalTitleMemorySize: 0 120 | xboxDeployKinectHeadOrientation: 0 121 | xboxDeployKinectHeadPosition: 0 122 | ps3TitleConfigPath: 123 | ps3DLCConfigPath: 124 | ps3ThumbnailPath: 125 | ps3BackgroundPath: 126 | ps3SoundPath: 127 | ps3TrophyCommId: 128 | ps3NpCommunicationPassphrase: 129 | ps3TrophyPackagePath: 130 | ps3BootCheckMaxSaveGameSizeKB: 128 131 | ps3TrophyCommSig: 132 | ps3SaveGameSlots: 1 133 | ps3TrialMode: 0 134 | psp2Splashimage: {fileID: 0} 135 | psp2LiveAreaGate: {fileID: 0} 136 | psp2LiveAreaBackround: {fileID: 0} 137 | psp2NPTrophyPackPath: 138 | psp2NPCommsID: 139 | psp2NPCommsPassphrase: 140 | psp2NPCommsSig: 141 | psp2ParamSfxPath: 142 | psp2PackagePassword: 143 | psp2DLCConfigPath: 144 | psp2ThumbnailPath: 145 | psp2BackgroundPath: 146 | psp2SoundPath: 147 | psp2TrophyCommId: 148 | psp2TrophyPackagePath: 149 | psp2PackagedResourcesPath: 150 | flashStrippingLevel: 2 151 | spritePackerPolicy: 152 | scriptingDefineSymbols: {} 153 | metroPackageName: test 154 | metroPackageLogo: 155 | metroPackageLogo140: 156 | metroPackageLogo180: 157 | metroPackageLogo240: 158 | metroPackageVersion: 159 | metroCertificatePath: 160 | metroCertificatePassword: 161 | metroCertificateSubject: 162 | metroCertificateIssuer: 163 | metroCertificateNotAfter: 0000000000000000 164 | metroApplicationDescription: test 165 | metroStoreTileLogo80: 166 | metroStoreTileLogo: 167 | metroStoreTileLogo140: 168 | metroStoreTileLogo180: 169 | metroStoreTileWideLogo80: 170 | metroStoreTileWideLogo: 171 | metroStoreTileWideLogo140: 172 | metroStoreTileWideLogo180: 173 | metroStoreTileSmallLogo80: 174 | metroStoreTileSmallLogo: 175 | metroStoreTileSmallLogo140: 176 | metroStoreTileSmallLogo180: 177 | metroStoreSmallTile80: 178 | metroStoreSmallTile: 179 | metroStoreSmallTile140: 180 | metroStoreSmallTile180: 181 | metroStoreLargeTile80: 182 | metroStoreLargeTile: 183 | metroStoreLargeTile140: 184 | metroStoreLargeTile180: 185 | metroStoreSplashScreenImage: 186 | metroStoreSplashScreenImage140: 187 | metroStoreSplashScreenImage180: 188 | metroPhoneAppIcon: 189 | metroPhoneAppIcon140: 190 | metroPhoneAppIcon240: 191 | metroPhoneSmallTile: 192 | metroPhoneSmallTile140: 193 | metroPhoneSmallTile240: 194 | metroPhoneMediumTile: 195 | metroPhoneMediumTile140: 196 | metroPhoneMediumTile240: 197 | metroPhoneWideTile: 198 | metroPhoneWideTile140: 199 | metroPhoneWideTile240: 200 | metroPhoneSplashScreenImage: 201 | metroPhoneSplashScreenImage140: 202 | metroPhoneSplashScreenImage240: 203 | metroTileShortName: 204 | metroCommandLineArgsFile: 205 | metroTileShowName: 0 206 | metroMediumTileShowName: 0 207 | metroLargeTileShowName: 0 208 | metroWideTileShowName: 0 209 | metroDefaultTileSize: 1 210 | metroTileForegroundText: 1 211 | metroTileBackgroundColor: {r: 0, g: 0, b: 0, a: 1} 212 | metroSplashScreenBackgroundColor: {r: 0, g: 0, b: 0, a: 1} 213 | metroSplashScreenUseBackgroundColor: 0 214 | metroCapabilities: {} 215 | metroUnprocessedPlugins: [] 216 | metroCompilationOverrides: 1 217 | blackberryDeviceAddress: 218 | blackberryDevicePassword: 219 | blackberryTokenPath: 220 | blackberryTokenExires: 221 | blackberryTokenAuthor: 222 | blackberryTokenAuthorId: 223 | blackberryAuthorId: 224 | blackberryCskPassword: 225 | blackberrySaveLogPath: 226 | blackberryAuthorIdOveride: 0 227 | blackberrySharedPermissions: 0 228 | blackberryCameraPermissions: 0 229 | blackberryGPSPermissions: 0 230 | blackberryDeviceIDPermissions: 0 231 | blackberryMicrophonePermissions: 0 232 | blackberryGamepadSupport: 0 233 | blackberryBuildId: 0 234 | blackberryLandscapeSplashScreen: {fileID: 0} 235 | blackberryPortraitSplashScreen: {fileID: 0} 236 | blackberrySquareSplashScreen: {fileID: 0} 237 | tizenProductDescription: 238 | tizenProductURL: 239 | tizenCertificatePath: 240 | tizenCertificatePassword: 241 | tizenGPSPermissions: 0 242 | tizenMicrophonePermissions: 0 243 | stvDeviceAddress: 244 | firstStreamedLevelWithResources: 0 245 | unityRebuildLibraryVersion: 9 246 | unityForwardCompatibleVersion: 39 247 | unityStandardAssetsVersion: 0 248 | -------------------------------------------------------------------------------- /ProjectSettings/QualitySettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!47 &1 4 | QualitySettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 5 7 | m_CurrentQuality: 3 8 | m_QualitySettings: 9 | - serializedVersion: 2 10 | name: Fastest 11 | pixelLightCount: 0 12 | shadows: 0 13 | shadowResolution: 0 14 | shadowProjection: 1 15 | shadowCascades: 1 16 | shadowDistance: 15 17 | blendWeights: 1 18 | textureQuality: 1 19 | anisotropicTextures: 0 20 | antiAliasing: 0 21 | softParticles: 0 22 | softVegetation: 0 23 | vSyncCount: 0 24 | lodBias: .300000012 25 | maximumLODLevel: 0 26 | particleRaycastBudget: 4 27 | excludedTargetPlatforms: [] 28 | - serializedVersion: 2 29 | name: Fast 30 | pixelLightCount: 0 31 | shadows: 0 32 | shadowResolution: 0 33 | shadowProjection: 1 34 | shadowCascades: 1 35 | shadowDistance: 20 36 | blendWeights: 2 37 | textureQuality: 0 38 | anisotropicTextures: 0 39 | antiAliasing: 0 40 | softParticles: 0 41 | softVegetation: 0 42 | vSyncCount: 0 43 | lodBias: .400000006 44 | maximumLODLevel: 0 45 | particleRaycastBudget: 16 46 | excludedTargetPlatforms: [] 47 | - serializedVersion: 2 48 | name: Simple 49 | pixelLightCount: 1 50 | shadows: 1 51 | shadowResolution: 0 52 | shadowProjection: 1 53 | shadowCascades: 1 54 | shadowDistance: 20 55 | blendWeights: 2 56 | textureQuality: 0 57 | anisotropicTextures: 1 58 | antiAliasing: 0 59 | softParticles: 0 60 | softVegetation: 0 61 | vSyncCount: 0 62 | lodBias: .699999988 63 | maximumLODLevel: 0 64 | particleRaycastBudget: 64 65 | excludedTargetPlatforms: [] 66 | - serializedVersion: 2 67 | name: Good 68 | pixelLightCount: 2 69 | shadows: 2 70 | shadowResolution: 1 71 | shadowProjection: 1 72 | shadowCascades: 2 73 | shadowDistance: 40 74 | blendWeights: 2 75 | textureQuality: 0 76 | anisotropicTextures: 1 77 | antiAliasing: 0 78 | softParticles: 0 79 | softVegetation: 1 80 | vSyncCount: 1 81 | lodBias: 1 82 | maximumLODLevel: 0 83 | particleRaycastBudget: 256 84 | excludedTargetPlatforms: [] 85 | - serializedVersion: 2 86 | name: Beautiful 87 | pixelLightCount: 3 88 | shadows: 2 89 | shadowResolution: 2 90 | shadowProjection: 1 91 | shadowCascades: 2 92 | shadowDistance: 70 93 | blendWeights: 4 94 | textureQuality: 0 95 | anisotropicTextures: 2 96 | antiAliasing: 2 97 | softParticles: 1 98 | softVegetation: 1 99 | vSyncCount: 1 100 | lodBias: 1.5 101 | maximumLODLevel: 0 102 | particleRaycastBudget: 1024 103 | excludedTargetPlatforms: [] 104 | - serializedVersion: 2 105 | name: Fantastic 106 | pixelLightCount: 4 107 | shadows: 2 108 | shadowResolution: 2 109 | shadowProjection: 1 110 | shadowCascades: 4 111 | shadowDistance: 150 112 | blendWeights: 4 113 | textureQuality: 0 114 | anisotropicTextures: 2 115 | antiAliasing: 2 116 | softParticles: 1 117 | softVegetation: 1 118 | vSyncCount: 1 119 | lodBias: 2 120 | maximumLODLevel: 0 121 | particleRaycastBudget: 4096 122 | excludedTargetPlatforms: [] 123 | m_PerPlatformDefaultQuality: 124 | Android: 2 125 | BlackBerry: 2 126 | FlashPlayer: 3 127 | GLES Emulation: 3 128 | PS3: 3 129 | PS4: 3 130 | PSM: 3 131 | PSP2: 3 132 | Samsung TV: 2 133 | Standalone: 3 134 | Tizen: 2 135 | WP8: 3 136 | Web: 3 137 | Windows Store Apps: 3 138 | XBOX360: 3 139 | XboxOne: 3 140 | iPhone: 2 141 | -------------------------------------------------------------------------------- /ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!78 &1 4 | TagManager: 5 | tags: 6 | - 7 | Builtin Layer 0: Default 8 | Builtin Layer 1: TransparentFX 9 | Builtin Layer 2: Ignore Raycast 10 | Builtin Layer 3: 11 | Builtin Layer 4: Water 12 | Builtin Layer 5: UI 13 | Builtin Layer 6: 14 | Builtin Layer 7: 15 | User Layer 8: 16 | User Layer 9: 17 | User Layer 10: 18 | User Layer 11: 19 | User Layer 12: 20 | User Layer 13: 21 | User Layer 14: 22 | User Layer 15: 23 | User Layer 16: 24 | User Layer 17: 25 | User Layer 18: 26 | User Layer 19: 27 | User Layer 20: 28 | User Layer 21: 29 | User Layer 22: 30 | User Layer 23: 31 | User Layer 24: 32 | User Layer 25: 33 | User Layer 26: 34 | User Layer 27: 35 | User Layer 28: 36 | User Layer 29: 37 | User Layer 30: 38 | User Layer 31: 39 | m_SortingLayers: 40 | - name: Default 41 | userID: 0 42 | uniqueID: 0 43 | locked: 0 44 | -------------------------------------------------------------------------------- /ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!5 &1 4 | TimeManager: 5 | m_ObjectHideFlags: 0 6 | Fixed Timestep: .0199999996 7 | Maximum Allowed Timestep: .333333343 8 | m_TimeScale: 1 9 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | UnityTurntable 2 | -------------- 3 | 4 | An attempt on making a turntablism thing in Unity. 5 | 6 | ![Scratch](http://keijiro.github.io/UnityTurntable/scratch.gif) 7 | 8 | https://vine.co/v/O7HAL7WELXI 9 | --------------------------------------------------------------------------------