├── Assets ├── .DS_Store ├── Plugins.meta ├── Plugins │ ├── GoKit.meta │ └── GoKit │ │ ├── Go.cs │ │ ├── Go.cs.meta │ │ ├── GoDummyPath.cs │ │ ├── GoDummyPath.cs.meta │ │ ├── GoTween.cs │ │ ├── GoTween.cs.meta │ │ ├── GoTweenChain.cs │ │ ├── GoTweenChain.cs.meta │ │ ├── GoTweenCollectionConfig.cs │ │ ├── GoTweenCollectionConfig.cs.meta │ │ ├── GoTweenConfig.cs │ │ ├── GoTweenConfig.cs.meta │ │ ├── GoTweenFlow.cs │ │ ├── GoTweenFlow.cs.meta │ │ ├── base.meta │ │ ├── base │ │ ├── AbstractGoTween.cs │ │ ├── AbstractGoTween.cs.meta │ │ ├── AbstractGoTweenCollection.cs │ │ └── AbstractGoTweenCollection.cs.meta │ │ ├── easing.meta │ │ ├── easing │ │ ├── GoEaseBack.cs │ │ ├── GoEaseBack.cs.meta │ │ ├── GoEaseBounce.cs │ │ ├── GoEaseBounce.cs.meta │ │ ├── GoEaseCircular.cs │ │ ├── GoEaseCircular.cs.meta │ │ ├── GoEaseCubic.cs │ │ ├── GoEaseCubic.cs.meta │ │ ├── GoEaseElastic.cs │ │ ├── GoEaseElastic.cs.meta │ │ ├── GoEaseExponential.cs │ │ ├── GoEaseExponential.cs.meta │ │ ├── GoEaseLinear.cs │ │ ├── GoEaseLinear.cs.meta │ │ ├── GoEaseQuadratic.cs │ │ ├── GoEaseQuadratic.cs.meta │ │ ├── GoEaseQuartic.cs │ │ ├── GoEaseQuartic.cs.meta │ │ ├── GoEaseQuintic.cs │ │ ├── GoEaseQuintic.cs.meta │ │ ├── GoEaseSinusoidal.cs │ │ ├── GoEaseSinusoidal.cs.meta │ │ ├── easeEquationsLicense.txt │ │ └── easeEquationsLicense.txt.meta │ │ ├── enums.meta │ │ ├── enums │ │ ├── GoDuplicatePropertyRuleType.cs │ │ ├── GoDuplicatePropertyRuleType.cs.meta │ │ ├── GoEaseType.cs │ │ ├── GoEaseType.cs.meta │ │ ├── GoLogLevel.cs │ │ ├── GoLogLevel.cs.meta │ │ ├── GoLookAtType.cs │ │ ├── GoLookAtType.cs.meta │ │ ├── GoLoopType.cs │ │ ├── GoLoopType.cs.meta │ │ ├── GoShakeType.cs │ │ ├── GoShakeType.cs.meta │ │ ├── GoSplineType.cs │ │ ├── GoSplineType.cs.meta │ │ ├── GoTweenState.cs │ │ ├── GoTweenState.cs.meta │ │ ├── GoUpdateType.cs │ │ └── GoUpdateType.cs.meta │ │ ├── extensions.meta │ │ ├── extensions │ │ ├── GoKitTweenExtensions.cs │ │ └── GoKitTweenExtensions.cs.meta │ │ ├── properties.meta │ │ └── properties │ │ ├── GoTweenUtils.cs │ │ ├── GoTweenUtils.cs.meta │ │ ├── abstracts.meta │ │ ├── abstracts │ │ ├── AbstractColorTweenProperty.cs │ │ ├── AbstractColorTweenProperty.cs.meta │ │ ├── AbstractQuaternionTweenProperty.cs │ │ ├── AbstractQuaternionTweenProperty.cs.meta │ │ ├── AbstractTweenProperty.cs │ │ ├── AbstractTweenProperty.cs.meta │ │ ├── AbstractVector3TweenProperty.cs │ │ └── AbstractVector3TweenProperty.cs.meta │ │ ├── genericTypes.meta │ │ ├── genericTypes │ │ ├── ColorTweenProperty.cs │ │ ├── ColorTweenProperty.cs.meta │ │ ├── FloatTweenProperty.cs │ │ ├── FloatTweenProperty.cs.meta │ │ ├── IGenericProperty.cs │ │ ├── IGenericProperty.cs.meta │ │ ├── IntTweenProperty.cs │ │ ├── IntTweenProperty.cs.meta │ │ ├── Vector2TweenProperty.cs │ │ ├── Vector2TweenProperty.cs.meta │ │ ├── Vector3PathTweenProperty.cs │ │ ├── Vector3PathTweenProperty.cs.meta │ │ ├── Vector3TweenProperty.cs │ │ ├── Vector3TweenProperty.cs.meta │ │ ├── Vector3XTweenProperty.cs │ │ ├── Vector3XTweenProperty.cs.meta │ │ ├── Vector3YTweenProperty.cs │ │ ├── Vector3YTweenProperty.cs.meta │ │ ├── Vector3ZTweenProperty.cs │ │ ├── Vector3ZTweenProperty.cs.meta │ │ ├── Vector4TweenProperty.cs │ │ └── Vector4TweenProperty.cs.meta │ │ ├── smoothing.meta │ │ ├── smoothing │ │ ├── GoSmoothedQuaternion.cs │ │ ├── GoSmoothedQuaternion.cs.meta │ │ ├── GoSmoothedVector3.cs │ │ ├── GoSmoothedVector3.cs.meta │ │ ├── GoSmoothingType.cs │ │ └── GoSmoothingType.cs.meta │ │ ├── specificTypes.meta │ │ ├── specificTypes │ │ ├── EulerAnglesTweenProperty.cs │ │ ├── EulerAnglesTweenProperty.cs.meta │ │ ├── MaterialColorTweenProperty.cs │ │ ├── MaterialColorTweenProperty.cs.meta │ │ ├── PositionPathTweenProperty.cs │ │ ├── PositionPathTweenProperty.cs.meta │ │ ├── PositionTweenProperty.cs │ │ ├── PositionTweenProperty.cs.meta │ │ ├── RotationQuaternionTweenProperty.cs │ │ ├── RotationQuaternionTweenProperty.cs.meta │ │ ├── RotationTweenProperty.cs │ │ ├── RotationTweenProperty.cs.meta │ │ ├── ScalePathTweenProperty.cs │ │ ├── ScalePathTweenProperty.cs.meta │ │ ├── ScaleTweenProperty.cs │ │ ├── ScaleTweenProperty.cs.meta │ │ ├── ShakeTweenProperty.cs │ │ └── ShakeTweenProperty.cs.meta │ │ ├── splines.meta │ │ └── splines │ │ ├── AbstractGoSplineSolver.cs │ │ ├── AbstractGoSplineSolver.cs.meta │ │ ├── GoSpline.cs │ │ ├── GoSpline.cs.meta │ │ ├── GoSplineCatmullRomSolver.cs │ │ ├── GoSplineCatmullRomSolver.cs.meta │ │ ├── GoSplineCubicBezierSolver.cs │ │ ├── GoSplineCubicBezierSolver.cs.meta │ │ ├── GoSplineQuadraticBezierSolver.cs │ │ ├── GoSplineQuadraticBezierSolver.cs.meta │ │ ├── GoSplineStraightLineSolver.cs │ │ └── GoSplineStraightLineSolver.cs.meta ├── Prefabs.meta ├── Prefabs │ ├── 1024.prefab │ ├── 1024.prefab.meta │ ├── 128.prefab │ ├── 128.prefab.meta │ ├── 16.prefab │ ├── 16.prefab.meta │ ├── 2.prefab │ ├── 2.prefab.meta │ ├── 256.prefab │ ├── 256.prefab.meta │ ├── 32.prefab │ ├── 32.prefab.meta │ ├── 4.prefab │ ├── 4.prefab.meta │ ├── 512.prefab │ ├── 512.prefab.meta │ ├── 64.prefab │ ├── 64.prefab.meta │ ├── 8.prefab │ ├── 8.prefab.meta │ ├── blank.prefab │ └── blank.prefab.meta ├── Resources.meta ├── Resources │ ├── .DS_Store │ ├── debugLevel.txt │ └── debugLevel.txt.meta ├── Scenes.meta ├── Scenes │ ├── GameScene.unity │ └── GameScene.unity.meta ├── Scripts.meta ├── Scripts │ ├── .DS_Store │ ├── ArrowKeysDetector.cs │ ├── ArrowKeysDetector.cs.meta │ ├── GameManager.cs │ ├── GameManager.cs.meta │ ├── Globals.cs │ ├── Globals.cs.meta │ ├── IInputDetector.cs │ ├── IInputDetector.cs.meta │ ├── Item.cs │ ├── Item.cs.meta │ ├── ItemArray.cs │ ├── ItemArray.cs.meta │ ├── ItemMovementDetails.cs │ ├── ItemMovementDetails.cs.meta │ ├── SwipeDetector.cs │ ├── SwipeDetector.cs.meta │ ├── Utilities.cs │ └── Utilities.cs.meta ├── Sprites.meta └── Sprites │ ├── .DS_Store │ ├── blank.png │ ├── blank.png.meta │ ├── sprites.png │ └── sprites.png.meta ├── LICENSE ├── Library ├── AnnotationManager ├── AssetImportState ├── AssetServerCacheV3 ├── BuildPlayer.prefs ├── BuildSettings.asset ├── CurrentLayout.dwlt ├── EditorUserBuildSettings.asset ├── EditorUserSettings.asset ├── InspectorExpandedItems.asset ├── LastSceneManagerSetup.txt ├── LibraryFormatVersion.txt ├── MonoManager.asset ├── ProjectSettings.asset ├── ScriptAssemblies │ ├── Assembly-CSharp-firstpass.dll │ ├── Assembly-CSharp-firstpass.dll.mdb │ ├── Assembly-CSharp.dll │ ├── Assembly-CSharp.dll.mdb │ └── BuiltinAssemblies.stamp ├── ScriptMapper ├── ShaderCache │ ├── 0 │ │ └── 0e6afb42e6c57e351279375c47537190.bin │ ├── 1 │ │ └── 1965d7578c92fc0c58eda00ff83019f9.bin │ ├── 2 │ │ ├── 2860b215a9a505bdbe1de11ba523103f.bin │ │ ├── 2aceee5ad9cb5271ad7f8b4a6396e654.bin │ │ ├── 2d74eec9db8f88815c7e6419d90beef2.bin │ │ └── 2f77573d38fdc4c0924518bd115d8d43.bin │ ├── 4 │ │ └── 4b142ba29b7074b1d07348b7b5f87f1e.bin │ ├── 7 │ │ ├── 72514e049e1c48069a9bc4a4f3894a89.bin │ │ ├── 755e6f5bb783c2f892e4041a25832401.bin │ │ └── 7b19bd88b26d38b6e2aabe8c2f5bc90d.bin │ ├── 8 │ │ └── 8f06424e43f16d2f19fb1cdcb1b2bd08.bin │ ├── c │ │ └── cecb644d6fa4a50dd9bbbf5691ff0a00.bin │ ├── e │ │ └── e8fdea8c1d0a07200b2ce5a06cd7d7fd.bin │ └── f │ │ └── f7cd0a758a531e05340dac417893ec97.bin ├── assetDatabase3 ├── expandedItems └── metadata │ ├── 11 │ ├── 110c83c73e3544e7785938ec38e5361e │ └── 110c83c73e3544e7785938ec38e5361e.info │ ├── 12 │ ├── 12fd8a0055b84bb59e84c9835a37e333 │ └── 12fd8a0055b84bb59e84c9835a37e333.info │ ├── 15 │ ├── 15da467c3d7b84a76b77d43f3ced288d │ └── 15da467c3d7b84a76b77d43f3ced288d.info │ ├── 16 │ ├── 16305ae2802796541a5717406290f32c │ └── 16305ae2802796541a5717406290f32c.info │ ├── 17 │ ├── 178a095287feb40b3b2fb42327529cf3 │ └── 178a095287feb40b3b2fb42327529cf3.info │ ├── 18 │ ├── 18760fde1a3514d4281ad3d377ed67d1 │ └── 18760fde1a3514d4281ad3d377ed67d1.info │ ├── 20 │ ├── 20e87f55d3f5f4466898a90aa6bf50a3 │ └── 20e87f55d3f5f4466898a90aa6bf50a3.info │ ├── 21 │ ├── 21e55e5f9ed3e437ba9c943917440083 │ ├── 21e55e5f9ed3e437ba9c943917440083.info │ ├── 21eff446d50eaf44a85985cd4c0b6fa1 │ ├── 21eff446d50eaf44a85985cd4c0b6fa1.info │ ├── 21ffa6d37448541bead4c009180436bd │ └── 21ffa6d37448541bead4c009180436bd.info │ ├── 22 │ ├── 2250e22ed9a414a179b7b3638688ea43 │ ├── 2250e22ed9a414a179b7b3638688ea43.info │ ├── 22a05f02b0d2d4c579d00c2db33555b1 │ ├── 22a05f02b0d2d4c579d00c2db33555b1.info │ ├── 22fa7348231ae4d6fb640c32423e6538 │ └── 22fa7348231ae4d6fb640c32423e6538.info │ ├── 23 │ ├── 239e347bacde848bea73f580716b4f06 │ ├── 239e347bacde848bea73f580716b4f06.info │ ├── 23cf2e925853c431eb1b5293958185fd │ └── 23cf2e925853c431eb1b5293958185fd.info │ ├── 25 │ ├── 25af92ea012eb4667a9c36cc4a72a725 │ └── 25af92ea012eb4667a9c36cc4a72a725.info │ ├── 26 │ ├── 265ae44c36dec447389a65c10eb7c75c │ ├── 265ae44c36dec447389a65c10eb7c75c.info │ ├── 2682a692a2be7e14e901a738c7806da0 │ ├── 2682a692a2be7e14e901a738c7806da0.info │ ├── 26ecf98b31f464c3eab865287ed4f9b2 │ └── 26ecf98b31f464c3eab865287ed4f9b2.info │ ├── 30 │ ├── 307433eba81a469ab1e2084d52d1a5a2 │ └── 307433eba81a469ab1e2084d52d1a5a2.info │ ├── 31 │ ├── 31797a4f425d143babbdfd3ab73f8189 │ └── 31797a4f425d143babbdfd3ab73f8189.info │ ├── 32 │ ├── 32188fd89022c154c81befa2f0e00be0 │ ├── 32188fd89022c154c81befa2f0e00be0.info │ ├── 321c53c9855e41b4faedb29857152816 │ ├── 321c53c9855e41b4faedb29857152816.info │ ├── 32736ae449a3aca408226819782b2e44 │ ├── 32736ae449a3aca408226819782b2e44.info │ ├── 328cc881519068e4eb7db4bb907ad2d9 │ └── 328cc881519068e4eb7db4bb907ad2d9.info │ ├── 34 │ ├── 349199fc5daaa5f4683946a37d08cf83 │ └── 349199fc5daaa5f4683946a37d08cf83.info │ ├── 35 │ ├── 35c88700df4d9439c919ed10ed613f0d │ └── 35c88700df4d9439c919ed10ed613f0d.info │ ├── 37 │ ├── 3732ecc55de062542a54d6076e727cff │ ├── 3732ecc55de062542a54d6076e727cff.info │ ├── 37920abe3cedea14189b29dd9e01e9f5 │ └── 37920abe3cedea14189b29dd9e01e9f5.info │ ├── 38 │ ├── 38c8faf1788024c02930a0c68a6e0edc │ └── 38c8faf1788024c02930a0c68a6e0edc.info │ ├── 40 │ ├── 4056c2d5cca719e43955ee4dde5094c7 │ ├── 4056c2d5cca719e43955ee4dde5094c7.info │ ├── 405b9b51bb344a128608d968297df79c │ └── 405b9b51bb344a128608d968297df79c.info │ ├── 41 │ ├── 4113173d5e95493ab8765d7b08371de4 │ ├── 4113173d5e95493ab8765d7b08371de4.info │ ├── 41455f1eed57640ca8699005b2a83d6f │ └── 41455f1eed57640ca8699005b2a83d6f.info │ ├── 45 │ ├── 45b89b0e7a05747469eb2f3c70875e0e │ └── 45b89b0e7a05747469eb2f3c70875e0e.info │ ├── 46 │ ├── 46267d2fc859b473988c3e4302705320 │ └── 46267d2fc859b473988c3e4302705320.info │ ├── 47 │ ├── 474c1029fc1d848998185b77129ed5c0 │ ├── 474c1029fc1d848998185b77129ed5c0.info │ ├── 479e8e89783c1424288289e4064b466c │ └── 479e8e89783c1424288289e4064b466c.info │ ├── 49 │ ├── 49f5766d0d4954f44b85d4bbd7131677 │ └── 49f5766d0d4954f44b85d4bbd7131677.info │ ├── 51 │ ├── 515aae2b7a550dc45b696e79df42b349 │ ├── 515aae2b7a550dc45b696e79df42b349.info │ ├── 517af1b5b81b93b43b9745d58f017562 │ └── 517af1b5b81b93b43b9745d58f017562.info │ ├── 52 │ ├── 52a206b72a8f4f749c28d8b18b42dd19 │ ├── 52a206b72a8f4f749c28d8b18b42dd19.info │ ├── 52b7ee6804f9dea4f9231c7d9c8f405e │ └── 52b7ee6804f9dea4f9231c7d9c8f405e.info │ ├── 53 │ ├── 53ebcfaa2e1e4e2dbc85882cd5a73fa1 │ └── 53ebcfaa2e1e4e2dbc85882cd5a73fa1.info │ ├── 57 │ ├── 5782f9e9e6e0bb94bac99aeea24814fc │ └── 5782f9e9e6e0bb94bac99aeea24814fc.info │ ├── 58 │ ├── 58f908c33d3606b4390f9b2e389600e0 │ └── 58f908c33d3606b4390f9b2e389600e0.info │ ├── 60 │ ├── 60e79937e54c9d243b382c99d45cf8b4 │ └── 60e79937e54c9d243b382c99d45cf8b4.info │ ├── 64 │ ├── 642959cd8aa0e484d9db17060d52185e │ └── 642959cd8aa0e484d9db17060d52185e.info │ ├── 65 │ ├── 65b3cc120564ff247af059d300fc0318 │ └── 65b3cc120564ff247af059d300fc0318.info │ ├── 66 │ ├── 66108d51c9952e545bfa72d0620bfd19 │ └── 66108d51c9952e545bfa72d0620bfd19.info │ ├── 67 │ ├── 67e9dad5654047ebbe623cce9dbf7b38 │ └── 67e9dad5654047ebbe623cce9dbf7b38.info │ ├── 69 │ ├── 6981461fe431401459211818212a29cf │ └── 6981461fe431401459211818212a29cf.info │ ├── 71 │ ├── 71783669621ce05478a77bd922718751 │ └── 71783669621ce05478a77bd922718751.info │ ├── 73 │ ├── 739bbd9f364b4268874f9fd86ab3beef │ └── 739bbd9f364b4268874f9fd86ab3beef.info │ ├── 80 │ ├── 80a3616ca19596e4da0f10f14d241e9f │ ├── 80a3616ca19596e4da0f10f14d241e9f.info │ ├── 80a86e483b02de44e88faeeb87b350eb │ └── 80a86e483b02de44e88faeeb87b350eb.info │ ├── 83 │ ├── 8382b2bb260241859771b69b7f377a8d │ └── 8382b2bb260241859771b69b7f377a8d.info │ ├── 84 │ ├── 84ca94c19f25ae14d83aa41bb3654390 │ └── 84ca94c19f25ae14d83aa41bb3654390.info │ ├── 85 │ ├── 852e56802eb941638acbb491814497b0 │ └── 852e56802eb941638acbb491814497b0.info │ ├── 86 │ ├── 86f4de9468454445ac2f39e207fafa3a │ └── 86f4de9468454445ac2f39e207fafa3a.info │ ├── 87 │ ├── 870353891bb340e2b2a9c8707e7419ba │ └── 870353891bb340e2b2a9c8707e7419ba.info │ ├── 90 │ ├── 9078b7128e594410d9b89e5b24cffd01 │ └── 9078b7128e594410d9b89e5b24cffd01.info │ ├── 91 │ ├── 91ac52005fb8f064ea816ae4faeeefb3 │ └── 91ac52005fb8f064ea816ae4faeeefb3.info │ ├── 95 │ ├── 952af71adea0afc4a8beac2c84f70c48 │ └── 952af71adea0afc4a8beac2c84f70c48.info │ ├── 97 │ ├── 978ba4ce64208944888ada6e99d23645 │ ├── 978ba4ce64208944888ada6e99d23645.info │ ├── 97decbdab0634cdd991f8d23ddf0dead │ └── 97decbdab0634cdd991f8d23ddf0dead.info │ ├── 98 │ ├── 98aa22ed5a16cfd46829c119ae44d926 │ └── 98aa22ed5a16cfd46829c119ae44d926.info │ ├── 00 │ ├── 00000000000000001000000000000000 │ ├── 00000000000000001000000000000000.info │ ├── 00000000000000002000000000000000 │ ├── 00000000000000002000000000000000.info │ ├── 00000000000000003000000000000000 │ ├── 00000000000000003000000000000000.info │ ├── 00000000000000004000000000000000 │ ├── 00000000000000004000000000000000.info │ ├── 00000000000000004100000000000000 │ ├── 00000000000000004100000000000000.info │ ├── 00000000000000005000000000000000 │ ├── 00000000000000005000000000000000.info │ ├── 00000000000000005100000000000000 │ ├── 00000000000000005100000000000000.info │ ├── 00000000000000006000000000000000 │ ├── 00000000000000006000000000000000.info │ ├── 00000000000000006100000000000000 │ ├── 00000000000000006100000000000000.info │ ├── 00000000000000007000000000000000 │ ├── 00000000000000007000000000000000.info │ ├── 00000000000000007100000000000000 │ ├── 00000000000000007100000000000000.info │ ├── 00000000000000008000000000000000 │ ├── 00000000000000008000000000000000.info │ ├── 00000000000000009000000000000000 │ ├── 00000000000000009000000000000000.info │ ├── 0000000000000000a000000000000000 │ ├── 0000000000000000a000000000000000.info │ ├── 0000000000000000a100000000000000 │ ├── 0000000000000000a100000000000000.info │ ├── 0000000000000000b000000000000000 │ ├── 0000000000000000b000000000000000.info │ ├── 0000000000000000c000000000000000 │ └── 0000000000000000c000000000000000.info │ ├── 04 │ ├── 04126d38111de41799edaa161b80b0b4 │ ├── 04126d38111de41799edaa161b80b0b4.info │ ├── 0465a564e2fcd462eb4b5b4bdfd1532c │ ├── 0465a564e2fcd462eb4b5b4bdfd1532c.info │ ├── 04f32690536cd014e8baf2feea8fb7cd │ └── 04f32690536cd014e8baf2feea8fb7cd.info │ ├── 05 │ ├── 050ca10fdacd8d34fa2d6fa775a33cec │ └── 050ca10fdacd8d34fa2d6fa775a33cec.info │ ├── 06 │ ├── 069a388c15e322347835a4669795a0c9 │ ├── 069a388c15e322347835a4669795a0c9.info │ ├── 06d1e7d9b36ea4b9fb70c40298d959ec │ └── 06d1e7d9b36ea4b9fb70c40298d959ec.info │ ├── 07 │ ├── 0789c8c43d64ba14c971b8e2acd0e823 │ └── 0789c8c43d64ba14c971b8e2acd0e823.info │ ├── 08 │ ├── 084dc3068ce5cca4cbd3f3e2930061a4 │ ├── 084dc3068ce5cca4cbd3f3e2930061a4.info │ ├── 08691283d482e4054b037fc5d4030e48 │ └── 08691283d482e4054b037fc5d4030e48.info │ ├── 09 │ ├── 096cc102d1d064b3f9e0e1e6e232abe3 │ ├── 096cc102d1d064b3f9e0e1e6e232abe3.info │ ├── 098d0b0599d2b4fcc8c8f24379e8bf90 │ └── 098d0b0599d2b4fcc8c8f24379e8bf90.info │ ├── 0a │ ├── 0a0a785c2af9634429e7385e2a13641f │ ├── 0a0a785c2af9634429e7385e2a13641f.info │ ├── 0af1903d3a300224581a046ddd052bfd │ └── 0af1903d3a300224581a046ddd052bfd.info │ ├── 0b │ ├── 0bb3e665eb0258f4a969d56839473091 │ ├── 0bb3e665eb0258f4a969d56839473091.info │ ├── 0bf2fb33fe8d04ad2a177ab6038c1965 │ └── 0bf2fb33fe8d04ad2a177ab6038c1965.info │ ├── 0c │ ├── 0c1ff9b1418d644729aa17ee5b7aa298 │ ├── 0c1ff9b1418d644729aa17ee5b7aa298.info │ ├── 0ccd327e369c14fac909ab0b6d1d0da5 │ └── 0ccd327e369c14fac909ab0b6d1d0da5.info │ ├── 0d │ ├── 0d3bb855445e36e479c85976fc88383a │ └── 0d3bb855445e36e479c85976fc88383a.info │ ├── 0e │ ├── 0e0733dba3b112346ba292f8c84d9331 │ └── 0e0733dba3b112346ba292f8c84d9331.info │ ├── 1b │ ├── 1b7f811e7d59a41bf99d08c646d1725b │ └── 1b7f811e7d59a41bf99d08c646d1725b.info │ ├── 1c │ ├── 1c18fa566aafd4b188781478e8e0f169 │ ├── 1c18fa566aafd4b188781478e8e0f169.info │ ├── 1c2b8ae387eb1454bb71ea028723553b │ ├── 1c2b8ae387eb1454bb71ea028723553b.info │ ├── 1c6d1fbb51834b64847b1b73a75bfc77 │ └── 1c6d1fbb51834b64847b1b73a75bfc77.info │ ├── 1e │ ├── 1e4e4541e602d4fbcba6aa19d256cf94 │ └── 1e4e4541e602d4fbcba6aa19d256cf94.info │ ├── 2a │ ├── 2a93c9df7ed91fe4a82bbf8e37bc6a00 │ └── 2a93c9df7ed91fe4a82bbf8e37bc6a00.info │ ├── 2c │ ├── 2c183f70ddaf54b6caa706e2d7a15837 │ └── 2c183f70ddaf54b6caa706e2d7a15837.info │ ├── 2d │ ├── 2da25ecf4cfebc448a3fbf27b5d332ae │ ├── 2da25ecf4cfebc448a3fbf27b5d332ae.info │ ├── 2dfe74c05fbc99f41a3fefcee0b3cb99 │ └── 2dfe74c05fbc99f41a3fefcee0b3cb99.info │ ├── 2f │ ├── 2fe3476eabbbb6c448e6b55a2cc471f5 │ └── 2fe3476eabbbb6c448e6b55a2cc471f5.info │ ├── 3b │ ├── 3b24cf23dec3f4db7869ebfde6112be9 │ └── 3b24cf23dec3f4db7869ebfde6112be9.info │ ├── 3c │ ├── 3c9f58caa7cd847519c748a7132b4e9c │ └── 3c9f58caa7cd847519c748a7132b4e9c.info │ ├── 3d │ ├── 3de7a70ef2b834fc6adefc4d9e016340 │ └── 3de7a70ef2b834fc6adefc4d9e016340.info │ ├── 3f │ ├── 3fa7cf351a09049a6a2a03ff4c64a975 │ └── 3fa7cf351a09049a6a2a03ff4c64a975.info │ ├── 4b │ ├── 4b3fa4bde7f1451a8218c03ee6a8ded8 │ ├── 4b3fa4bde7f1451a8218c03ee6a8ded8.info │ ├── 4ba2329b63d54f0187bcaa12486b1b0f │ └── 4ba2329b63d54f0187bcaa12486b1b0f.info │ ├── 4c │ ├── 4c0c4005347e76a429ce5742998bedd8 │ └── 4c0c4005347e76a429ce5742998bedd8.info │ ├── 5d │ ├── 5dd0e752365b4cc4a908e7ee39160024 │ └── 5dd0e752365b4cc4a908e7ee39160024.info │ ├── 5e │ ├── 5e82dde2bf214bf49bba7ddb98b2146b │ └── 5e82dde2bf214bf49bba7ddb98b2146b.info │ ├── 5f │ ├── 5f32cd94baa94578a686d4b9d6b660f7 │ └── 5f32cd94baa94578a686d4b9d6b660f7.info │ ├── 6a │ ├── 6aac818f2f09572459d1058778d6f5e0 │ └── 6aac818f2f09572459d1058778d6f5e0.info │ ├── 6b │ ├── 6b47469c3f7c5364fae0afc1d4acbffd │ └── 6b47469c3f7c5364fae0afc1d4acbffd.info │ ├── 6c │ ├── 6cdf1e5c78d14720aaadccd4c792df96 │ └── 6cdf1e5c78d14720aaadccd4c792df96.info │ ├── 7a │ ├── 7a809338aaf5a9043a64b3061fc3b7c7 │ ├── 7a809338aaf5a9043a64b3061fc3b7c7.info │ ├── 7a8ce9f27fe247e4c8b654bbee490d4b │ └── 7a8ce9f27fe247e4c8b654bbee490d4b.info │ ├── 8b │ ├── 8b8ae0cce70cdf047863984828503a68 │ └── 8b8ae0cce70cdf047863984828503a68.info │ ├── 8e │ ├── 8e0cd8ed44d4412cbe0642067abc9e44 │ ├── 8e0cd8ed44d4412cbe0642067abc9e44.info │ ├── 8e7066e382b0fc749b25dbb1a3004dfe │ └── 8e7066e382b0fc749b25dbb1a3004dfe.info │ ├── 8f │ ├── 8f0bfda79e4603047b179f9d987f4d02 │ └── 8f0bfda79e4603047b179f9d987f4d02.info │ ├── a7 │ ├── a71c27a4c5df53d468a6ea3fe7ff5323 │ ├── a71c27a4c5df53d468a6ea3fe7ff5323.info │ ├── a7b59784b4a7a1b4cbbf0801991b59f8 │ └── a7b59784b4a7a1b4cbbf0801991b59f8.info │ ├── a9 │ ├── a97b7f2bc4b8f034da510798057cd4bb │ └── a97b7f2bc4b8f034da510798057cd4bb.info │ ├── ad │ ├── adebbd281f1a4ef3a30be7f21937e02f │ └── adebbd281f1a4ef3a30be7f21937e02f.info │ ├── af │ ├── af19ee55d68cdb24b878de85474883bc │ └── af19ee55d68cdb24b878de85474883bc.info │ ├── b2 │ ├── b2b693dffac3a4433b3114fea0b7fd4e │ ├── b2b693dffac3a4433b3114fea0b7fd4e.info │ ├── b2bead50dbf86924f8e51f03ddbebf70 │ └── b2bead50dbf86924f8e51f03ddbebf70.info │ ├── ba │ ├── ba14f2d826b0b7141b11e996beb7305d │ └── ba14f2d826b0b7141b11e996beb7305d.info │ ├── c0 │ ├── c0ca6f419ad58134fbc6eedb035e0179 │ └── c0ca6f419ad58134fbc6eedb035e0179.info │ ├── c4 │ ├── c4f64f0dac89f3c4daa0bafec9744ae5 │ └── c4f64f0dac89f3c4daa0bafec9744ae5.info │ ├── c8 │ ├── c8756da12366b7048b50ee076b7d1bbb │ └── c8756da12366b7048b50ee076b7d1bbb.info │ ├── cc │ ├── cc946ef86d0e63a44be6936fdfa549a7 │ └── cc946ef86d0e63a44be6936fdfa549a7.info │ ├── d0 │ ├── d05b96cee66e14240838de167097537a │ └── d05b96cee66e14240838de167097537a.info │ ├── d1 │ ├── d13fe50875aa16d41b80e2d50ee340ec │ ├── d13fe50875aa16d41b80e2d50ee340ec.info │ ├── d14b36f69da485343aa8115fb85c365e │ └── d14b36f69da485343aa8115fb85c365e.info │ ├── d2 │ ├── d23b22022c19d9640af7e7f948d73b87 │ └── d23b22022c19d9640af7e7f948d73b87.info │ ├── d3 │ ├── d3eb2dc88cc630b4ca4eeff5b1edd43c │ └── d3eb2dc88cc630b4ca4eeff5b1edd43c.info │ ├── d9 │ ├── d91035c548f23744c9bfb107348ed1c0 │ └── d91035c548f23744c9bfb107348ed1c0.info │ ├── da │ ├── da78363d437bf0e4eadfdd6abb840b2e │ ├── da78363d437bf0e4eadfdd6abb840b2e.info │ ├── dac92aaba858d034eab1c42bdbfc1bcf │ └── dac92aaba858d034eab1c42bdbfc1bcf.info │ ├── dc │ ├── dc443db3e92b4983b9738c1131f555cb │ └── dc443db3e92b4983b9738c1131f555cb.info │ ├── e1 │ ├── e1007cd261c84053beb0c3537782908d │ └── e1007cd261c84053beb0c3537782908d.info │ ├── e5 │ ├── e5fc147a9ea90e0498450a01060c7cdc │ └── e5fc147a9ea90e0498450a01060c7cdc.info │ ├── ea │ ├── ea78dc5c6cf0d6f4084208b9ddb65df2 │ └── ea78dc5c6cf0d6f4084208b9ddb65df2.info │ ├── ec │ ├── ecab7c473324f734fa0b20c8761ed52b │ └── ecab7c473324f734fa0b20c8761ed52b.info │ ├── f1 │ ├── f1fc00d9383fb324e86881765e776e75 │ └── f1fc00d9383fb324e86881765e776e75.info │ ├── f4 │ ├── f48df919adea4fa095a7407e773e5aa4 │ ├── f48df919adea4fa095a7407e773e5aa4.info │ ├── f4c9dd39380cad34896c9bea85cce6f7 │ └── f4c9dd39380cad34896c9bea85cce6f7.info │ ├── f5 │ ├── f5f67c52d1564df4a8936ccd202a3bd8 │ └── f5f67c52d1564df4a8936ccd202a3bd8.info │ ├── f7 │ ├── f70555f144d8491a825f0804e09c671c │ ├── f70555f144d8491a825f0804e09c671c.info │ ├── f7b54ff4a43d4fcf81b4538b678e0bcc │ └── f7b54ff4a43d4fcf81b4538b678e0bcc.info │ ├── f9 │ ├── f90e2d3c57869894aa822a5be29dce76 │ └── f90e2d3c57869894aa822a5be29dce76.info │ ├── fc │ ├── fc4402b599565604a8096f7faf076a0d │ ├── fc4402b599565604a8096f7faf076a0d.info │ ├── fc996a4b4016661498b37b5dc9b2b4d4 │ └── fc996a4b4016661498b37b5dc9b2b4d4.info │ ├── fe │ ├── fe7849dd489c8084398556ec5186bd88 │ └── fe7849dd489c8084398556ec5186bd88.info │ └── ff │ ├── ffa64fc42bf3bb14d9a5d7f04c2db36c │ └── ffa64fc42bf3bb14d9a5d7f04c2db36c.info ├── ProjectSettings ├── AudioManager.asset ├── ClusterInputManager.asset ├── DynamicsManager.asset ├── EditorBuildSettings.asset ├── EditorSettings.asset ├── GraphicsSettings.asset ├── InputManager.asset ├── NavMeshAreas.asset ├── NetworkManager.asset ├── Physics2DSettings.asset ├── ProjectSettings.asset ├── ProjectVersion.txt ├── QualitySettings.asset ├── TagManager.asset ├── TimeManager.asset ├── UnityAdsSettings.asset └── UnityConnectSettings.asset └── README.md /Assets/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Assets/.DS_Store -------------------------------------------------------------------------------- /Assets/Plugins.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e5fc147a9ea90e0498450a01060c7cdc 3 | folderAsset: yes 4 | timeCreated: 1520181924 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 239e347bacde848bea73f580716b4f06 3 | folderAsset: yes 4 | timeCreated: 1452708615 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/Go.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 80a86e483b02de44e88faeeb87b350eb 3 | timeCreated: 1520181929 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/GoDummyPath.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 25af92ea012eb4667a9c36cc4a72a725 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/GoTween.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 050ca10fdacd8d34fa2d6fa775a33cec 3 | timeCreated: 1520181926 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/GoTweenChain.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fe7849dd489c8084398556ec5186bd88 3 | timeCreated: 1520181931 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/GoTweenCollectionConfig.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 04126d38111de41799edaa161b80b0b4 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/GoTweenConfig.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 110c83c73e3544e7785938ec38e5361e 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/GoTweenFlow.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 479e8e89783c1424288289e4064b466c 3 | timeCreated: 1520181929 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/base.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dac92aaba858d034eab1c42bdbfc1bcf 3 | folderAsset: yes 4 | timeCreated: 1520181924 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/base/AbstractGoTween.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 515aae2b7a550dc45b696e79df42b349 3 | timeCreated: 1520181929 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/base/AbstractGoTweenCollection.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0e0733dba3b112346ba292f8c84d9331 3 | timeCreated: 1520181927 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/easing.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 41455f1eed57640ca8699005b2a83d6f 3 | folderAsset: yes 4 | timeCreated: 1452708615 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/easing/GoEaseBack.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6b47469c3f7c5364fae0afc1d4acbffd 3 | timeCreated: 1520181929 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/easing/GoEaseBounce.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 37920abe3cedea14189b29dd9e01e9f5 3 | timeCreated: 1520181928 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/easing/GoEaseCircular.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | 3 | 4 | public static class GoEaseCircular 5 | { 6 | public static float EaseIn( float t, float b, float c, float d ) 7 | { 8 | return -c * ( (float)Math.Sqrt( 1 - ( t /= d ) * t ) - 1 ) + b; 9 | } 10 | 11 | public static float EaseOut( float t, float b, float c, float d ) 12 | { 13 | return c * (float)Math.Sqrt( 1 - ( t = t / d - 1 ) * t ) + b; 14 | } 15 | 16 | public static float EaseInOut( float t, float b, float c, float d ) 17 | { 18 | if( ( t /= d / 2 ) < 1 ) 19 | { 20 | return -c / 2 * ( (float)Math.Sqrt( 1 - t * t ) - 1 ) + b; 21 | } 22 | return c / 2 * ( (float)Math.Sqrt( 1 - ( t -= 2 ) * t ) + 1 ) + b; 23 | } 24 | } 25 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/easing/GoEaseCircular.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1b7f811e7d59a41bf99d08c646d1725b 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/easing/GoEaseCubic.cs: -------------------------------------------------------------------------------- 1 | public static class GoEaseCubic 2 | { 3 | public static float EaseIn( float t, float b, float c, float d ) 4 | { 5 | return c * ( t /= d ) * t * t + b; 6 | } 7 | 8 | public static float EaseOut( float t, float b, float c, float d ) 9 | { 10 | return c * ( ( t = t / d - 1 ) * t * t + 1 ) + b; 11 | } 12 | 13 | public static float EaseInOut( float t, float b, float c, float d ) 14 | { 15 | if( ( t /= d / 2 ) < 1 ) 16 | { 17 | return c / 2 * t * t * t + b; 18 | } 19 | return c / 2 * ( ( t -= 2 ) * t * t + 2 ) + b; 20 | } 21 | } -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/easing/GoEaseCubic.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 52b7ee6804f9dea4f9231c7d9c8f405e 3 | timeCreated: 1520181929 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/easing/GoEaseElastic.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2c183f70ddaf54b6caa706e2d7a15837 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/easing/GoEaseExponential.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 98aa22ed5a16cfd46829c119ae44d926 3 | timeCreated: 1520181930 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/easing/GoEaseLinear.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | 4 | public static class GoEaseLinear 5 | { 6 | public static float EaseNone( float t, float b, float c, float d ) 7 | { 8 | return c * t / d + b; 9 | } 10 | } -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/easing/GoEaseLinear.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a97b7f2bc4b8f034da510798057cd4bb 3 | timeCreated: 1520181930 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/easing/GoEaseQuadratic.cs: -------------------------------------------------------------------------------- 1 | public static class GoEaseQuadratic 2 | { 3 | public static float EaseIn( float t, float b, float c, float d ) 4 | { 5 | return c * ( t /= d ) * t + b; 6 | } 7 | 8 | public static float EaseOut( float t, float b, float c, float d ) 9 | { 10 | return -c * ( t /= d ) * ( t - 2 ) + b; 11 | } 12 | 13 | public static float EaseInOut( float t, float b, float c, float d ) 14 | { 15 | if( ( t /= d / 2 ) < 1 ) 16 | { 17 | return c / 2 * t * t + b; 18 | } 19 | return -c / 2 * ( ( --t ) * ( t - 2 ) - 1 ) + b; 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/easing/GoEaseQuadratic.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 18760fde1a3514d4281ad3d377ed67d1 3 | timeCreated: 1520181928 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/easing/GoEaseQuartic.cs: -------------------------------------------------------------------------------- 1 | public static class GoEaseQuartic 2 | { 3 | public static float EaseIn( float t, float b, float c, float d ) 4 | { 5 | return c * ( t /= d ) * t * t * t + b; 6 | } 7 | 8 | public static float EaseOut( float t, float b, float c, float d ) 9 | { 10 | return -c * ( ( t = t / d - 1 ) * t * t * t - 1 ) + b; 11 | } 12 | 13 | public static float EaseInOut( float t, float b, float c, float d ) 14 | { 15 | if( ( t /= d / 2 ) < 1 ) 16 | { 17 | return c / 2 * t * t * t * t + b; 18 | } 19 | return -c / 2 * ( ( t -= 2 ) * t * t * t - 2 ) + b; 20 | } 21 | } -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/easing/GoEaseQuartic.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 178a095287feb40b3b2fb42327529cf3 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/easing/GoEaseQuintic.cs: -------------------------------------------------------------------------------- 1 | public static class GoEaseQuintic 2 | { 3 | public static float EaseIn( float t, float b, float c, float d ) 4 | { 5 | return c * ( t /= d ) * t * t * t * t + b; 6 | } 7 | 8 | public static float EaseOut( float t, float b, float c, float d ) 9 | { 10 | return c * ( ( t = t / d - 1 ) * t * t * t * t + 1 ) + b; 11 | } 12 | 13 | public static float EaseInOut( float t, float b, float c, float d ) 14 | { 15 | if( ( t /= d / 2 ) < 1 ) 16 | { 17 | return c / 2 * t * t * t * t * t + b; 18 | } 19 | return c / 2 * ( ( t -= 2 ) * t * t * t * t + 2 ) + b; 20 | } 21 | } -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/easing/GoEaseQuintic.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5e82dde2bf214bf49bba7ddb98b2146b 3 | timeCreated: 1520181929 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/easing/GoEaseSinusoidal.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using UnityEngine; 3 | 4 | 5 | public static class GoEaseSinusoidal 6 | { 7 | public static float EaseIn( float t, float b, float c, float d ) 8 | { 9 | return -c * (float)Math.Cos( t / d * ( Math.PI / 2 ) ) + c + b; 10 | } 11 | 12 | public static float EaseOut( float t, float b, float c, float d ) 13 | { 14 | return c * (float)Math.Sin( t / d * ( Math.PI / 2 ) ) + b; 15 | } 16 | 17 | public static float EaseInOut( float t, float b, float c, float d ) 18 | { 19 | return -c / 2 * ( (float)Math.Cos( Math.PI * t / d ) - 1 ) + b; 20 | } 21 | } -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/easing/GoEaseSinusoidal.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 349199fc5daaa5f4683946a37d08cf83 3 | timeCreated: 1520181928 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/easing/easeEquationsLicense.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 098d0b0599d2b4fcc8c8f24379e8bf90 3 | TextScriptImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/enums.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2dfe74c05fbc99f41a3fefcee0b3cb99 3 | folderAsset: yes 4 | timeCreated: 1520181924 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/enums/GoDuplicatePropertyRuleType.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | using System.Collections; 3 | 4 | 5 | 6 | /// 7 | /// defines what should be done in the event that a TweenProperty is being added to Go when an existing TweenProperty 8 | /// of the same type with the same target object is already present 9 | /// 10 | public enum GoDuplicatePropertyRuleType 11 | { 12 | None, // dont bother checking or doing anything 13 | RemoveRunningProperty, // removes the property from the Tween that was already running 14 | DontAddCurrentProperty // leaves the original property intact and doesnt add the current property 15 | } 16 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/enums/GoDuplicatePropertyRuleType.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 32736ae449a3aca408226819782b2e44 3 | timeCreated: 1520181928 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/enums/GoEaseType.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | using System.Collections; 3 | 4 | 5 | 6 | public enum GoEaseType 7 | { 8 | Linear, 9 | 10 | SineIn, 11 | SineOut, 12 | SineInOut, 13 | 14 | QuadIn, 15 | QuadOut, 16 | QuadInOut, 17 | 18 | CubicIn, 19 | CubicOut, 20 | CubicInOut, 21 | 22 | QuartIn, 23 | QuartOut, 24 | QuartInOut, 25 | 26 | QuintIn, 27 | QuintOut, 28 | QuintInOut, 29 | 30 | ExpoIn, 31 | ExpoOut, 32 | ExpoInOut, 33 | 34 | CircIn, 35 | CircOut, 36 | CircInOut, 37 | 38 | ElasticIn, 39 | ElasticOut, 40 | ElasticInOut, 41 | Punch, 42 | 43 | BackIn, 44 | BackOut, 45 | BackInOut, 46 | 47 | BounceIn, 48 | BounceOut, 49 | BounceInOut 50 | } 51 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/enums/GoEaseType.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d13fe50875aa16d41b80e2d50ee340ec 3 | timeCreated: 1520181930 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/enums/GoLogLevel.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | using System.Collections; 3 | 4 | 5 | public enum GoLogLevel 6 | { 7 | None, 8 | Info, 9 | Warn, 10 | Error 11 | } 12 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/enums/GoLogLevel.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ea78dc5c6cf0d6f4084208b9ddb65df2 3 | timeCreated: 1520181931 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/enums/GoLookAtType.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | using System.Collections; 3 | 4 | 5 | /// 6 | /// used by paths to identify what the object being tweened should look at 7 | /// 8 | public enum GoLookAtType 9 | { 10 | None, 11 | NextPathNode, 12 | TargetTransform 13 | } 14 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/enums/GoLookAtType.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 08691283d482e4054b037fc5d4030e48 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/enums/GoLoopType.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | using System.Collections; 3 | 4 | 5 | 6 | public enum GoLoopType 7 | { 8 | RestartFromBeginning, 9 | PingPong 10 | } -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/enums/GoLoopType.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 642959cd8aa0e484d9db17060d52185e 3 | timeCreated: 1520181929 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/enums/GoShakeType.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | using System.Collections; 3 | 4 | 5 | [System.Flags] 6 | public enum GoShakeType 7 | { 8 | Position = ( 1 << 0 ), 9 | Scale = ( 1 << 1 ), 10 | Eulers = ( 1 << 2 ) 11 | } -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/enums/GoShakeType.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a71c27a4c5df53d468a6ea3fe7ff5323 3 | timeCreated: 1520181930 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/enums/GoSplineType.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | using System.Collections; 3 | 4 | 5 | public enum GoSplineType 6 | { 7 | StraightLine, // 2 points 8 | QuadraticBezier, // 3 points 9 | CubicBezier, // 4 points 10 | CatmullRom // 5+ points 11 | } 12 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/enums/GoSplineType.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3b24cf23dec3f4db7869ebfde6112be9 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/enums/GoTweenState.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | using System.Collections; 3 | 4 | 5 | public enum GoTweenState 6 | { 7 | Running, 8 | Paused, 9 | Complete, 10 | Destroyed 11 | } 12 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/enums/GoTweenState.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 084dc3068ce5cca4cbd3f3e2930061a4 3 | timeCreated: 1520181927 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/enums/GoUpdateType.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | using System.Collections; 3 | 4 | 5 | public enum GoUpdateType 6 | { 7 | Update, 8 | LateUpdate, 9 | FixedUpdate, 10 | TimeScaleIndependentUpdate 11 | } 12 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/enums/GoUpdateType.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0789c8c43d64ba14c971b8e2acd0e823 3 | timeCreated: 1520181926 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/extensions.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2da25ecf4cfebc448a3fbf27b5d332ae 3 | folderAsset: yes 4 | timeCreated: 1520181924 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/extensions/GoKitTweenExtensions.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 21ffa6d37448541bead4c009180436bd 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/properties.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7a809338aaf5a9043a64b3061fc3b7c7 3 | folderAsset: yes 4 | timeCreated: 1520181924 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/properties/GoTweenUtils.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c8756da12366b7048b50ee076b7d1bbb 3 | timeCreated: 1520181930 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/properties/abstracts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 15da467c3d7b84a76b77d43f3ced288d 3 | folderAsset: yes 4 | timeCreated: 1452708615 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/properties/abstracts/AbstractColorTweenProperty.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 06d1e7d9b36ea4b9fb70c40298d959ec 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/properties/abstracts/AbstractQuaternionTweenProperty.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 321c53c9855e41b4faedb29857152816 3 | timeCreated: 1520181928 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/properties/abstracts/AbstractTweenProperty.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4c0c4005347e76a429ce5742998bedd8 3 | timeCreated: 1520181929 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/properties/abstracts/AbstractVector3TweenProperty.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fc996a4b4016661498b37b5dc9b2b4d4 3 | timeCreated: 1520181931 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/properties/genericTypes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 22fa7348231ae4d6fb640c32423e6538 3 | folderAsset: yes 4 | timeCreated: 1452708615 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/properties/genericTypes/ColorTweenProperty.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6aac818f2f09572459d1058778d6f5e0 3 | timeCreated: 1520181929 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/properties/genericTypes/FloatTweenProperty.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 952af71adea0afc4a8beac2c84f70c48 3 | timeCreated: 1520181930 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/properties/genericTypes/IGenericProperty.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | using System.Collections; 3 | 4 | 5 | /// 6 | /// interface that simply defines that a generic property tween must have a propertyName. this has the side effect 7 | /// of letting us easily compare generic property tweens vs stongly typed tweens 8 | /// 9 | public interface IGenericProperty 10 | { 11 | string propertyName { get; } 12 | } 13 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/properties/genericTypes/IGenericProperty.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 21e55e5f9ed3e437ba9c943917440083 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/properties/genericTypes/IntTweenProperty.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 26ecf98b31f464c3eab865287ed4f9b2 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/properties/genericTypes/Vector2TweenProperty.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 22a05f02b0d2d4c579d00c2db33555b1 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/properties/genericTypes/Vector3PathTweenProperty.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0bf2fb33fe8d04ad2a177ab6038c1965 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/properties/genericTypes/Vector3TweenProperty.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0ccd327e369c14fac909ab0b6d1d0da5 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/properties/genericTypes/Vector3XTweenProperty.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1e4e4541e602d4fbcba6aa19d256cf94 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/properties/genericTypes/Vector3YTweenProperty.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f1fc00d9383fb324e86881765e776e75 3 | timeCreated: 1520181931 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/properties/genericTypes/Vector3ZTweenProperty.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 31797a4f425d143babbdfd3ab73f8189 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/properties/genericTypes/Vector4TweenProperty.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8b8ae0cce70cdf047863984828503a68 3 | timeCreated: 1520181930 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/properties/smoothing.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c4f64f0dac89f3c4daa0bafec9744ae5 3 | folderAsset: yes 4 | timeCreated: 1520181924 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/properties/smoothing/GoSmoothedQuaternion.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d3eb2dc88cc630b4ca4eeff5b1edd43c 3 | timeCreated: 1520181931 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/properties/smoothing/GoSmoothedVector3.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cc946ef86d0e63a44be6936fdfa549a7 3 | timeCreated: 1520181930 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/properties/smoothing/GoSmoothingType.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | using System.Collections; 3 | 4 | 5 | public enum GoSmoothingType 6 | { 7 | Lerp, 8 | Slerp 9 | } 10 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/properties/smoothing/GoSmoothingType.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3732ecc55de062542a54d6076e727cff 3 | timeCreated: 1520181928 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/properties/specificTypes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 91ac52005fb8f064ea816ae4faeeefb3 3 | folderAsset: yes 4 | timeCreated: 1520181924 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/properties/specificTypes/EulerAnglesTweenProperty.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d23b22022c19d9640af7e7f948d73b87 3 | timeCreated: 1520181931 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/properties/specificTypes/MaterialColorTweenProperty.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d14b36f69da485343aa8115fb85c365e 3 | timeCreated: 1520181931 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/properties/specificTypes/PositionPathTweenProperty.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3c9f58caa7cd847519c748a7132b4e9c 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/properties/specificTypes/PositionTweenProperty.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a7b59784b4a7a1b4cbbf0801991b59f8 3 | timeCreated: 1520181930 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/properties/specificTypes/RotationQuaternionTweenProperty.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 978ba4ce64208944888ada6e99d23645 3 | timeCreated: 1520181930 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/properties/specificTypes/RotationTweenProperty.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f90e2d3c57869894aa822a5be29dce76 3 | timeCreated: 1520181931 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/properties/specificTypes/ScalePathTweenProperty.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0bb3e665eb0258f4a969d56839473091 3 | timeCreated: 1520181927 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/properties/specificTypes/ScaleTweenProperty.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 66108d51c9952e545bfa72d0620bfd19 3 | timeCreated: 1520181929 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/properties/specificTypes/ShakeTweenProperty.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 65b3cc120564ff247af059d300fc0318 3 | timeCreated: 1520181929 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/properties/splines.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 04f32690536cd014e8baf2feea8fb7cd 3 | folderAsset: yes 4 | timeCreated: 1520181924 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/properties/splines/AbstractGoSplineSolver.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8f0bfda79e4603047b179f9d987f4d02 3 | timeCreated: 1520181930 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/properties/splines/GoSpline.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ecab7c473324f734fa0b20c8761ed52b 3 | timeCreated: 1520181931 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/properties/splines/GoSplineCatmullRomSolver.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ba14f2d826b0b7141b11e996beb7305d 3 | timeCreated: 1520181930 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/properties/splines/GoSplineCubicBezierSolver.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0465a564e2fcd462eb4b5b4bdfd1532c 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/properties/splines/GoSplineQuadraticBezierSolver.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 474c1029fc1d848998185b77129ed5c0 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Plugins/GoKit/properties/splines/GoSplineStraightLineSolver.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 71783669621ce05478a77bd922718751 3 | timeCreated: 1520181929 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Prefabs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: da78363d437bf0e4eadfdd6abb840b2e 3 | folderAsset: yes 4 | timeCreated: 1520181924 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Prefabs/1024.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c0ca6f419ad58134fbc6eedb035e0179 3 | timeCreated: 1520181938 4 | licenseType: Free 5 | NativeFormatImporter: 6 | mainObjectFileID: -1 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Prefabs/128.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 16305ae2802796541a5717406290f32c 3 | timeCreated: 1520181938 4 | licenseType: Free 5 | NativeFormatImporter: 6 | mainObjectFileID: -1 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Prefabs/16.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 23cf2e925853c431eb1b5293958185fd 3 | timeCreated: 1451858136 4 | licenseType: Free 5 | NativeFormatImporter: 6 | mainObjectFileID: -1 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Prefabs/2.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ffa64fc42bf3bb14d9a5d7f04c2db36c 3 | timeCreated: 1520181938 4 | licenseType: Free 5 | NativeFormatImporter: 6 | mainObjectFileID: -1 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Prefabs/256.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fc4402b599565604a8096f7faf076a0d 3 | timeCreated: 1520181938 4 | licenseType: Free 5 | NativeFormatImporter: 6 | mainObjectFileID: -1 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Prefabs/32.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0c1ff9b1418d644729aa17ee5b7aa298 3 | timeCreated: 1452938497 4 | licenseType: Free 5 | NativeFormatImporter: 6 | mainObjectFileID: -1 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Prefabs/4.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0af1903d3a300224581a046ddd052bfd 3 | timeCreated: 1520181938 4 | licenseType: Free 5 | NativeFormatImporter: 6 | mainObjectFileID: -1 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Prefabs/512.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 60e79937e54c9d243b382c99d45cf8b4 3 | timeCreated: 1520181938 4 | licenseType: Free 5 | NativeFormatImporter: 6 | mainObjectFileID: -1 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Prefabs/64.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 58f908c33d3606b4390f9b2e389600e0 3 | timeCreated: 1520181938 4 | licenseType: Free 5 | NativeFormatImporter: 6 | mainObjectFileID: -1 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Prefabs/8.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3fa7cf351a09049a6a2a03ff4c64a975 3 | timeCreated: 1451858133 4 | licenseType: Free 5 | NativeFormatImporter: 6 | mainObjectFileID: -1 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Prefabs/blank.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 265ae44c36dec447389a65c10eb7c75c 3 | timeCreated: 1451858138 4 | licenseType: Free 5 | NativeFormatImporter: 6 | mainObjectFileID: -1 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Resources.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 096cc102d1d064b3f9e0e1e6e232abe3 3 | folderAsset: yes 4 | timeCreated: 1452533322 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Resources/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Assets/Resources/.DS_Store -------------------------------------------------------------------------------- /Assets/Resources/debugLevel.txt: -------------------------------------------------------------------------------- 1 | X|4|4|8 2 | 4|4|8|X 3 | 8|4|4|X 4 | X|8|4|4 -------------------------------------------------------------------------------- /Assets/Resources/debugLevel.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1c18fa566aafd4b188781478e8e0f169 3 | timeCreated: 1452533500 4 | licenseType: Free 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Scenes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 46267d2fc859b473988c3e4302705320 3 | folderAsset: yes 4 | timeCreated: 1451857271 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Scenes/GameScene.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5dd0e752365b4cc4a908e7ee39160024 3 | timeCreated: 1520181924 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 35c88700df4d9439c919ed10ed613f0d 3 | folderAsset: yes 4 | timeCreated: 1451857352 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Scripts/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Assets/Scripts/.DS_Store -------------------------------------------------------------------------------- /Assets/Scripts/ArrowKeysDetector.cs: -------------------------------------------------------------------------------- 1 | using Assets.Scripts; 2 | using UnityEngine; 3 | 4 | public class ArrowKeysDetector : MonoBehaviour, IInputDetector 5 | { 6 | public InputDirection? DetectInputDirection() 7 | { 8 | if (Input.GetKeyUp(KeyCode.UpArrow)) 9 | return InputDirection.Top; 10 | else if (Input.GetKeyUp(KeyCode.DownArrow)) 11 | return InputDirection.Bottom; 12 | else if (Input.GetKeyUp(KeyCode.RightArrow)) 13 | return InputDirection.Right; 14 | else if (Input.GetKeyUp(KeyCode.LeftArrow)) 15 | return InputDirection.Left; 16 | else 17 | return null; 18 | } 19 | } -------------------------------------------------------------------------------- /Assets/Scripts/ArrowKeysDetector.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7a8ce9f27fe247e4c8b654bbee490d4b 3 | timeCreated: 1520181929 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Scripts/GameManager.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2250e22ed9a414a179b7b3638688ea43 3 | timeCreated: 1451857360 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Scripts/Globals.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | 3 | public static class Globals 4 | { 5 | public readonly static int Rows = 4; 6 | public readonly static int Columns = 4; 7 | public static readonly float AnimationDuration = 0.05f; 8 | 9 | } -------------------------------------------------------------------------------- /Assets/Scripts/Globals.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0a0a785c2af9634429e7385e2a13641f 3 | timeCreated: 1520181927 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Scripts/IInputDetector.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | 6 | namespace Assets.Scripts 7 | { 8 | public interface IInputDetector 9 | { 10 | InputDirection? DetectInputDirection(); 11 | } 12 | 13 | public enum InputDirection 14 | { 15 | Left, Right, Top, Bottom 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /Assets/Scripts/IInputDetector.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f4c9dd39380cad34896c9bea85cce6f7 3 | timeCreated: 1520181931 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Scripts/Item.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | using System.Collections; 3 | 4 | public class Item 5 | { 6 | public int Value { get; set; } 7 | public int Row { get; set; } 8 | public int Column { get; set; } 9 | public GameObject GO { get; set; } 10 | public bool WasJustDuplicated { get; set; } 11 | } -------------------------------------------------------------------------------- /Assets/Scripts/Item.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 069a388c15e322347835a4669795a0c9 3 | timeCreated: 1520181926 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Scripts/ItemArray.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: af19ee55d68cdb24b878de85474883bc 3 | timeCreated: 1520181930 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Scripts/ItemMovementDetails.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 45b89b0e7a05747469eb2f3c70875e0e 3 | timeCreated: 1520181929 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Scripts/SwipeDetector.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2a93c9df7ed91fe4a82bbf8e37bc6a00 3 | timeCreated: 1520181928 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Scripts/Utilities.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1c2b8ae387eb1454bb71ea028723553b 3 | timeCreated: 1451860668 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Sprites.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4056c2d5cca719e43955ee4dde5094c7 3 | folderAsset: yes 4 | timeCreated: 1520181924 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Sprites/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Assets/Sprites/.DS_Store -------------------------------------------------------------------------------- /Assets/Sprites/blank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Assets/Sprites/blank.png -------------------------------------------------------------------------------- /Assets/Sprites/sprites.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Assets/Sprites/sprites.png -------------------------------------------------------------------------------- /Library/AnnotationManager: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/AnnotationManager -------------------------------------------------------------------------------- /Library/AssetImportState: -------------------------------------------------------------------------------- 1 | 5;0;6;0;0 -------------------------------------------------------------------------------- /Library/AssetServerCacheV3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/AssetServerCacheV3 -------------------------------------------------------------------------------- /Library/BuildPlayer.prefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/BuildPlayer.prefs -------------------------------------------------------------------------------- /Library/BuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/BuildSettings.asset -------------------------------------------------------------------------------- /Library/EditorUserBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/EditorUserBuildSettings.asset -------------------------------------------------------------------------------- /Library/EditorUserSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/EditorUserSettings.asset -------------------------------------------------------------------------------- /Library/InspectorExpandedItems.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/InspectorExpandedItems.asset -------------------------------------------------------------------------------- /Library/LastSceneManagerSetup.txt: -------------------------------------------------------------------------------- 1 | sceneSetups: 2 | - path: Assets/Scenes/GameScene.unity 3 | isLoaded: 1 4 | isActive: 1 5 | -------------------------------------------------------------------------------- /Library/LibraryFormatVersion.txt: -------------------------------------------------------------------------------- 1 | unityRebuildLibraryVersion: 11 2 | unityForwardCompatibleVersion: 40 3 | -------------------------------------------------------------------------------- /Library/MonoManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/MonoManager.asset -------------------------------------------------------------------------------- /Library/ScriptAssemblies/Assembly-CSharp-firstpass.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/ScriptAssemblies/Assembly-CSharp-firstpass.dll -------------------------------------------------------------------------------- /Library/ScriptAssemblies/Assembly-CSharp-firstpass.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/ScriptAssemblies/Assembly-CSharp-firstpass.dll.mdb -------------------------------------------------------------------------------- /Library/ScriptAssemblies/Assembly-CSharp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/ScriptAssemblies/Assembly-CSharp.dll -------------------------------------------------------------------------------- /Library/ScriptAssemblies/Assembly-CSharp.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/ScriptAssemblies/Assembly-CSharp.dll.mdb -------------------------------------------------------------------------------- /Library/ScriptAssemblies/BuiltinAssemblies.stamp: -------------------------------------------------------------------------------- 1 | 0000.5a312b6c.0000 2 | 0000.5a312b8a.0000 -------------------------------------------------------------------------------- /Library/ScriptMapper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/ScriptMapper -------------------------------------------------------------------------------- /Library/ShaderCache/0/0e6afb42e6c57e351279375c47537190.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/ShaderCache/0/0e6afb42e6c57e351279375c47537190.bin -------------------------------------------------------------------------------- /Library/ShaderCache/1/1965d7578c92fc0c58eda00ff83019f9.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/ShaderCache/1/1965d7578c92fc0c58eda00ff83019f9.bin -------------------------------------------------------------------------------- /Library/ShaderCache/2/2860b215a9a505bdbe1de11ba523103f.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/ShaderCache/2/2860b215a9a505bdbe1de11ba523103f.bin -------------------------------------------------------------------------------- /Library/ShaderCache/2/2aceee5ad9cb5271ad7f8b4a6396e654.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/ShaderCache/2/2aceee5ad9cb5271ad7f8b4a6396e654.bin -------------------------------------------------------------------------------- /Library/ShaderCache/2/2d74eec9db8f88815c7e6419d90beef2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/ShaderCache/2/2d74eec9db8f88815c7e6419d90beef2.bin -------------------------------------------------------------------------------- /Library/ShaderCache/2/2f77573d38fdc4c0924518bd115d8d43.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/ShaderCache/2/2f77573d38fdc4c0924518bd115d8d43.bin -------------------------------------------------------------------------------- /Library/ShaderCache/4/4b142ba29b7074b1d07348b7b5f87f1e.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/ShaderCache/4/4b142ba29b7074b1d07348b7b5f87f1e.bin -------------------------------------------------------------------------------- /Library/ShaderCache/7/72514e049e1c48069a9bc4a4f3894a89.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/ShaderCache/7/72514e049e1c48069a9bc4a4f3894a89.bin -------------------------------------------------------------------------------- /Library/ShaderCache/7/755e6f5bb783c2f892e4041a25832401.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/ShaderCache/7/755e6f5bb783c2f892e4041a25832401.bin -------------------------------------------------------------------------------- /Library/ShaderCache/7/7b19bd88b26d38b6e2aabe8c2f5bc90d.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/ShaderCache/7/7b19bd88b26d38b6e2aabe8c2f5bc90d.bin -------------------------------------------------------------------------------- /Library/ShaderCache/8/8f06424e43f16d2f19fb1cdcb1b2bd08.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/ShaderCache/8/8f06424e43f16d2f19fb1cdcb1b2bd08.bin -------------------------------------------------------------------------------- /Library/ShaderCache/c/cecb644d6fa4a50dd9bbbf5691ff0a00.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/ShaderCache/c/cecb644d6fa4a50dd9bbbf5691ff0a00.bin -------------------------------------------------------------------------------- /Library/ShaderCache/e/e8fdea8c1d0a07200b2ce5a06cd7d7fd.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/ShaderCache/e/e8fdea8c1d0a07200b2ce5a06cd7d7fd.bin -------------------------------------------------------------------------------- /Library/ShaderCache/f/f7cd0a758a531e05340dac417893ec97.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/ShaderCache/f/f7cd0a758a531e05340dac417893ec97.bin -------------------------------------------------------------------------------- /Library/assetDatabase3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/assetDatabase3 -------------------------------------------------------------------------------- /Library/expandedItems: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/expandedItems -------------------------------------------------------------------------------- /Library/metadata/00/00000000000000001000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/00/00000000000000001000000000000000 -------------------------------------------------------------------------------- /Library/metadata/00/00000000000000001000000000000000.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: Assets 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 00000000000000001000000000000000 13 | path: 14 | localIdentifier: 102900000 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1030 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______ -------------------------------------------------------------------------------- /Library/metadata/00/00000000000000002000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/00/00000000000000002000000000000000 -------------------------------------------------------------------------------- /Library/metadata/00/00000000000000002000000000000000.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: InputManager 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 00000000000000002000000000000000 13 | path: 14 | localIdentifier: 5 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1038 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______ -------------------------------------------------------------------------------- /Library/metadata/00/00000000000000003000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/00/00000000000000003000000000000000 -------------------------------------------------------------------------------- /Library/metadata/00/00000000000000003000000000000000.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: TagManager 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 00000000000000003000000000000000 13 | path: 14 | localIdentifier: 5 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1038 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______ -------------------------------------------------------------------------------- /Library/metadata/00/00000000000000004000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/00/00000000000000004000000000000000 -------------------------------------------------------------------------------- /Library/metadata/00/00000000000000004000000000000000.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: ProjectSettings 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 00000000000000004000000000000000 13 | path: 14 | localIdentifier: 5 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1038 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______ -------------------------------------------------------------------------------- /Library/metadata/00/00000000000000004100000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/00/00000000000000004100000000000000 -------------------------------------------------------------------------------- /Library/metadata/00/00000000000000004100000000000000.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: NavMeshAreas 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 00000000000000004100000000000000 13 | path: 14 | localIdentifier: 5 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1038 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______ -------------------------------------------------------------------------------- /Library/metadata/00/00000000000000005000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/00/00000000000000005000000000000000 -------------------------------------------------------------------------------- /Library/metadata/00/00000000000000005000000000000000.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/00/00000000000000005000000000000000.info -------------------------------------------------------------------------------- /Library/metadata/00/00000000000000005100000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/00/00000000000000005100000000000000 -------------------------------------------------------------------------------- /Library/metadata/00/00000000000000005100000000000000.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: Physics2DSettings 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 00000000000000005100000000000000 13 | path: 14 | localIdentifier: 5 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1038 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______  -------------------------------------------------------------------------------- /Library/metadata/00/00000000000000006000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/00/00000000000000006000000000000000 -------------------------------------------------------------------------------- /Library/metadata/00/00000000000000006000000000000000.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: AudioManager 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 00000000000000006000000000000000 13 | path: 14 | localIdentifier: 5 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1038 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______ -------------------------------------------------------------------------------- /Library/metadata/00/00000000000000006100000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/00/00000000000000006100000000000000 -------------------------------------------------------------------------------- /Library/metadata/00/00000000000000006100000000000000.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: GraphicsSettings 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 00000000000000006100000000000000 13 | path: 14 | localIdentifier: 5 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1038 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______ -------------------------------------------------------------------------------- /Library/metadata/00/00000000000000007000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/00/00000000000000007000000000000000 -------------------------------------------------------------------------------- /Library/metadata/00/00000000000000007000000000000000.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: TimeManager 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 00000000000000007000000000000000 13 | path: 14 | localIdentifier: 5 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1038 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______ -------------------------------------------------------------------------------- /Library/metadata/00/00000000000000007100000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/00/00000000000000007100000000000000 -------------------------------------------------------------------------------- /Library/metadata/00/00000000000000007100000000000000.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: ClusterInputManager 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 00000000000000007100000000000000 13 | path: 14 | localIdentifier: 5 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1038 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______" -------------------------------------------------------------------------------- /Library/metadata/00/00000000000000008000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/00/00000000000000008000000000000000 -------------------------------------------------------------------------------- /Library/metadata/00/00000000000000008000000000000000.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: DynamicsManager 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 00000000000000008000000000000000 13 | path: 14 | localIdentifier: 5 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1038 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______ -------------------------------------------------------------------------------- /Library/metadata/00/00000000000000009000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/00/00000000000000009000000000000000 -------------------------------------------------------------------------------- /Library/metadata/00/00000000000000009000000000000000.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: QualitySettings 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 00000000000000009000000000000000 13 | path: 14 | localIdentifier: 5 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1038 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______ -------------------------------------------------------------------------------- /Library/metadata/00/0000000000000000a000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/00/0000000000000000a000000000000000 -------------------------------------------------------------------------------- /Library/metadata/00/0000000000000000a000000000000000.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: NetworkManager 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 0000000000000000a000000000000000 13 | path: 14 | localIdentifier: 5 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1038 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______ -------------------------------------------------------------------------------- /Library/metadata/00/0000000000000000a100000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/00/0000000000000000a100000000000000 -------------------------------------------------------------------------------- /Library/metadata/00/0000000000000000a100000000000000.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: UnityConnectSettings 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 0000000000000000a100000000000000 13 | path: 14 | localIdentifier: 5 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1038 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______# -------------------------------------------------------------------------------- /Library/metadata/00/0000000000000000b000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/00/0000000000000000b000000000000000 -------------------------------------------------------------------------------- /Library/metadata/00/0000000000000000b000000000000000.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: EditorBuildSettings 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 0000000000000000b000000000000000 13 | path: 14 | localIdentifier: 5 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1038 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______" -------------------------------------------------------------------------------- /Library/metadata/00/0000000000000000c000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/00/0000000000000000c000000000000000 -------------------------------------------------------------------------------- /Library/metadata/00/0000000000000000c000000000000000.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: EditorSettings 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 0000000000000000c000000000000000 13 | path: 14 | localIdentifier: 5 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1038 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______ -------------------------------------------------------------------------------- /Library/metadata/04/04126d38111de41799edaa161b80b0b4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/04/04126d38111de41799edaa161b80b0b4 -------------------------------------------------------------------------------- /Library/metadata/04/0465a564e2fcd462eb4b5b4bdfd1532c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/04/0465a564e2fcd462eb4b5b4bdfd1532c -------------------------------------------------------------------------------- /Library/metadata/04/0465a564e2fcd462eb4b5b4bdfd1532c.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/04/0465a564e2fcd462eb4b5b4bdfd1532c.info -------------------------------------------------------------------------------- /Library/metadata/04/04f32690536cd014e8baf2feea8fb7cd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/04/04f32690536cd014e8baf2feea8fb7cd -------------------------------------------------------------------------------- /Library/metadata/04/04f32690536cd014e8baf2feea8fb7cd.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: splines 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 04f32690536cd014e8baf2feea8fb7cd 13 | path: Assets/Plugins/GoKit/properties/splines 14 | localIdentifier: 102900000 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1030 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______E -------------------------------------------------------------------------------- /Library/metadata/05/050ca10fdacd8d34fa2d6fa775a33cec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/05/050ca10fdacd8d34fa2d6fa775a33cec -------------------------------------------------------------------------------- /Library/metadata/05/050ca10fdacd8d34fa2d6fa775a33cec.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: GoTween 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 050ca10fdacd8d34fa2d6fa775a33cec 13 | path: Assets/Plugins/GoKit/GoTween.cs 14 | localIdentifier: 11500000 15 | thumbnailClassID: 115 16 | flags: 0 17 | scriptClassName: GoTween 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1035 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______B -------------------------------------------------------------------------------- /Library/metadata/06/069a388c15e322347835a4669795a0c9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/06/069a388c15e322347835a4669795a0c9 -------------------------------------------------------------------------------- /Library/metadata/06/069a388c15e322347835a4669795a0c9.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: Item 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 069a388c15e322347835a4669795a0c9 13 | path: Assets/Scripts/Item.cs 14 | localIdentifier: 11500000 15 | thumbnailClassID: 115 16 | flags: 0 17 | scriptClassName: Item 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1035 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______3 -------------------------------------------------------------------------------- /Library/metadata/06/06d1e7d9b36ea4b9fb70c40298d959ec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/06/06d1e7d9b36ea4b9fb70c40298d959ec -------------------------------------------------------------------------------- /Library/metadata/06/06d1e7d9b36ea4b9fb70c40298d959ec.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/06/06d1e7d9b36ea4b9fb70c40298d959ec.info -------------------------------------------------------------------------------- /Library/metadata/07/0789c8c43d64ba14c971b8e2acd0e823: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/07/0789c8c43d64ba14c971b8e2acd0e823 -------------------------------------------------------------------------------- /Library/metadata/07/0789c8c43d64ba14c971b8e2acd0e823.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: GoUpdateType 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 0789c8c43d64ba14c971b8e2acd0e823 13 | path: Assets/Plugins/GoKit/enums/GoUpdateType.cs 14 | localIdentifier: 11500000 15 | thumbnailClassID: 115 16 | flags: 0 17 | scriptClassName: GoUpdateType 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1035 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______W -------------------------------------------------------------------------------- /Library/metadata/08/084dc3068ce5cca4cbd3f3e2930061a4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/08/084dc3068ce5cca4cbd3f3e2930061a4 -------------------------------------------------------------------------------- /Library/metadata/08/084dc3068ce5cca4cbd3f3e2930061a4.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: GoTweenState 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 084dc3068ce5cca4cbd3f3e2930061a4 13 | path: Assets/Plugins/GoKit/enums/GoTweenState.cs 14 | localIdentifier: 11500000 15 | thumbnailClassID: 115 16 | flags: 0 17 | scriptClassName: GoTweenState 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1035 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______W -------------------------------------------------------------------------------- /Library/metadata/08/08691283d482e4054b037fc5d4030e48: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/08/08691283d482e4054b037fc5d4030e48 -------------------------------------------------------------------------------- /Library/metadata/08/08691283d482e4054b037fc5d4030e48.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: GoLookAtType 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 08691283d482e4054b037fc5d4030e48 13 | path: Assets/Plugins/GoKit/enums/GoLookAtType.cs 14 | localIdentifier: 11500000 15 | thumbnailClassID: 115 16 | flags: 0 17 | scriptClassName: GoLookAtType 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1035 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______W -------------------------------------------------------------------------------- /Library/metadata/09/096cc102d1d064b3f9e0e1e6e232abe3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/09/096cc102d1d064b3f9e0e1e6e232abe3 -------------------------------------------------------------------------------- /Library/metadata/09/096cc102d1d064b3f9e0e1e6e232abe3.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: Resources 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 096cc102d1d064b3f9e0e1e6e232abe3 13 | path: Assets/Resources 14 | localIdentifier: 102900000 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1030 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______0 -------------------------------------------------------------------------------- /Library/metadata/09/098d0b0599d2b4fcc8c8f24379e8bf90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/09/098d0b0599d2b4fcc8c8f24379e8bf90 -------------------------------------------------------------------------------- /Library/metadata/0a/0a0a785c2af9634429e7385e2a13641f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/0a/0a0a785c2af9634429e7385e2a13641f -------------------------------------------------------------------------------- /Library/metadata/0a/0a0a785c2af9634429e7385e2a13641f.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: Globals 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 0a0a785c2af9634429e7385e2a13641f 13 | path: Assets/Scripts/Globals.cs 14 | localIdentifier: 11500000 15 | thumbnailClassID: 115 16 | flags: 0 17 | scriptClassName: Globals 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1035 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______< -------------------------------------------------------------------------------- /Library/metadata/0a/0af1903d3a300224581a046ddd052bfd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/0a/0af1903d3a300224581a046ddd052bfd -------------------------------------------------------------------------------- /Library/metadata/0a/0af1903d3a300224581a046ddd052bfd.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/0a/0af1903d3a300224581a046ddd052bfd.info -------------------------------------------------------------------------------- /Library/metadata/0b/0bb3e665eb0258f4a969d56839473091: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/0b/0bb3e665eb0258f4a969d56839473091 -------------------------------------------------------------------------------- /Library/metadata/0b/0bb3e665eb0258f4a969d56839473091.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/0b/0bb3e665eb0258f4a969d56839473091.info -------------------------------------------------------------------------------- /Library/metadata/0b/0bf2fb33fe8d04ad2a177ab6038c1965: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/0b/0bf2fb33fe8d04ad2a177ab6038c1965 -------------------------------------------------------------------------------- /Library/metadata/0b/0bf2fb33fe8d04ad2a177ab6038c1965.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/0b/0bf2fb33fe8d04ad2a177ab6038c1965.info -------------------------------------------------------------------------------- /Library/metadata/0c/0c1ff9b1418d644729aa17ee5b7aa298: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/0c/0c1ff9b1418d644729aa17ee5b7aa298 -------------------------------------------------------------------------------- /Library/metadata/0c/0c1ff9b1418d644729aa17ee5b7aa298.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/0c/0c1ff9b1418d644729aa17ee5b7aa298.info -------------------------------------------------------------------------------- /Library/metadata/0c/0ccd327e369c14fac909ab0b6d1d0da5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/0c/0ccd327e369c14fac909ab0b6d1d0da5 -------------------------------------------------------------------------------- /Library/metadata/0c/0ccd327e369c14fac909ab0b6d1d0da5.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/0c/0ccd327e369c14fac909ab0b6d1d0da5.info -------------------------------------------------------------------------------- /Library/metadata/0d/0d3bb855445e36e479c85976fc88383a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/0d/0d3bb855445e36e479c85976fc88383a -------------------------------------------------------------------------------- /Library/metadata/0d/0d3bb855445e36e479c85976fc88383a.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: libAudioPluginOculusSpatializer 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 0d3bb855445e36e479c85976fc88383a 13 | path: 14 | localIdentifier: -1121539586 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1050 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______8 -------------------------------------------------------------------------------- /Library/metadata/0e/0e0733dba3b112346ba292f8c84d9331: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/0e/0e0733dba3b112346ba292f8c84d9331 -------------------------------------------------------------------------------- /Library/metadata/11/110c83c73e3544e7785938ec38e5361e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/11/110c83c73e3544e7785938ec38e5361e -------------------------------------------------------------------------------- /Library/metadata/11/110c83c73e3544e7785938ec38e5361e.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: GoTweenConfig 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 110c83c73e3544e7785938ec38e5361e 13 | path: Assets/Plugins/GoKit/GoTweenConfig.cs 14 | localIdentifier: 11500000 15 | thumbnailClassID: 115 16 | flags: 0 17 | scriptClassName: GoTweenConfig 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1035 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______T -------------------------------------------------------------------------------- /Library/metadata/12/12fd8a0055b84bb59e84c9835a37e333: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/12/12fd8a0055b84bb59e84c9835a37e333 -------------------------------------------------------------------------------- /Library/metadata/15/15da467c3d7b84a76b77d43f3ced288d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/15/15da467c3d7b84a76b77d43f3ced288d -------------------------------------------------------------------------------- /Library/metadata/15/15da467c3d7b84a76b77d43f3ced288d.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: abstracts 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 15da467c3d7b84a76b77d43f3ced288d 13 | path: Assets/Plugins/GoKit/properties/abstracts 14 | localIdentifier: 102900000 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1030 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______I -------------------------------------------------------------------------------- /Library/metadata/16/16305ae2802796541a5717406290f32c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/16/16305ae2802796541a5717406290f32c -------------------------------------------------------------------------------- /Library/metadata/16/16305ae2802796541a5717406290f32c.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/16/16305ae2802796541a5717406290f32c.info -------------------------------------------------------------------------------- /Library/metadata/17/178a095287feb40b3b2fb42327529cf3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/17/178a095287feb40b3b2fb42327529cf3 -------------------------------------------------------------------------------- /Library/metadata/18/18760fde1a3514d4281ad3d377ed67d1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/18/18760fde1a3514d4281ad3d377ed67d1 -------------------------------------------------------------------------------- /Library/metadata/1b/1b7f811e7d59a41bf99d08c646d1725b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/1b/1b7f811e7d59a41bf99d08c646d1725b -------------------------------------------------------------------------------- /Library/metadata/1c/1c18fa566aafd4b188781478e8e0f169: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/1c/1c18fa566aafd4b188781478e8e0f169 -------------------------------------------------------------------------------- /Library/metadata/1c/1c18fa566aafd4b188781478e8e0f169.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: debugLevel 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 1c18fa566aafd4b188781478e8e0f169 13 | path: Assets/Resources/debugLevel.txt 14 | localIdentifier: 4900000 15 | thumbnailClassID: 49 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1031 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______< -------------------------------------------------------------------------------- /Library/metadata/1c/1c2b8ae387eb1454bb71ea028723553b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/1c/1c2b8ae387eb1454bb71ea028723553b -------------------------------------------------------------------------------- /Library/metadata/1c/1c2b8ae387eb1454bb71ea028723553b.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: Utilities 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 1c2b8ae387eb1454bb71ea028723553b 13 | path: Assets/Scripts/Utilities.cs 14 | localIdentifier: 11500000 15 | thumbnailClassID: 115 16 | flags: 0 17 | scriptClassName: Utilities 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1035 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______B -------------------------------------------------------------------------------- /Library/metadata/1c/1c6d1fbb51834b64847b1b73a75bfc77: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/1c/1c6d1fbb51834b64847b1b73a75bfc77 -------------------------------------------------------------------------------- /Library/metadata/1e/1e4e4541e602d4fbcba6aa19d256cf94: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/1e/1e4e4541e602d4fbcba6aa19d256cf94 -------------------------------------------------------------------------------- /Library/metadata/1e/1e4e4541e602d4fbcba6aa19d256cf94.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/1e/1e4e4541e602d4fbcba6aa19d256cf94.info -------------------------------------------------------------------------------- /Library/metadata/20/20e87f55d3f5f4466898a90aa6bf50a3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/20/20e87f55d3f5f4466898a90aa6bf50a3 -------------------------------------------------------------------------------- /Library/metadata/20/20e87f55d3f5f4466898a90aa6bf50a3.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/20/20e87f55d3f5f4466898a90aa6bf50a3.info -------------------------------------------------------------------------------- /Library/metadata/21/21e55e5f9ed3e437ba9c943917440083: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/21/21e55e5f9ed3e437ba9c943917440083 -------------------------------------------------------------------------------- /Library/metadata/21/21eff446d50eaf44a85985cd4c0b6fa1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/21/21eff446d50eaf44a85985cd4c0b6fa1 -------------------------------------------------------------------------------- /Library/metadata/21/21eff446d50eaf44a85985cd4c0b6fa1.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: OVRPlugin 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 21eff446d50eaf44a85985cd4c0b6fa1 13 | path: 14 | localIdentifier: -1121539586 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1050 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______" -------------------------------------------------------------------------------- /Library/metadata/21/21ffa6d37448541bead4c009180436bd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/21/21ffa6d37448541bead4c009180436bd -------------------------------------------------------------------------------- /Library/metadata/22/2250e22ed9a414a179b7b3638688ea43: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/22/2250e22ed9a414a179b7b3638688ea43 -------------------------------------------------------------------------------- /Library/metadata/22/2250e22ed9a414a179b7b3638688ea43.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: GameManager 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 2250e22ed9a414a179b7b3638688ea43 13 | path: Assets/Scripts/GameManager.cs 14 | localIdentifier: 11500000 15 | thumbnailClassID: 115 16 | flags: 0 17 | scriptClassName: GameManager 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1035 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______H -------------------------------------------------------------------------------- /Library/metadata/22/22a05f02b0d2d4c579d00c2db33555b1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/22/22a05f02b0d2d4c579d00c2db33555b1 -------------------------------------------------------------------------------- /Library/metadata/22/22a05f02b0d2d4c579d00c2db33555b1.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/22/22a05f02b0d2d4c579d00c2db33555b1.info -------------------------------------------------------------------------------- /Library/metadata/22/22fa7348231ae4d6fb640c32423e6538: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/22/22fa7348231ae4d6fb640c32423e6538 -------------------------------------------------------------------------------- /Library/metadata/22/22fa7348231ae4d6fb640c32423e6538.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: genericTypes 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 22fa7348231ae4d6fb640c32423e6538 13 | path: Assets/Plugins/GoKit/properties/genericTypes 14 | localIdentifier: 102900000 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1030 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______O -------------------------------------------------------------------------------- /Library/metadata/23/239e347bacde848bea73f580716b4f06: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/23/239e347bacde848bea73f580716b4f06 -------------------------------------------------------------------------------- /Library/metadata/23/239e347bacde848bea73f580716b4f06.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: GoKit 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 239e347bacde848bea73f580716b4f06 13 | path: Assets/Plugins/GoKit 14 | localIdentifier: 102900000 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1030 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______0 -------------------------------------------------------------------------------- /Library/metadata/23/23cf2e925853c431eb1b5293958185fd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/23/23cf2e925853c431eb1b5293958185fd -------------------------------------------------------------------------------- /Library/metadata/23/23cf2e925853c431eb1b5293958185fd.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/23/23cf2e925853c431eb1b5293958185fd.info -------------------------------------------------------------------------------- /Library/metadata/25/25af92ea012eb4667a9c36cc4a72a725: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/25/25af92ea012eb4667a9c36cc4a72a725 -------------------------------------------------------------------------------- /Library/metadata/25/25af92ea012eb4667a9c36cc4a72a725.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: GoDummyPath 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 25af92ea012eb4667a9c36cc4a72a725 13 | path: Assets/Plugins/GoKit/GoDummyPath.cs 14 | localIdentifier: 11500000 15 | thumbnailClassID: 115 16 | flags: 0 17 | scriptClassName: GoDummyPath 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1035 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______N -------------------------------------------------------------------------------- /Library/metadata/26/265ae44c36dec447389a65c10eb7c75c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/26/265ae44c36dec447389a65c10eb7c75c -------------------------------------------------------------------------------- /Library/metadata/26/265ae44c36dec447389a65c10eb7c75c.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/26/265ae44c36dec447389a65c10eb7c75c.info -------------------------------------------------------------------------------- /Library/metadata/26/2682a692a2be7e14e901a738c7806da0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/26/2682a692a2be7e14e901a738c7806da0 -------------------------------------------------------------------------------- /Library/metadata/26/2682a692a2be7e14e901a738c7806da0.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: AudioPluginOculusSpatializer 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 2682a692a2be7e14e901a738c7806da0 13 | path: 14 | localIdentifier: -1121539586 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1050 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______5 -------------------------------------------------------------------------------- /Library/metadata/26/26ecf98b31f464c3eab865287ed4f9b2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/26/26ecf98b31f464c3eab865287ed4f9b2 -------------------------------------------------------------------------------- /Library/metadata/2a/2a93c9df7ed91fe4a82bbf8e37bc6a00: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/2a/2a93c9df7ed91fe4a82bbf8e37bc6a00 -------------------------------------------------------------------------------- /Library/metadata/2a/2a93c9df7ed91fe4a82bbf8e37bc6a00.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: SwipeDetector 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 2a93c9df7ed91fe4a82bbf8e37bc6a00 13 | path: Assets/Scripts/SwipeDetector.cs 14 | localIdentifier: 11500000 15 | thumbnailClassID: 115 16 | flags: 0 17 | scriptClassName: SwipeDetector 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1035 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______N -------------------------------------------------------------------------------- /Library/metadata/2c/2c183f70ddaf54b6caa706e2d7a15837: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/2c/2c183f70ddaf54b6caa706e2d7a15837 -------------------------------------------------------------------------------- /Library/metadata/2d/2da25ecf4cfebc448a3fbf27b5d332ae: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/2d/2da25ecf4cfebc448a3fbf27b5d332ae -------------------------------------------------------------------------------- /Library/metadata/2d/2da25ecf4cfebc448a3fbf27b5d332ae.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: extensions 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 2da25ecf4cfebc448a3fbf27b5d332ae 13 | path: Assets/Plugins/GoKit/extensions 14 | localIdentifier: 102900000 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1030 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______@ -------------------------------------------------------------------------------- /Library/metadata/2d/2dfe74c05fbc99f41a3fefcee0b3cb99: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/2d/2dfe74c05fbc99f41a3fefcee0b3cb99 -------------------------------------------------------------------------------- /Library/metadata/2d/2dfe74c05fbc99f41a3fefcee0b3cb99.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: enums 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 2dfe74c05fbc99f41a3fefcee0b3cb99 13 | path: Assets/Plugins/GoKit/enums 14 | localIdentifier: 102900000 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1030 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______6 -------------------------------------------------------------------------------- /Library/metadata/2f/2fe3476eabbbb6c448e6b55a2cc471f5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/2f/2fe3476eabbbb6c448e6b55a2cc471f5 -------------------------------------------------------------------------------- /Library/metadata/2f/2fe3476eabbbb6c448e6b55a2cc471f5.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: AudioPluginMsHRTF 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 2fe3476eabbbb6c448e6b55a2cc471f5 13 | path: 14 | localIdentifier: -1121539586 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1050 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______* -------------------------------------------------------------------------------- /Library/metadata/30/307433eba81a469ab1e2084d52d1a5a2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/30/307433eba81a469ab1e2084d52d1a5a2 -------------------------------------------------------------------------------- /Library/metadata/30/307433eba81a469ab1e2084d52d1a5a2.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: UnityEngine.VR 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 307433eba81a469ab1e2084d52d1a5a2 13 | path: 14 | localIdentifier: -1121539586 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1050 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______' -------------------------------------------------------------------------------- /Library/metadata/31/31797a4f425d143babbdfd3ab73f8189: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/31/31797a4f425d143babbdfd3ab73f8189 -------------------------------------------------------------------------------- /Library/metadata/31/31797a4f425d143babbdfd3ab73f8189.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/31/31797a4f425d143babbdfd3ab73f8189.info -------------------------------------------------------------------------------- /Library/metadata/32/32188fd89022c154c81befa2f0e00be0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/32/32188fd89022c154c81befa2f0e00be0 -------------------------------------------------------------------------------- /Library/metadata/32/32188fd89022c154c81befa2f0e00be0.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: AudioPluginOculusSpatializer.bundle 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 32188fd89022c154c81befa2f0e00be0 13 | path: 14 | localIdentifier: -1121539586 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1050 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______< -------------------------------------------------------------------------------- /Library/metadata/32/321c53c9855e41b4faedb29857152816: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/32/321c53c9855e41b4faedb29857152816 -------------------------------------------------------------------------------- /Library/metadata/32/321c53c9855e41b4faedb29857152816.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/32/321c53c9855e41b4faedb29857152816.info -------------------------------------------------------------------------------- /Library/metadata/32/32736ae449a3aca408226819782b2e44: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/32/32736ae449a3aca408226819782b2e44 -------------------------------------------------------------------------------- /Library/metadata/32/32736ae449a3aca408226819782b2e44.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/32/32736ae449a3aca408226819782b2e44.info -------------------------------------------------------------------------------- /Library/metadata/32/328cc881519068e4eb7db4bb907ad2d9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/32/328cc881519068e4eb7db4bb907ad2d9 -------------------------------------------------------------------------------- /Library/metadata/32/328cc881519068e4eb7db4bb907ad2d9.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: openvr_api 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 328cc881519068e4eb7db4bb907ad2d9 13 | path: 14 | localIdentifier: -1121539586 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1050 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______# -------------------------------------------------------------------------------- /Library/metadata/34/349199fc5daaa5f4683946a37d08cf83: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/34/349199fc5daaa5f4683946a37d08cf83 -------------------------------------------------------------------------------- /Library/metadata/35/35c88700df4d9439c919ed10ed613f0d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/35/35c88700df4d9439c919ed10ed613f0d -------------------------------------------------------------------------------- /Library/metadata/35/35c88700df4d9439c919ed10ed613f0d.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: Scripts 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 35c88700df4d9439c919ed10ed613f0d 13 | path: Assets/Scripts 14 | localIdentifier: 102900000 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1030 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______, -------------------------------------------------------------------------------- /Library/metadata/37/3732ecc55de062542a54d6076e727cff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/37/3732ecc55de062542a54d6076e727cff -------------------------------------------------------------------------------- /Library/metadata/37/37920abe3cedea14189b29dd9e01e9f5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/37/37920abe3cedea14189b29dd9e01e9f5 -------------------------------------------------------------------------------- /Library/metadata/37/37920abe3cedea14189b29dd9e01e9f5.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: GoEaseBounce 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 37920abe3cedea14189b29dd9e01e9f5 13 | path: Assets/Plugins/GoKit/easing/GoEaseBounce.cs 14 | localIdentifier: 11500000 15 | thumbnailClassID: 115 16 | flags: 0 17 | scriptClassName: GoEaseBounce 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1035 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______X -------------------------------------------------------------------------------- /Library/metadata/38/38c8faf1788024c02930a0c68a6e0edc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/38/38c8faf1788024c02930a0c68a6e0edc -------------------------------------------------------------------------------- /Library/metadata/38/38c8faf1788024c02930a0c68a6e0edc.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: gvr 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 38c8faf1788024c02930a0c68a6e0edc 13 | path: 14 | localIdentifier: -1121539586 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1050 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______ -------------------------------------------------------------------------------- /Library/metadata/3b/3b24cf23dec3f4db7869ebfde6112be9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/3b/3b24cf23dec3f4db7869ebfde6112be9 -------------------------------------------------------------------------------- /Library/metadata/3b/3b24cf23dec3f4db7869ebfde6112be9.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: GoSplineType 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 3b24cf23dec3f4db7869ebfde6112be9 13 | path: Assets/Plugins/GoKit/enums/GoSplineType.cs 14 | localIdentifier: 11500000 15 | thumbnailClassID: 115 16 | flags: 0 17 | scriptClassName: GoSplineType 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1035 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______W -------------------------------------------------------------------------------- /Library/metadata/3c/3c9f58caa7cd847519c748a7132b4e9c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/3c/3c9f58caa7cd847519c748a7132b4e9c -------------------------------------------------------------------------------- /Library/metadata/3c/3c9f58caa7cd847519c748a7132b4e9c.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/3c/3c9f58caa7cd847519c748a7132b4e9c.info -------------------------------------------------------------------------------- /Library/metadata/3d/3de7a70ef2b834fc6adefc4d9e016340: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/3d/3de7a70ef2b834fc6adefc4d9e016340 -------------------------------------------------------------------------------- /Library/metadata/3d/3de7a70ef2b834fc6adefc4d9e016340.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/3d/3de7a70ef2b834fc6adefc4d9e016340.info -------------------------------------------------------------------------------- /Library/metadata/3f/3fa7cf351a09049a6a2a03ff4c64a975: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/3f/3fa7cf351a09049a6a2a03ff4c64a975 -------------------------------------------------------------------------------- /Library/metadata/3f/3fa7cf351a09049a6a2a03ff4c64a975.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/3f/3fa7cf351a09049a6a2a03ff4c64a975.info -------------------------------------------------------------------------------- /Library/metadata/40/4056c2d5cca719e43955ee4dde5094c7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/40/4056c2d5cca719e43955ee4dde5094c7 -------------------------------------------------------------------------------- /Library/metadata/40/4056c2d5cca719e43955ee4dde5094c7.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: Sprites 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 4056c2d5cca719e43955ee4dde5094c7 13 | path: Assets/Sprites 14 | localIdentifier: 102900000 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1030 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______, -------------------------------------------------------------------------------- /Library/metadata/40/405b9b51bb344a128608d968297df79c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/40/405b9b51bb344a128608d968297df79c -------------------------------------------------------------------------------- /Library/metadata/40/405b9b51bb344a128608d968297df79c.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: nunit.framework 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 405b9b51bb344a128608d968297df79c 13 | path: 14 | localIdentifier: -1121539586 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1050 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______( -------------------------------------------------------------------------------- /Library/metadata/41/4113173d5e95493ab8765d7b08371de4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/41/4113173d5e95493ab8765d7b08371de4 -------------------------------------------------------------------------------- /Library/metadata/41/41455f1eed57640ca8699005b2a83d6f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/41/41455f1eed57640ca8699005b2a83d6f -------------------------------------------------------------------------------- /Library/metadata/41/41455f1eed57640ca8699005b2a83d6f.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: easing 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 41455f1eed57640ca8699005b2a83d6f 13 | path: Assets/Plugins/GoKit/easing 14 | localIdentifier: 102900000 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1030 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______8 -------------------------------------------------------------------------------- /Library/metadata/45/45b89b0e7a05747469eb2f3c70875e0e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/45/45b89b0e7a05747469eb2f3c70875e0e -------------------------------------------------------------------------------- /Library/metadata/46/46267d2fc859b473988c3e4302705320: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/46/46267d2fc859b473988c3e4302705320 -------------------------------------------------------------------------------- /Library/metadata/46/46267d2fc859b473988c3e4302705320.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: Scenes 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 46267d2fc859b473988c3e4302705320 13 | path: Assets/Scenes 14 | localIdentifier: 102900000 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1030 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______* -------------------------------------------------------------------------------- /Library/metadata/47/474c1029fc1d848998185b77129ed5c0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/47/474c1029fc1d848998185b77129ed5c0 -------------------------------------------------------------------------------- /Library/metadata/47/474c1029fc1d848998185b77129ed5c0.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/47/474c1029fc1d848998185b77129ed5c0.info -------------------------------------------------------------------------------- /Library/metadata/47/479e8e89783c1424288289e4064b466c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/47/479e8e89783c1424288289e4064b466c -------------------------------------------------------------------------------- /Library/metadata/47/479e8e89783c1424288289e4064b466c.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: GoTweenFlow 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 479e8e89783c1424288289e4064b466c 13 | path: Assets/Plugins/GoKit/GoTweenFlow.cs 14 | localIdentifier: 11500000 15 | thumbnailClassID: 115 16 | flags: 0 17 | scriptClassName: GoTweenFlow 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1035 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______N -------------------------------------------------------------------------------- /Library/metadata/49/49f5766d0d4954f44b85d4bbd7131677: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/49/49f5766d0d4954f44b85d4bbd7131677 -------------------------------------------------------------------------------- /Library/metadata/49/49f5766d0d4954f44b85d4bbd7131677.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: AudioPluginMsHRTF 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 49f5766d0d4954f44b85d4bbd7131677 13 | path: 14 | localIdentifier: -1121539586 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1050 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______* -------------------------------------------------------------------------------- /Library/metadata/4b/4b3fa4bde7f1451a8218c03ee6a8ded8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/4b/4b3fa4bde7f1451a8218c03ee6a8ded8 -------------------------------------------------------------------------------- /Library/metadata/4b/4b3fa4bde7f1451a8218c03ee6a8ded8.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: nunit.framework 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 4b3fa4bde7f1451a8218c03ee6a8ded8 13 | path: 14 | localIdentifier: -1121539586 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1050 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______( -------------------------------------------------------------------------------- /Library/metadata/4b/4ba2329b63d54f0187bcaa12486b1b0f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/4b/4ba2329b63d54f0187bcaa12486b1b0f -------------------------------------------------------------------------------- /Library/metadata/4b/4ba2329b63d54f0187bcaa12486b1b0f.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: UnityEditor.VR 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 4ba2329b63d54f0187bcaa12486b1b0f 13 | path: 14 | localIdentifier: -1121539586 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1050 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______' -------------------------------------------------------------------------------- /Library/metadata/4c/4c0c4005347e76a429ce5742998bedd8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/4c/4c0c4005347e76a429ce5742998bedd8 -------------------------------------------------------------------------------- /Library/metadata/4c/4c0c4005347e76a429ce5742998bedd8.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/4c/4c0c4005347e76a429ce5742998bedd8.info -------------------------------------------------------------------------------- /Library/metadata/51/515aae2b7a550dc45b696e79df42b349: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/51/515aae2b7a550dc45b696e79df42b349 -------------------------------------------------------------------------------- /Library/metadata/51/517af1b5b81b93b43b9745d58f017562: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/51/517af1b5b81b93b43b9745d58f017562 -------------------------------------------------------------------------------- /Library/metadata/51/517af1b5b81b93b43b9745d58f017562.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: OVRPlugin 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 517af1b5b81b93b43b9745d58f017562 13 | path: 14 | localIdentifier: -1121539586 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1050 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______" -------------------------------------------------------------------------------- /Library/metadata/52/52a206b72a8f4f749c28d8b18b42dd19: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/52/52a206b72a8f4f749c28d8b18b42dd19 -------------------------------------------------------------------------------- /Library/metadata/52/52a206b72a8f4f749c28d8b18b42dd19.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: UnityEngine.Networking 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 52a206b72a8f4f749c28d8b18b42dd19 13 | path: 14 | localIdentifier: -1121539586 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1050 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______/ -------------------------------------------------------------------------------- /Library/metadata/52/52b7ee6804f9dea4f9231c7d9c8f405e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/52/52b7ee6804f9dea4f9231c7d9c8f405e -------------------------------------------------------------------------------- /Library/metadata/52/52b7ee6804f9dea4f9231c7d9c8f405e.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: GoEaseCubic 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 52b7ee6804f9dea4f9231c7d9c8f405e 13 | path: Assets/Plugins/GoKit/easing/GoEaseCubic.cs 14 | localIdentifier: 11500000 15 | thumbnailClassID: 115 16 | flags: 0 17 | scriptClassName: GoEaseCubic 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1035 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______U -------------------------------------------------------------------------------- /Library/metadata/53/53ebcfaa2e1e4e2dbc85882cd5a73fa1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/53/53ebcfaa2e1e4e2dbc85882cd5a73fa1 -------------------------------------------------------------------------------- /Library/metadata/57/5782f9e9e6e0bb94bac99aeea24814fc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/57/5782f9e9e6e0bb94bac99aeea24814fc -------------------------------------------------------------------------------- /Library/metadata/57/5782f9e9e6e0bb94bac99aeea24814fc.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: OVRPlugin.bundle 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 5782f9e9e6e0bb94bac99aeea24814fc 13 | path: 14 | localIdentifier: -1121539586 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1050 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______) -------------------------------------------------------------------------------- /Library/metadata/58/58f908c33d3606b4390f9b2e389600e0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/58/58f908c33d3606b4390f9b2e389600e0 -------------------------------------------------------------------------------- /Library/metadata/58/58f908c33d3606b4390f9b2e389600e0.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/58/58f908c33d3606b4390f9b2e389600e0.info -------------------------------------------------------------------------------- /Library/metadata/5d/5dd0e752365b4cc4a908e7ee39160024: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/5d/5dd0e752365b4cc4a908e7ee39160024 -------------------------------------------------------------------------------- /Library/metadata/5d/5dd0e752365b4cc4a908e7ee39160024.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: GameScene 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 5dd0e752365b4cc4a908e7ee39160024 13 | path: Assets/Scenes/GameScene.unity 14 | localIdentifier: 102900000 15 | thumbnailClassID: 1032 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1030 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______= -------------------------------------------------------------------------------- /Library/metadata/5e/5e82dde2bf214bf49bba7ddb98b2146b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/5e/5e82dde2bf214bf49bba7ddb98b2146b -------------------------------------------------------------------------------- /Library/metadata/5f/5f32cd94baa94578a686d4b9d6b660f7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/5f/5f32cd94baa94578a686d4b9d6b660f7 -------------------------------------------------------------------------------- /Library/metadata/60/60e79937e54c9d243b382c99d45cf8b4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/60/60e79937e54c9d243b382c99d45cf8b4 -------------------------------------------------------------------------------- /Library/metadata/60/60e79937e54c9d243b382c99d45cf8b4.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/60/60e79937e54c9d243b382c99d45cf8b4.info -------------------------------------------------------------------------------- /Library/metadata/64/642959cd8aa0e484d9db17060d52185e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/64/642959cd8aa0e484d9db17060d52185e -------------------------------------------------------------------------------- /Library/metadata/64/642959cd8aa0e484d9db17060d52185e.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: GoLoopType 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 642959cd8aa0e484d9db17060d52185e 13 | path: Assets/Plugins/GoKit/enums/GoLoopType.cs 14 | localIdentifier: 11500000 15 | thumbnailClassID: 115 16 | flags: 0 17 | scriptClassName: GoLoopType 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1035 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______Q -------------------------------------------------------------------------------- /Library/metadata/65/65b3cc120564ff247af059d300fc0318: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/65/65b3cc120564ff247af059d300fc0318 -------------------------------------------------------------------------------- /Library/metadata/66/66108d51c9952e545bfa72d0620bfd19: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/66/66108d51c9952e545bfa72d0620bfd19 -------------------------------------------------------------------------------- /Library/metadata/67/67e9dad5654047ebbe623cce9dbf7b38: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/67/67e9dad5654047ebbe623cce9dbf7b38 -------------------------------------------------------------------------------- /Library/metadata/67/67e9dad5654047ebbe623cce9dbf7b38.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: UnityEngine.Networking 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 67e9dad5654047ebbe623cce9dbf7b38 13 | path: 14 | localIdentifier: -1121539586 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1050 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______/ -------------------------------------------------------------------------------- /Library/metadata/69/6981461fe431401459211818212a29cf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/69/6981461fe431401459211818212a29cf -------------------------------------------------------------------------------- /Library/metadata/69/6981461fe431401459211818212a29cf.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: AudioPluginMsHRTF 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 6981461fe431401459211818212a29cf 13 | path: 14 | localIdentifier: -1121539586 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1050 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______* -------------------------------------------------------------------------------- /Library/metadata/6a/6aac818f2f09572459d1058778d6f5e0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/6a/6aac818f2f09572459d1058778d6f5e0 -------------------------------------------------------------------------------- /Library/metadata/6b/6b47469c3f7c5364fae0afc1d4acbffd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/6b/6b47469c3f7c5364fae0afc1d4acbffd -------------------------------------------------------------------------------- /Library/metadata/6b/6b47469c3f7c5364fae0afc1d4acbffd.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: GoEaseBack 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 6b47469c3f7c5364fae0afc1d4acbffd 13 | path: Assets/Plugins/GoKit/easing/GoEaseBack.cs 14 | localIdentifier: 11500000 15 | thumbnailClassID: 115 16 | flags: 0 17 | scriptClassName: GoEaseBack 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1035 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______R -------------------------------------------------------------------------------- /Library/metadata/6c/6cdf1e5c78d14720aaadccd4c792df96: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/6c/6cdf1e5c78d14720aaadccd4c792df96 -------------------------------------------------------------------------------- /Library/metadata/6c/6cdf1e5c78d14720aaadccd4c792df96.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: UnityEngine.VR 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 6cdf1e5c78d14720aaadccd4c792df96 13 | path: 14 | localIdentifier: -1121539586 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1050 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______' -------------------------------------------------------------------------------- /Library/metadata/71/71783669621ce05478a77bd922718751: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/71/71783669621ce05478a77bd922718751 -------------------------------------------------------------------------------- /Library/metadata/71/71783669621ce05478a77bd922718751.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/71/71783669621ce05478a77bd922718751.info -------------------------------------------------------------------------------- /Library/metadata/73/739bbd9f364b4268874f9fd86ab3beef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/73/739bbd9f364b4268874f9fd86ab3beef -------------------------------------------------------------------------------- /Library/metadata/7a/7a809338aaf5a9043a64b3061fc3b7c7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/7a/7a809338aaf5a9043a64b3061fc3b7c7 -------------------------------------------------------------------------------- /Library/metadata/7a/7a809338aaf5a9043a64b3061fc3b7c7.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: properties 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 7a809338aaf5a9043a64b3061fc3b7c7 13 | path: Assets/Plugins/GoKit/properties 14 | localIdentifier: 102900000 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1030 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______@ -------------------------------------------------------------------------------- /Library/metadata/7a/7a8ce9f27fe247e4c8b654bbee490d4b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/7a/7a8ce9f27fe247e4c8b654bbee490d4b -------------------------------------------------------------------------------- /Library/metadata/80/80a3616ca19596e4da0f10f14d241e9f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/80/80a3616ca19596e4da0f10f14d241e9f -------------------------------------------------------------------------------- /Library/metadata/80/80a3616ca19596e4da0f10f14d241e9f.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/80/80a3616ca19596e4da0f10f14d241e9f.info -------------------------------------------------------------------------------- /Library/metadata/80/80a86e483b02de44e88faeeb87b350eb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/80/80a86e483b02de44e88faeeb87b350eb -------------------------------------------------------------------------------- /Library/metadata/80/80a86e483b02de44e88faeeb87b350eb.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: Go 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 80a86e483b02de44e88faeeb87b350eb 13 | path: Assets/Plugins/GoKit/Go.cs 14 | localIdentifier: 11500000 15 | thumbnailClassID: 115 16 | flags: 0 17 | scriptClassName: Go 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1035 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______3 -------------------------------------------------------------------------------- /Library/metadata/83/8382b2bb260241859771b69b7f377a8d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/83/8382b2bb260241859771b69b7f377a8d -------------------------------------------------------------------------------- /Library/metadata/83/8382b2bb260241859771b69b7f377a8d.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: UnityEditor.Purchasing 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 8382b2bb260241859771b69b7f377a8d 13 | path: 14 | localIdentifier: -1121539586 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1050 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______/ -------------------------------------------------------------------------------- /Library/metadata/84/84ca94c19f25ae14d83aa41bb3654390: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/84/84ca94c19f25ae14d83aa41bb3654390 -------------------------------------------------------------------------------- /Library/metadata/84/84ca94c19f25ae14d83aa41bb3654390.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: AudioPluginMsHRTF 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 84ca94c19f25ae14d83aa41bb3654390 13 | path: 14 | localIdentifier: -1121539586 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1050 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______* -------------------------------------------------------------------------------- /Library/metadata/85/852e56802eb941638acbb491814497b0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/85/852e56802eb941638acbb491814497b0 -------------------------------------------------------------------------------- /Library/metadata/85/852e56802eb941638acbb491814497b0.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/85/852e56802eb941638acbb491814497b0.info -------------------------------------------------------------------------------- /Library/metadata/86/86f4de9468454445ac2f39e207fafa3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/86/86f4de9468454445ac2f39e207fafa3a -------------------------------------------------------------------------------- /Library/metadata/86/86f4de9468454445ac2f39e207fafa3a.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/86/86f4de9468454445ac2f39e207fafa3a.info -------------------------------------------------------------------------------- /Library/metadata/87/870353891bb340e2b2a9c8707e7419ba: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/87/870353891bb340e2b2a9c8707e7419ba -------------------------------------------------------------------------------- /Library/metadata/8b/8b8ae0cce70cdf047863984828503a68: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/8b/8b8ae0cce70cdf047863984828503a68 -------------------------------------------------------------------------------- /Library/metadata/8b/8b8ae0cce70cdf047863984828503a68.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/8b/8b8ae0cce70cdf047863984828503a68.info -------------------------------------------------------------------------------- /Library/metadata/8e/8e0cd8ed44d4412cbe0642067abc9e44: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/8e/8e0cd8ed44d4412cbe0642067abc9e44 -------------------------------------------------------------------------------- /Library/metadata/8e/8e0cd8ed44d4412cbe0642067abc9e44.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/8e/8e0cd8ed44d4412cbe0642067abc9e44.info -------------------------------------------------------------------------------- /Library/metadata/8e/8e7066e382b0fc749b25dbb1a3004dfe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/8e/8e7066e382b0fc749b25dbb1a3004dfe -------------------------------------------------------------------------------- /Library/metadata/8e/8e7066e382b0fc749b25dbb1a3004dfe.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: AudioPluginOculusSpatializer 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 8e7066e382b0fc749b25dbb1a3004dfe 13 | path: 14 | localIdentifier: -1121539586 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1050 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______5 -------------------------------------------------------------------------------- /Library/metadata/8f/8f0bfda79e4603047b179f9d987f4d02: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/8f/8f0bfda79e4603047b179f9d987f4d02 -------------------------------------------------------------------------------- /Library/metadata/8f/8f0bfda79e4603047b179f9d987f4d02.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/8f/8f0bfda79e4603047b179f9d987f4d02.info -------------------------------------------------------------------------------- /Library/metadata/90/9078b7128e594410d9b89e5b24cffd01: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/90/9078b7128e594410d9b89e5b24cffd01 -------------------------------------------------------------------------------- /Library/metadata/90/9078b7128e594410d9b89e5b24cffd01.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: libopenvr_api 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 9078b7128e594410d9b89e5b24cffd01 13 | path: 14 | localIdentifier: -1121539586 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1050 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______& -------------------------------------------------------------------------------- /Library/metadata/91/91ac52005fb8f064ea816ae4faeeefb3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/91/91ac52005fb8f064ea816ae4faeeefb3 -------------------------------------------------------------------------------- /Library/metadata/91/91ac52005fb8f064ea816ae4faeeefb3.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: specificTypes 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 91ac52005fb8f064ea816ae4faeeefb3 13 | path: Assets/Plugins/GoKit/properties/specificTypes 14 | localIdentifier: 102900000 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1030 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______Q -------------------------------------------------------------------------------- /Library/metadata/95/952af71adea0afc4a8beac2c84f70c48: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/95/952af71adea0afc4a8beac2c84f70c48 -------------------------------------------------------------------------------- /Library/metadata/97/978ba4ce64208944888ada6e99d23645: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/97/978ba4ce64208944888ada6e99d23645 -------------------------------------------------------------------------------- /Library/metadata/97/978ba4ce64208944888ada6e99d23645.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/97/978ba4ce64208944888ada6e99d23645.info -------------------------------------------------------------------------------- /Library/metadata/97/97decbdab0634cdd991f8d23ddf0dead: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/97/97decbdab0634cdd991f8d23ddf0dead -------------------------------------------------------------------------------- /Library/metadata/97/97decbdab0634cdd991f8d23ddf0dead.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: UnityEditor.Advertisements 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 97decbdab0634cdd991f8d23ddf0dead 13 | path: 14 | localIdentifier: -1121539586 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1050 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______3 -------------------------------------------------------------------------------- /Library/metadata/98/98aa22ed5a16cfd46829c119ae44d926: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/98/98aa22ed5a16cfd46829c119ae44d926 -------------------------------------------------------------------------------- /Library/metadata/a7/a71c27a4c5df53d468a6ea3fe7ff5323: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/a7/a71c27a4c5df53d468a6ea3fe7ff5323 -------------------------------------------------------------------------------- /Library/metadata/a7/a71c27a4c5df53d468a6ea3fe7ff5323.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: GoShakeType 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: a71c27a4c5df53d468a6ea3fe7ff5323 13 | path: Assets/Plugins/GoKit/enums/GoShakeType.cs 14 | localIdentifier: 11500000 15 | thumbnailClassID: 115 16 | flags: 0 17 | scriptClassName: GoShakeType 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1035 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______T -------------------------------------------------------------------------------- /Library/metadata/a7/a7b59784b4a7a1b4cbbf0801991b59f8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/a7/a7b59784b4a7a1b4cbbf0801991b59f8 -------------------------------------------------------------------------------- /Library/metadata/a7/a7b59784b4a7a1b4cbbf0801991b59f8.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/a7/a7b59784b4a7a1b4cbbf0801991b59f8.info -------------------------------------------------------------------------------- /Library/metadata/a9/a97b7f2bc4b8f034da510798057cd4bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/a9/a97b7f2bc4b8f034da510798057cd4bb -------------------------------------------------------------------------------- /Library/metadata/a9/a97b7f2bc4b8f034da510798057cd4bb.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: GoEaseLinear 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: a97b7f2bc4b8f034da510798057cd4bb 13 | path: Assets/Plugins/GoKit/easing/GoEaseLinear.cs 14 | localIdentifier: 11500000 15 | thumbnailClassID: 115 16 | flags: 0 17 | scriptClassName: GoEaseLinear 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1035 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______X -------------------------------------------------------------------------------- /Library/metadata/ad/adebbd281f1a4ef3a30be7f21937e02f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/ad/adebbd281f1a4ef3a30be7f21937e02f -------------------------------------------------------------------------------- /Library/metadata/ad/adebbd281f1a4ef3a30be7f21937e02f.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/ad/adebbd281f1a4ef3a30be7f21937e02f.info -------------------------------------------------------------------------------- /Library/metadata/af/af19ee55d68cdb24b878de85474883bc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/af/af19ee55d68cdb24b878de85474883bc -------------------------------------------------------------------------------- /Library/metadata/af/af19ee55d68cdb24b878de85474883bc.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: ItemArray 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: af19ee55d68cdb24b878de85474883bc 13 | path: Assets/Scripts/ItemArray.cs 14 | localIdentifier: 11500000 15 | thumbnailClassID: 115 16 | flags: 0 17 | scriptClassName: ItemArray 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1035 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______B -------------------------------------------------------------------------------- /Library/metadata/b2/b2b693dffac3a4433b3114fea0b7fd4e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/b2/b2b693dffac3a4433b3114fea0b7fd4e -------------------------------------------------------------------------------- /Library/metadata/b2/b2b693dffac3a4433b3114fea0b7fd4e.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: libprotobuf-java-nano 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: b2b693dffac3a4433b3114fea0b7fd4e 13 | path: 14 | localIdentifier: -1121539586 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1050 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______. -------------------------------------------------------------------------------- /Library/metadata/b2/b2bead50dbf86924f8e51f03ddbebf70: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/b2/b2bead50dbf86924f8e51f03ddbebf70 -------------------------------------------------------------------------------- /Library/metadata/b2/b2bead50dbf86924f8e51f03ddbebf70.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: OVRPlugin 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: b2bead50dbf86924f8e51f03ddbebf70 13 | path: 14 | localIdentifier: -1121539586 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1050 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______" -------------------------------------------------------------------------------- /Library/metadata/ba/ba14f2d826b0b7141b11e996beb7305d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/ba/ba14f2d826b0b7141b11e996beb7305d -------------------------------------------------------------------------------- /Library/metadata/ba/ba14f2d826b0b7141b11e996beb7305d.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/ba/ba14f2d826b0b7141b11e996beb7305d.info -------------------------------------------------------------------------------- /Library/metadata/c0/c0ca6f419ad58134fbc6eedb035e0179: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/c0/c0ca6f419ad58134fbc6eedb035e0179 -------------------------------------------------------------------------------- /Library/metadata/c0/c0ca6f419ad58134fbc6eedb035e0179.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/c0/c0ca6f419ad58134fbc6eedb035e0179.info -------------------------------------------------------------------------------- /Library/metadata/c4/c4f64f0dac89f3c4daa0bafec9744ae5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/c4/c4f64f0dac89f3c4daa0bafec9744ae5 -------------------------------------------------------------------------------- /Library/metadata/c4/c4f64f0dac89f3c4daa0bafec9744ae5.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: smoothing 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: c4f64f0dac89f3c4daa0bafec9744ae5 13 | path: Assets/Plugins/GoKit/properties/smoothing 14 | localIdentifier: 102900000 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1030 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______I -------------------------------------------------------------------------------- /Library/metadata/c8/c8756da12366b7048b50ee076b7d1bbb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/c8/c8756da12366b7048b50ee076b7d1bbb -------------------------------------------------------------------------------- /Library/metadata/cc/cc946ef86d0e63a44be6936fdfa549a7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/cc/cc946ef86d0e63a44be6936fdfa549a7 -------------------------------------------------------------------------------- /Library/metadata/d0/d05b96cee66e14240838de167097537a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/d0/d05b96cee66e14240838de167097537a -------------------------------------------------------------------------------- /Library/metadata/d0/d05b96cee66e14240838de167097537a.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: AudioPluginMsHRTF 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: d05b96cee66e14240838de167097537a 13 | path: 14 | localIdentifier: -1121539586 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1050 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______* -------------------------------------------------------------------------------- /Library/metadata/d1/d13fe50875aa16d41b80e2d50ee340ec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/d1/d13fe50875aa16d41b80e2d50ee340ec -------------------------------------------------------------------------------- /Library/metadata/d1/d13fe50875aa16d41b80e2d50ee340ec.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: GoEaseType 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: d13fe50875aa16d41b80e2d50ee340ec 13 | path: Assets/Plugins/GoKit/enums/GoEaseType.cs 14 | localIdentifier: 11500000 15 | thumbnailClassID: 115 16 | flags: 0 17 | scriptClassName: GoEaseType 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1035 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______Q -------------------------------------------------------------------------------- /Library/metadata/d1/d14b36f69da485343aa8115fb85c365e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/d1/d14b36f69da485343aa8115fb85c365e -------------------------------------------------------------------------------- /Library/metadata/d1/d14b36f69da485343aa8115fb85c365e.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/d1/d14b36f69da485343aa8115fb85c365e.info -------------------------------------------------------------------------------- /Library/metadata/d2/d23b22022c19d9640af7e7f948d73b87: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/d2/d23b22022c19d9640af7e7f948d73b87 -------------------------------------------------------------------------------- /Library/metadata/d2/d23b22022c19d9640af7e7f948d73b87.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/d2/d23b22022c19d9640af7e7f948d73b87.info -------------------------------------------------------------------------------- /Library/metadata/d3/d3eb2dc88cc630b4ca4eeff5b1edd43c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/d3/d3eb2dc88cc630b4ca4eeff5b1edd43c -------------------------------------------------------------------------------- /Library/metadata/d9/d91035c548f23744c9bfb107348ed1c0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/d9/d91035c548f23744c9bfb107348ed1c0 -------------------------------------------------------------------------------- /Library/metadata/d9/d91035c548f23744c9bfb107348ed1c0.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: openvr_api 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: d91035c548f23744c9bfb107348ed1c0 13 | path: 14 | localIdentifier: -1121539586 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1050 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______# -------------------------------------------------------------------------------- /Library/metadata/da/da78363d437bf0e4eadfdd6abb840b2e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/da/da78363d437bf0e4eadfdd6abb840b2e -------------------------------------------------------------------------------- /Library/metadata/da/da78363d437bf0e4eadfdd6abb840b2e.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: Prefabs 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: da78363d437bf0e4eadfdd6abb840b2e 13 | path: Assets/Prefabs 14 | localIdentifier: 102900000 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1030 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______, -------------------------------------------------------------------------------- /Library/metadata/da/dac92aaba858d034eab1c42bdbfc1bcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/da/dac92aaba858d034eab1c42bdbfc1bcf -------------------------------------------------------------------------------- /Library/metadata/da/dac92aaba858d034eab1c42bdbfc1bcf.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: base 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: dac92aaba858d034eab1c42bdbfc1bcf 13 | path: Assets/Plugins/GoKit/base 14 | localIdentifier: 102900000 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1030 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______4 -------------------------------------------------------------------------------- /Library/metadata/dc/dc443db3e92b4983b9738c1131f555cb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/dc/dc443db3e92b4983b9738c1131f555cb -------------------------------------------------------------------------------- /Library/metadata/e1/e1007cd261c84053beb0c3537782908d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/e1/e1007cd261c84053beb0c3537782908d -------------------------------------------------------------------------------- /Library/metadata/e1/e1007cd261c84053beb0c3537782908d.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: unitygvr 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: e1007cd261c84053beb0c3537782908d 13 | path: 14 | localIdentifier: -1121539586 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1050 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______! -------------------------------------------------------------------------------- /Library/metadata/e5/e5fc147a9ea90e0498450a01060c7cdc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/e5/e5fc147a9ea90e0498450a01060c7cdc -------------------------------------------------------------------------------- /Library/metadata/e5/e5fc147a9ea90e0498450a01060c7cdc.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: Plugins 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: e5fc147a9ea90e0498450a01060c7cdc 13 | path: Assets/Plugins 14 | localIdentifier: 102900000 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1030 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______, -------------------------------------------------------------------------------- /Library/metadata/ea/ea78dc5c6cf0d6f4084208b9ddb65df2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/ea/ea78dc5c6cf0d6f4084208b9ddb65df2 -------------------------------------------------------------------------------- /Library/metadata/ea/ea78dc5c6cf0d6f4084208b9ddb65df2.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: GoLogLevel 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: ea78dc5c6cf0d6f4084208b9ddb65df2 13 | path: Assets/Plugins/GoKit/enums/GoLogLevel.cs 14 | localIdentifier: 11500000 15 | thumbnailClassID: 115 16 | flags: 0 17 | scriptClassName: GoLogLevel 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1035 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______Q -------------------------------------------------------------------------------- /Library/metadata/ec/ecab7c473324f734fa0b20c8761ed52b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/ec/ecab7c473324f734fa0b20c8761ed52b -------------------------------------------------------------------------------- /Library/metadata/ec/ecab7c473324f734fa0b20c8761ed52b.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: GoSpline 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: ecab7c473324f734fa0b20c8761ed52b 13 | path: Assets/Plugins/GoKit/properties/splines/GoSpline.cs 14 | localIdentifier: 11500000 15 | thumbnailClassID: 115 16 | flags: 0 17 | scriptClassName: GoSpline 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1035 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______X -------------------------------------------------------------------------------- /Library/metadata/f1/f1fc00d9383fb324e86881765e776e75: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/f1/f1fc00d9383fb324e86881765e776e75 -------------------------------------------------------------------------------- /Library/metadata/f1/f1fc00d9383fb324e86881765e776e75.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/f1/f1fc00d9383fb324e86881765e776e75.info -------------------------------------------------------------------------------- /Library/metadata/f4/f48df919adea4fa095a7407e773e5aa4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/f4/f48df919adea4fa095a7407e773e5aa4 -------------------------------------------------------------------------------- /Library/metadata/f4/f48df919adea4fa095a7407e773e5aa4.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: UnityEngine.Networking 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: f48df919adea4fa095a7407e773e5aa4 13 | path: 14 | localIdentifier: -1121539586 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1050 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______/ -------------------------------------------------------------------------------- /Library/metadata/f4/f4c9dd39380cad34896c9bea85cce6f7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/f4/f4c9dd39380cad34896c9bea85cce6f7 -------------------------------------------------------------------------------- /Library/metadata/f5/f5f67c52d1564df4a8936ccd202a3bd8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/f5/f5f67c52d1564df4a8936ccd202a3bd8 -------------------------------------------------------------------------------- /Library/metadata/f5/f5f67c52d1564df4a8936ccd202a3bd8.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/f5/f5f67c52d1564df4a8936ccd202a3bd8.info -------------------------------------------------------------------------------- /Library/metadata/f7/f70555f144d8491a825f0804e09c671c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/f7/f70555f144d8491a825f0804e09c671c -------------------------------------------------------------------------------- /Library/metadata/f7/f70555f144d8491a825f0804e09c671c.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/f7/f70555f144d8491a825f0804e09c671c.info -------------------------------------------------------------------------------- /Library/metadata/f7/f7b54ff4a43d4fcf81b4538b678e0bcc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/f7/f7b54ff4a43d4fcf81b4538b678e0bcc -------------------------------------------------------------------------------- /Library/metadata/f9/f90e2d3c57869894aa822a5be29dce76: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/f9/f90e2d3c57869894aa822a5be29dce76 -------------------------------------------------------------------------------- /Library/metadata/f9/f90e2d3c57869894aa822a5be29dce76.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/f9/f90e2d3c57869894aa822a5be29dce76.info -------------------------------------------------------------------------------- /Library/metadata/fc/fc4402b599565604a8096f7faf076a0d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/fc/fc4402b599565604a8096f7faf076a0d -------------------------------------------------------------------------------- /Library/metadata/fc/fc4402b599565604a8096f7faf076a0d.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/fc/fc4402b599565604a8096f7faf076a0d.info -------------------------------------------------------------------------------- /Library/metadata/fc/fc996a4b4016661498b37b5dc9b2b4d4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/fc/fc996a4b4016661498b37b5dc9b2b4d4 -------------------------------------------------------------------------------- /Library/metadata/fc/fc996a4b4016661498b37b5dc9b2b4d4.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/fc/fc996a4b4016661498b37b5dc9b2b4d4.info -------------------------------------------------------------------------------- /Library/metadata/fe/fe7849dd489c8084398556ec5186bd88: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/fe/fe7849dd489c8084398556ec5186bd88 -------------------------------------------------------------------------------- /Library/metadata/fe/fe7849dd489c8084398556ec5186bd88.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: GoTweenChain 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: fe7849dd489c8084398556ec5186bd88 13 | path: Assets/Plugins/GoKit/GoTweenChain.cs 14 | localIdentifier: 11500000 15 | thumbnailClassID: 115 16 | flags: 0 17 | scriptClassName: GoTweenChain 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1035 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______Q -------------------------------------------------------------------------------- /Library/metadata/ff/ffa64fc42bf3bb14d9a5d7f04c2db36c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/ff/ffa64fc42bf3bb14d9a5d7f04c2db36c -------------------------------------------------------------------------------- /Library/metadata/ff/ffa64fc42bf3bb14d9a5d7f04c2db36c.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/Library/metadata/ff/ffa64fc42bf3bb14d9a5d7f04c2db36c.info -------------------------------------------------------------------------------- /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 | Doppler Factor: 1 9 | Default Speaker Mode: 2 10 | m_SampleRate: 0 11 | m_DSPBufferSize: 0 12 | m_VirtualVoiceCount: 512 13 | m_RealVoiceCount: 32 14 | m_SpatializerPlugin: 15 | m_DisableAudio: 0 16 | m_VirtualizeEffects: 1 17 | -------------------------------------------------------------------------------- /ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!236 &1 4 | ClusterInputManager: 5 | m_ObjectHideFlags: 0 6 | m_Inputs: [] 7 | -------------------------------------------------------------------------------- /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/Scenes/GameScene.unity 10 | guid: 00000000000000000000000000000000 11 | -------------------------------------------------------------------------------- /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: Hidden Meta Files 8 | m_SerializationMode: 2 9 | m_DefaultBehaviorMode: 1 10 | m_SpritePackerMode: 2 11 | m_SpritePackerPaddingPower: 1 12 | m_ProjectGenerationIncludedExtensions: txt;xml;fnt;cd 13 | m_ProjectGenerationRootNamespace: 14 | m_UserGeneratedProjectSuffix: 15 | -------------------------------------------------------------------------------- /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/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 5.6.5f1 2 | -------------------------------------------------------------------------------- /ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!78 &1 4 | TagManager: 5 | serializedVersion: 2 6 | tags: [] 7 | layers: 8 | - Default 9 | - TransparentFX 10 | - Ignore Raycast 11 | - 12 | - Water 13 | - UI 14 | - 15 | - 16 | - 17 | - 18 | - 19 | - 20 | - 21 | - 22 | - 23 | - 24 | - 25 | - 26 | - 27 | - 28 | - 29 | - 30 | - 31 | - 32 | - 33 | - 34 | - 35 | - 36 | - 37 | - 38 | - 39 | - 40 | m_SortingLayers: 41 | - name: Background 42 | uniqueID: 447069467 43 | locked: 0 44 | - name: Foreground 45 | uniqueID: 3173974725 46 | locked: 0 47 | - name: Default 48 | uniqueID: 0 49 | locked: 0 50 | -------------------------------------------------------------------------------- /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: 0.02 7 | Maximum Allowed Timestep: 0.33333334 8 | m_TimeScale: 1 9 | Maximum Particle Timestep: 0.03 10 | -------------------------------------------------------------------------------- /ProjectSettings/UnityAdsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dgkanatsios/2048/ed5a74f361bd150444789a142ccee8e34e157409/ProjectSettings/UnityAdsSettings.asset -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | [![unofficial Google Analytics for GitHub](https://gaforgithub.azurewebsites.net/api?repo=2048)](https://github.com/dgkanatsios/gaforgithub) 2 | 3 | # 2048 4 | 5 | ![2048](https://dgkanatsios.files.wordpress.com/2016/01/image.png) 6 | 7 | Source code about building the 2048 game in Unity game engine. 8 | Check the tutorial blog post here http://dgkanatsios.com/2016/01/23/building-the-2048-game-in-unity-via-c-and-visual-studio/ 9 | You can play the game in a WebGL enabled browser here http://unitysamples.azurewebsites.net/2048/ 10 | --------------------------------------------------------------------------------