├── .gitattributes ├── DownloadableAssets ├── bundlelist.json └── colorplanepack ├── LICENSE ├── README.md └── TappyPlaneUnity ├── .gitignore ├── Assets ├── AWSSDK.meta ├── AWSSDK │ ├── AWSSDK.CognitoIdentity.dll │ ├── AWSSDK.CognitoIdentity.dll.mdb │ ├── AWSSDK.CognitoIdentity.dll.mdb.meta │ ├── AWSSDK.CognitoIdentity.dll.meta │ ├── AWSSDK.CognitoIdentity.pdb │ ├── AWSSDK.CognitoIdentity.pdb.meta │ ├── AWSSDK.Core.dll │ ├── AWSSDK.Core.dll.mdb │ ├── AWSSDK.Core.dll.mdb.meta │ ├── AWSSDK.Core.dll.meta │ ├── AWSSDK.Core.pdb │ ├── AWSSDK.Core.pdb.meta │ ├── AWSSDK.IdentityManagement.dll │ ├── AWSSDK.IdentityManagement.dll.mdb │ ├── AWSSDK.IdentityManagement.dll.mdb.meta │ ├── AWSSDK.IdentityManagement.dll.meta │ ├── AWSSDK.IdentityManagement.pdb │ ├── AWSSDK.IdentityManagement.pdb.meta │ ├── AWSSDK.MobileAnalytics.dll │ ├── AWSSDK.MobileAnalytics.dll.mdb │ ├── AWSSDK.MobileAnalytics.dll.mdb.meta │ ├── AWSSDK.MobileAnalytics.dll.meta │ ├── AWSSDK.MobileAnalytics.pdb │ ├── AWSSDK.MobileAnalytics.pdb.meta │ ├── AWSSDK.SecurityToken.dll │ ├── AWSSDK.SecurityToken.dll.mdb │ ├── AWSSDK.SecurityToken.dll.mdb.meta │ ├── AWSSDK.SecurityToken.dll.meta │ ├── AWSSDK.SecurityToken.pdb │ └── AWSSDK.SecurityToken.pdb.meta ├── FacebookSDK.meta ├── FacebookSDK │ ├── Plugins.meta │ ├── Plugins │ │ ├── Android.meta │ │ ├── Android │ │ │ ├── Facebook.Unity.Android.dll │ │ │ ├── Facebook.Unity.Android.dll.meta │ │ │ ├── Facebook.Unity.IOS.dll │ │ │ ├── Facebook.Unity.IOS.dll.meta │ │ │ ├── libs.meta │ │ │ └── libs │ │ │ │ ├── animated-vector-drawable-23.4.0.aar │ │ │ │ ├── animated-vector-drawable-23.4.0.aar.meta │ │ │ │ ├── appcompat-v7-23.4.0.aar │ │ │ │ ├── appcompat-v7-23.4.0.aar.meta │ │ │ │ ├── bolts-android-1.4.0.jar │ │ │ │ ├── bolts-android-1.4.0.jar.meta │ │ │ │ ├── bolts-applinks-1.4.0.jar │ │ │ │ ├── bolts-applinks-1.4.0.jar.meta │ │ │ │ ├── bolts-tasks-1.4.0.jar │ │ │ │ ├── bolts-tasks-1.4.0.jar.meta │ │ │ │ ├── cardview-v7-23.4.0.aar │ │ │ │ ├── cardview-v7-23.4.0.aar.meta │ │ │ │ ├── customtabs-23.4.0.aar │ │ │ │ ├── customtabs-23.4.0.aar.meta │ │ │ │ ├── facebook-android-sdk-4.17.0.aar │ │ │ │ ├── facebook-android-sdk-4.17.0.aar.meta │ │ │ │ ├── facebook-android-wrapper-7.9.0.aar │ │ │ │ ├── facebook-android-wrapper-7.9.0.aar.meta │ │ │ │ ├── support-annotations-23.4.0.jar │ │ │ │ ├── support-annotations-23.4.0.jar.meta │ │ │ │ ├── support-v4-23.4.0.aar │ │ │ │ ├── support-v4-23.4.0.aar.meta │ │ │ │ ├── support-vector-drawable-23.4.0.aar │ │ │ │ └── support-vector-drawable-23.4.0.aar.meta │ │ ├── Arcade.meta │ │ ├── Arcade │ │ │ ├── Facebook.Unity.Arcade.dll │ │ │ ├── Facebook.Unity.Arcade.dll.meta │ │ │ ├── FacebookNamedPipeClient.dll │ │ │ └── FacebookNamedPipeClient.dll.meta │ │ ├── Editor.meta │ │ ├── Editor │ │ │ ├── Facebook.Unity.Editor.dll │ │ │ ├── Facebook.Unity.Editor.dll.meta │ │ │ ├── Facebook.Unity.PlatformEditor.dll │ │ │ └── Facebook.Unity.PlatformEditor.dll.meta │ │ ├── Facebook.Unity.dll │ │ ├── Facebook.Unity.dll.meta │ │ ├── Settings.meta │ │ ├── Settings │ │ │ ├── Facebook.Unity.Settings.dll │ │ │ └── Facebook.Unity.Settings.dll.meta │ │ ├── iOS.meta │ │ └── iOS │ │ │ ├── Bolts.framework.meta │ │ │ ├── Bolts.framework │ │ │ ├── Bolts │ │ │ ├── Bolts.meta │ │ │ ├── Headers.meta │ │ │ ├── Headers │ │ │ │ ├── BFAppLink.h │ │ │ │ ├── BFAppLink.h.meta │ │ │ │ ├── BFAppLinkNavigation.h │ │ │ │ ├── BFAppLinkNavigation.h.meta │ │ │ │ ├── BFAppLinkResolving.h │ │ │ │ ├── BFAppLinkResolving.h.meta │ │ │ │ ├── BFAppLinkReturnToRefererController.h │ │ │ │ ├── BFAppLinkReturnToRefererController.h.meta │ │ │ │ ├── BFAppLinkReturnToRefererView.h │ │ │ │ ├── BFAppLinkReturnToRefererView.h.meta │ │ │ │ ├── BFAppLinkTarget.h │ │ │ │ ├── BFAppLinkTarget.h.meta │ │ │ │ ├── BFCancellationToken.h │ │ │ │ ├── BFCancellationToken.h.meta │ │ │ │ ├── BFCancellationTokenRegistration.h │ │ │ │ ├── BFCancellationTokenRegistration.h.meta │ │ │ │ ├── BFCancellationTokenSource.h │ │ │ │ ├── BFCancellationTokenSource.h.meta │ │ │ │ ├── BFExecutor.h │ │ │ │ ├── BFExecutor.h.meta │ │ │ │ ├── BFMeasurementEvent.h │ │ │ │ ├── BFMeasurementEvent.h.meta │ │ │ │ ├── BFTask+Exceptions.h │ │ │ │ ├── BFTask+Exceptions.h.meta │ │ │ │ ├── BFTask.h │ │ │ │ ├── BFTask.h.meta │ │ │ │ ├── BFTaskCompletionSource.h │ │ │ │ ├── BFTaskCompletionSource.h.meta │ │ │ │ ├── BFURL.h │ │ │ │ ├── BFURL.h.meta │ │ │ │ ├── BFWebViewAppLinkResolver.h │ │ │ │ ├── BFWebViewAppLinkResolver.h.meta │ │ │ │ ├── Bolts.h │ │ │ │ └── Bolts.h.meta │ │ │ ├── Info.plist │ │ │ ├── Info.plist.meta │ │ │ ├── Modules.meta │ │ │ └── Modules │ │ │ │ ├── module.modulemap │ │ │ │ └── module.modulemap.meta │ │ │ ├── FBSDKCoreKit.framework.meta │ │ │ ├── FBSDKCoreKit.framework │ │ │ ├── FBSDKCoreKit │ │ │ ├── FBSDKCoreKit.meta │ │ │ ├── Headers.meta │ │ │ ├── Headers │ │ │ │ ├── FBSDKAccessToken.h │ │ │ │ ├── FBSDKAccessToken.h.meta │ │ │ │ ├── FBSDKAppEvents.h │ │ │ │ ├── FBSDKAppEvents.h.meta │ │ │ │ ├── FBSDKAppLinkResolver.h │ │ │ │ ├── FBSDKAppLinkResolver.h.meta │ │ │ │ ├── FBSDKAppLinkUtility.h │ │ │ │ ├── FBSDKAppLinkUtility.h.meta │ │ │ │ ├── FBSDKApplicationDelegate.h │ │ │ │ ├── FBSDKApplicationDelegate.h.meta │ │ │ │ ├── FBSDKButton.h │ │ │ │ ├── FBSDKButton.h.meta │ │ │ │ ├── FBSDKConstants.h │ │ │ │ ├── FBSDKConstants.h.meta │ │ │ │ ├── FBSDKCopying.h │ │ │ │ ├── FBSDKCopying.h.meta │ │ │ │ ├── FBSDKCoreKit.h │ │ │ │ ├── FBSDKCoreKit.h.meta │ │ │ │ ├── FBSDKGraphErrorRecoveryProcessor.h │ │ │ │ ├── FBSDKGraphErrorRecoveryProcessor.h.meta │ │ │ │ ├── FBSDKGraphRequest.h │ │ │ │ ├── FBSDKGraphRequest.h.meta │ │ │ │ ├── FBSDKGraphRequestConnection.h │ │ │ │ ├── FBSDKGraphRequestConnection.h.meta │ │ │ │ ├── FBSDKGraphRequestDataAttachment.h │ │ │ │ ├── FBSDKGraphRequestDataAttachment.h.meta │ │ │ │ ├── FBSDKMacros.h │ │ │ │ ├── FBSDKMacros.h.meta │ │ │ │ ├── FBSDKMutableCopying.h │ │ │ │ ├── FBSDKMutableCopying.h.meta │ │ │ │ ├── FBSDKProfile.h │ │ │ │ ├── FBSDKProfile.h.meta │ │ │ │ ├── FBSDKProfilePictureView.h │ │ │ │ ├── FBSDKProfilePictureView.h.meta │ │ │ │ ├── FBSDKSettings.h │ │ │ │ ├── FBSDKSettings.h.meta │ │ │ │ ├── FBSDKTestUsersManager.h │ │ │ │ ├── FBSDKTestUsersManager.h.meta │ │ │ │ ├── FBSDKUtility.h │ │ │ │ └── FBSDKUtility.h.meta │ │ │ ├── Info.plist │ │ │ ├── Info.plist.meta │ │ │ ├── Modules.meta │ │ │ └── Modules │ │ │ │ ├── module.modulemap │ │ │ │ └── module.modulemap.meta │ │ │ ├── FBSDKLoginKit.framework.meta │ │ │ ├── FBSDKLoginKit.framework │ │ │ ├── FBSDKLoginKit │ │ │ ├── FBSDKLoginKit.meta │ │ │ ├── Headers.meta │ │ │ ├── Headers │ │ │ │ ├── FBSDKLoginButton.h │ │ │ │ ├── FBSDKLoginButton.h.meta │ │ │ │ ├── FBSDKLoginConstants.h │ │ │ │ ├── FBSDKLoginConstants.h.meta │ │ │ │ ├── FBSDKLoginKit.h │ │ │ │ ├── FBSDKLoginKit.h.meta │ │ │ │ ├── FBSDKLoginManager.h │ │ │ │ ├── FBSDKLoginManager.h.meta │ │ │ │ ├── FBSDKLoginManagerLoginResult.h │ │ │ │ ├── FBSDKLoginManagerLoginResult.h.meta │ │ │ │ ├── FBSDKLoginTooltipView.h │ │ │ │ ├── FBSDKLoginTooltipView.h.meta │ │ │ │ ├── FBSDKTooltipView.h │ │ │ │ └── FBSDKTooltipView.h.meta │ │ │ ├── Info.plist │ │ │ ├── Info.plist.meta │ │ │ ├── Modules.meta │ │ │ └── Modules │ │ │ │ ├── module.modulemap │ │ │ │ └── module.modulemap.meta │ │ │ ├── FBSDKShareKit.framework.meta │ │ │ ├── FBSDKShareKit.framework │ │ │ ├── FBSDKShareKit │ │ │ ├── FBSDKShareKit.meta │ │ │ ├── Headers.meta │ │ │ ├── Headers │ │ │ │ ├── FBSDKAppGroupAddDialog.h │ │ │ │ ├── FBSDKAppGroupAddDialog.h.meta │ │ │ │ ├── FBSDKAppGroupContent.h │ │ │ │ ├── FBSDKAppGroupContent.h.meta │ │ │ │ ├── FBSDKAppGroupJoinDialog.h │ │ │ │ ├── FBSDKAppGroupJoinDialog.h.meta │ │ │ │ ├── FBSDKAppInviteContent.h │ │ │ │ ├── FBSDKAppInviteContent.h.meta │ │ │ │ ├── FBSDKAppInviteDialog.h │ │ │ │ ├── FBSDKAppInviteDialog.h.meta │ │ │ │ ├── FBSDKGameRequestContent.h │ │ │ │ ├── FBSDKGameRequestContent.h.meta │ │ │ │ ├── FBSDKGameRequestDialog.h │ │ │ │ ├── FBSDKGameRequestDialog.h.meta │ │ │ │ ├── FBSDKHashtag.h │ │ │ │ ├── FBSDKHashtag.h.meta │ │ │ │ ├── FBSDKLikeButton.h │ │ │ │ ├── FBSDKLikeButton.h.meta │ │ │ │ ├── FBSDKLikeControl.h │ │ │ │ ├── FBSDKLikeControl.h.meta │ │ │ │ ├── FBSDKLikeObjectType.h │ │ │ │ ├── FBSDKLikeObjectType.h.meta │ │ │ │ ├── FBSDKLiking.h │ │ │ │ ├── FBSDKLiking.h.meta │ │ │ │ ├── FBSDKMessageDialog.h │ │ │ │ ├── FBSDKMessageDialog.h.meta │ │ │ │ ├── FBSDKSendButton.h │ │ │ │ ├── FBSDKSendButton.h.meta │ │ │ │ ├── FBSDKShareAPI.h │ │ │ │ ├── FBSDKShareAPI.h.meta │ │ │ │ ├── FBSDKShareButton.h │ │ │ │ ├── FBSDKShareButton.h.meta │ │ │ │ ├── FBSDKShareConstants.h │ │ │ │ ├── FBSDKShareConstants.h.meta │ │ │ │ ├── FBSDKShareDialog.h │ │ │ │ ├── FBSDKShareDialog.h.meta │ │ │ │ ├── FBSDKShareDialogMode.h │ │ │ │ ├── FBSDKShareDialogMode.h.meta │ │ │ │ ├── FBSDKShareKit.h │ │ │ │ ├── FBSDKShareKit.h.meta │ │ │ │ ├── FBSDKShareLinkContent.h │ │ │ │ ├── FBSDKShareLinkContent.h.meta │ │ │ │ ├── FBSDKShareMediaContent.h │ │ │ │ ├── FBSDKShareMediaContent.h.meta │ │ │ │ ├── FBSDKShareOpenGraphAction.h │ │ │ │ ├── FBSDKShareOpenGraphAction.h.meta │ │ │ │ ├── FBSDKShareOpenGraphContent.h │ │ │ │ ├── FBSDKShareOpenGraphContent.h.meta │ │ │ │ ├── FBSDKShareOpenGraphObject.h │ │ │ │ ├── FBSDKShareOpenGraphObject.h.meta │ │ │ │ ├── FBSDKShareOpenGraphValueContainer.h │ │ │ │ ├── FBSDKShareOpenGraphValueContainer.h.meta │ │ │ │ ├── FBSDKSharePhoto.h │ │ │ │ ├── FBSDKSharePhoto.h.meta │ │ │ │ ├── FBSDKSharePhotoContent.h │ │ │ │ ├── FBSDKSharePhotoContent.h.meta │ │ │ │ ├── FBSDKShareVideo.h │ │ │ │ ├── FBSDKShareVideo.h.meta │ │ │ │ ├── FBSDKShareVideoContent.h │ │ │ │ ├── FBSDKShareVideoContent.h.meta │ │ │ │ ├── FBSDKSharing.h │ │ │ │ ├── FBSDKSharing.h.meta │ │ │ │ ├── FBSDKSharingButton.h │ │ │ │ ├── FBSDKSharingButton.h.meta │ │ │ │ ├── FBSDKSharingContent.h │ │ │ │ └── FBSDKSharingContent.h.meta │ │ │ ├── Info.plist │ │ │ ├── Info.plist.meta │ │ │ ├── Modules.meta │ │ │ └── Modules │ │ │ │ ├── module.modulemap │ │ │ │ └── module.modulemap.meta │ │ │ ├── Facebook.Unity.Android.dll │ │ │ ├── Facebook.Unity.Android.dll.meta │ │ │ ├── Facebook.Unity.IOS.dll │ │ │ └── Facebook.Unity.IOS.dll.meta │ ├── SDK.meta │ ├── SDK │ │ ├── Editor.meta │ │ ├── Editor │ │ │ ├── iOS.meta │ │ │ └── iOS │ │ │ │ ├── FBSDK+Internal.h │ │ │ │ ├── FBSDK+Internal.h.meta │ │ │ │ ├── FBUnityInterface.h │ │ │ │ ├── FBUnityInterface.h.meta │ │ │ │ ├── FBUnityInterface.mm │ │ │ │ ├── FBUnityInterface.mm.meta │ │ │ │ ├── FBUnitySDKDelegate.h │ │ │ │ ├── FBUnitySDKDelegate.h.meta │ │ │ │ ├── FBUnitySDKDelegate.m │ │ │ │ ├── FBUnitySDKDelegate.m.meta │ │ │ │ ├── FBUnityUtility.h │ │ │ │ ├── FBUnityUtility.h.meta │ │ │ │ ├── FBUnityUtility.mm │ │ │ │ ├── FBUnityUtility.mm.meta │ │ │ │ ├── fixup.projmods │ │ │ │ └── fixup.projmods.meta │ │ ├── Resources.meta │ │ └── Resources │ │ │ ├── FacebookSettings.asset │ │ │ └── FacebookSettings.asset.meta │ ├── link.xml │ └── link.xml.meta ├── Game.meta ├── Game │ ├── Art.meta │ ├── Art │ │ ├── Animations.meta │ │ ├── Animations │ │ │ ├── BlueFlying.anim │ │ │ ├── BlueFlying.anim.meta │ │ │ ├── BluePlane.controller │ │ │ ├── BluePlane.controller.meta │ │ │ ├── EnemyPlane.anim │ │ │ ├── EnemyPlane.anim.meta │ │ │ ├── EnemyPlane.controller │ │ │ ├── EnemyPlane.controller.meta │ │ │ ├── OutroDialog.controller │ │ │ ├── OutroDialog.controller.meta │ │ │ ├── OutroDialogInAnimation.anim │ │ │ ├── OutroDialogInAnimation.anim.meta │ │ │ ├── RedFlying.anim │ │ │ ├── RedFlying.anim.meta │ │ │ ├── RedPlane.controller │ │ │ ├── RedPlane.controller.meta │ │ │ ├── Star.controller │ │ │ ├── Star.controller.meta │ │ │ ├── StarAnimation.anim │ │ │ ├── StarAnimation.anim.meta │ │ │ ├── TapTick.anim │ │ │ ├── TapTick.anim.meta │ │ │ ├── TapTick.controller │ │ │ ├── TapTick.controller.meta │ │ │ ├── YellowFlying.anim │ │ │ ├── YellowFlying.anim.meta │ │ │ ├── YellowPlane.controller │ │ │ └── YellowPlane.controller.meta │ │ ├── Bundles.meta │ │ ├── Bundles │ │ │ ├── Planes.meta │ │ │ ├── Planes │ │ │ │ ├── BasePlanePack.meta │ │ │ │ ├── BasePlanePack │ │ │ │ │ ├── Icons.meta │ │ │ │ │ ├── Icons │ │ │ │ │ │ ├── BlueBiplaneIcon.png │ │ │ │ │ │ └── BlueBiplaneIcon.png.meta │ │ │ │ │ ├── PlaneList.asset │ │ │ │ │ ├── PlaneList.asset.meta │ │ │ │ │ ├── Prefabs.meta │ │ │ │ │ └── Prefabs │ │ │ │ │ │ ├── BlueBiplanePlayer.prefab │ │ │ │ │ │ └── BlueBiplanePlayer.prefab.meta │ │ │ │ ├── ColorPlanePack.meta │ │ │ │ └── ColorPlanePack │ │ │ │ │ ├── PlaneList.asset │ │ │ │ │ ├── PlaneList.asset.meta │ │ │ │ │ ├── Prefabs.meta │ │ │ │ │ ├── Prefabs │ │ │ │ │ ├── RedBiplanePlayer.prefab │ │ │ │ │ ├── RedBiplanePlayer.prefab.meta │ │ │ │ │ ├── YellowBiplanePlayer.prefab │ │ │ │ │ └── YellowBiplanePlayer.prefab.meta │ │ │ │ │ ├── Sprites.meta │ │ │ │ │ └── Sprites │ │ │ │ │ ├── RedBiplaneIcon.png │ │ │ │ │ ├── RedBiplaneIcon.png.meta │ │ │ │ │ ├── YellowBiplaneIcon.png │ │ │ │ │ └── YellowBiplaneIcon.png.meta │ │ │ ├── bundlelist.json │ │ │ └── bundlelist.json.meta │ │ ├── Font.meta │ │ ├── Font │ │ │ ├── kenvector_future.ttf │ │ │ ├── kenvector_future.ttf.meta │ │ │ ├── kenvector_future_thin.ttf │ │ │ └── kenvector_future_thin.ttf.meta │ │ ├── Materials.meta │ │ ├── Materials │ │ │ ├── SmokeMaterial.mat │ │ │ └── SmokeMaterial.mat.meta │ │ ├── PNG.meta │ │ ├── PNG │ │ │ ├── Numbers.meta │ │ │ ├── Numbers │ │ │ │ ├── number0.png │ │ │ │ ├── number0.png.meta │ │ │ │ ├── number1.png │ │ │ │ ├── number1.png.meta │ │ │ │ ├── number2.png │ │ │ │ ├── number2.png.meta │ │ │ │ ├── number3.png │ │ │ │ ├── number3.png.meta │ │ │ │ ├── number4.png │ │ │ │ ├── number4.png.meta │ │ │ │ ├── number5.png │ │ │ │ ├── number5.png.meta │ │ │ │ ├── number6.png │ │ │ │ ├── number6.png.meta │ │ │ │ ├── number7.png │ │ │ │ ├── number7.png.meta │ │ │ │ ├── number8.png │ │ │ │ ├── number8.png.meta │ │ │ │ ├── number9.png │ │ │ │ └── number9.png.meta │ │ │ ├── groundDirt.png │ │ │ ├── groundDirt.png.meta │ │ │ ├── groundIce.png │ │ │ ├── groundIce.png.meta │ │ │ ├── groundRock.png │ │ │ ├── groundRock.png.meta │ │ │ ├── groundSnow.png │ │ │ ├── groundSnow.png.meta │ │ │ ├── rockIce.png │ │ │ ├── rockIce.png.meta │ │ │ ├── rockIceDown.png │ │ │ ├── rockIceDown.png.meta │ │ │ ├── starBronze.png │ │ │ ├── starBronze.png.meta │ │ │ ├── starSilver.png │ │ │ └── starSilver.png.meta │ │ ├── Prefab.meta │ │ ├── Prefab │ │ │ ├── Entities.meta │ │ │ ├── Entities │ │ │ │ ├── SingleEnemy.prefab │ │ │ │ ├── SingleEnemy.prefab.meta │ │ │ │ ├── Star.prefab │ │ │ │ └── Star.prefab.meta │ │ │ ├── Obstacles.meta │ │ │ └── Obstacles │ │ │ │ ├── Grassy.prefab │ │ │ │ ├── Grassy.prefab.meta │ │ │ │ ├── GrassyRock.prefab │ │ │ │ ├── GrassyRock.prefab.meta │ │ │ │ ├── Rock.prefab │ │ │ │ ├── Rock.prefab.meta │ │ │ │ ├── RockGrassy.prefab │ │ │ │ └── RockGrassy.prefab.meta │ │ ├── Sprites.meta │ │ └── Sprites │ │ │ ├── FX.meta │ │ │ ├── FX │ │ │ ├── puffLarge.png │ │ │ └── puffLarge.png.meta │ │ │ ├── Obstacles.meta │ │ │ ├── Obstacles │ │ │ ├── rock.png │ │ │ ├── rock.png.meta │ │ │ ├── rockDown.png │ │ │ ├── rockDown.png.meta │ │ │ ├── rockGrass.png │ │ │ ├── rockGrass.png.meta │ │ │ ├── rockGrassDown.png │ │ │ └── rockGrassDown.png.meta │ │ │ ├── Other.meta │ │ │ ├── Other │ │ │ ├── starGold.png │ │ │ └── starGold.png.meta │ │ │ ├── Planes.meta │ │ │ ├── Planes │ │ │ ├── planeBlue1.png │ │ │ ├── planeBlue1.png.meta │ │ │ ├── planeBlue2.png │ │ │ ├── planeBlue2.png.meta │ │ │ ├── planeBlue3.png │ │ │ ├── planeBlue3.png.meta │ │ │ ├── planeGreen1.png │ │ │ ├── planeGreen1.png.meta │ │ │ ├── planeGreen2.png │ │ │ ├── planeGreen2.png.meta │ │ │ ├── planeGreen3.png │ │ │ ├── planeGreen3.png.meta │ │ │ ├── planeRed1.png │ │ │ ├── planeRed1.png.meta │ │ │ ├── planeRed2.png │ │ │ ├── planeRed2.png.meta │ │ │ ├── planeRed3.png │ │ │ ├── planeRed3.png.meta │ │ │ ├── planeYellow1.png │ │ │ ├── planeYellow1.png.meta │ │ │ ├── planeYellow2.png │ │ │ ├── planeYellow2.png.meta │ │ │ ├── planeYellow3.png │ │ │ └── planeYellow3.png.meta │ │ │ ├── Scenery.meta │ │ │ ├── Scenery │ │ │ ├── background.png │ │ │ ├── background.png.meta │ │ │ ├── groundGrass.png │ │ │ └── groundGrass.png.meta │ │ │ ├── UI.meta │ │ │ └── UI │ │ │ ├── Letters.meta │ │ │ ├── Letters │ │ │ ├── letterA.png │ │ │ ├── letterA.png.meta │ │ │ ├── letterB.png │ │ │ ├── letterB.png.meta │ │ │ ├── letterC.png │ │ │ ├── letterC.png.meta │ │ │ ├── letterD.png │ │ │ ├── letterD.png.meta │ │ │ ├── letterE.png │ │ │ ├── letterE.png.meta │ │ │ ├── letterF.png │ │ │ ├── letterF.png.meta │ │ │ ├── letterG.png │ │ │ ├── letterG.png.meta │ │ │ ├── letterH.png │ │ │ ├── letterH.png.meta │ │ │ ├── letterI.png │ │ │ ├── letterI.png.meta │ │ │ ├── letterJ.png │ │ │ ├── letterJ.png.meta │ │ │ ├── letterK.png │ │ │ ├── letterK.png.meta │ │ │ ├── letterL.png │ │ │ ├── letterL.png.meta │ │ │ ├── letterM.png │ │ │ ├── letterM.png.meta │ │ │ ├── letterN.png │ │ │ ├── letterN.png.meta │ │ │ ├── letterO.png │ │ │ ├── letterO.png.meta │ │ │ ├── letterP.png │ │ │ ├── letterP.png.meta │ │ │ ├── letterQ.png │ │ │ ├── letterQ.png.meta │ │ │ ├── letterR.png │ │ │ ├── letterR.png.meta │ │ │ ├── letterS.png │ │ │ ├── letterS.png.meta │ │ │ ├── letterT.png │ │ │ ├── letterT.png.meta │ │ │ ├── letterU.png │ │ │ ├── letterU.png.meta │ │ │ ├── letterV.png │ │ │ ├── letterV.png.meta │ │ │ ├── letterW.png │ │ │ ├── letterW.png.meta │ │ │ ├── letterX.png │ │ │ ├── letterX.png.meta │ │ │ ├── letterY.png │ │ │ ├── letterY.png.meta │ │ │ ├── letterZ.png │ │ │ └── letterZ.png.meta │ │ │ ├── UIbg.png │ │ │ ├── UIbg.png.meta │ │ │ ├── buttonLarge.png │ │ │ ├── buttonLarge.png.meta │ │ │ ├── buttonSmall.png │ │ │ ├── buttonSmall.png.meta │ │ │ ├── exclamation.png │ │ │ ├── exclamation.png.meta │ │ │ ├── medalBronze.png │ │ │ ├── medalBronze.png.meta │ │ │ ├── medalGold.png │ │ │ ├── medalGold.png.meta │ │ │ ├── medalSilver.png │ │ │ ├── medalSilver.png.meta │ │ │ ├── tap.png │ │ │ ├── tap.png.meta │ │ │ ├── tapLeft.png │ │ │ ├── tapLeft.png.meta │ │ │ ├── tapRight.png │ │ │ ├── tapRight.png.meta │ │ │ ├── tapTick.png │ │ │ ├── tapTick.png.meta │ │ │ ├── textGameOver.png │ │ │ ├── textGameOver.png.meta │ │ │ ├── textGetReady.png │ │ │ ├── textGetReady.png.meta │ │ │ ├── trophy.png │ │ │ └── trophy.png.meta │ ├── Resources.meta │ ├── Resources │ │ ├── Config.meta │ │ ├── Config │ │ │ ├── awsconfig.xml │ │ │ └── awsconfig.xml.meta │ │ ├── Services.prefab │ │ ├── Services.prefab.meta │ │ ├── UI.meta │ │ └── UI │ │ │ ├── HUD.prefab │ │ │ ├── HUD.prefab.meta │ │ │ ├── IntroDialog.prefab │ │ │ ├── IntroDialog.prefab.meta │ │ │ ├── LoginScreen.prefab │ │ │ ├── LoginScreen.prefab.meta │ │ │ ├── OutroDialog.prefab │ │ │ ├── OutroDialog.prefab.meta │ │ │ ├── PlaneCardPrefab.prefab │ │ │ └── PlaneCardPrefab.prefab.meta │ ├── Scenes.meta │ ├── Scenes │ │ ├── Main.unity │ │ ├── Main.unity.meta │ │ ├── UI.meta │ │ └── UI │ │ │ ├── HUD.unity │ │ │ ├── HUD.unity.meta │ │ │ ├── IntroDialog.unity │ │ │ ├── IntroDialog.unity.meta │ │ │ ├── LoginDialog.unity │ │ │ ├── LoginDialog.unity.meta │ │ │ ├── OutroDialog.unity │ │ │ └── OutroDialog.unity.meta │ ├── Scripts.meta │ └── Scripts │ │ ├── Editor.meta │ │ ├── Editor │ │ ├── AssetBundleHelpers.cs │ │ ├── AssetBundleHelpers.cs.meta │ │ ├── PlayerPrefsManager.cs │ │ └── PlayerPrefsManager.cs.meta │ │ ├── HorizontalScroller.cs │ │ ├── HorizontalScroller.cs.meta │ │ ├── PlaneManager.cs │ │ ├── PlaneManager.cs.meta │ │ ├── PlayerPrefabItemList.cs │ │ ├── PlayerPrefabItemList.cs.meta │ │ ├── Spawning.meta │ │ ├── Spawning │ │ ├── EnemyEntity.cs │ │ ├── EnemyEntity.cs.meta │ │ ├── SpawnEntity.cs │ │ ├── SpawnEntity.cs.meta │ │ ├── SpawnManager.cs │ │ └── SpawnManager.cs.meta │ │ ├── TappyGame.cs │ │ ├── TappyGame.cs.meta │ │ ├── TappyPlayer.cs │ │ ├── TappyPlayer.cs.meta │ │ ├── UI.meta │ │ └── UI │ │ ├── HUD.cs │ │ ├── HUD.cs.meta │ │ ├── IntroDialog.cs │ │ ├── IntroDialog.cs.meta │ │ ├── LoginGuestButton.cs │ │ ├── LoginGuestButton.cs.meta │ │ ├── LoginScreen.cs │ │ ├── LoginScreen.cs.meta │ │ ├── LoginUserButton.cs │ │ ├── LoginUserButton.cs.meta │ │ ├── OutroDialog.cs │ │ ├── OutroDialog.cs.meta │ │ ├── PlaneCard.cs │ │ ├── PlaneCard.cs.meta │ │ ├── PlaneCardSelection.cs │ │ ├── PlaneCardSelection.cs.meta │ │ ├── UIScreenType.cs │ │ └── UIScreenType.cs.meta ├── GameSupport.meta ├── GameSupport │ ├── Scripts.meta │ └── Scripts │ │ ├── Animation.meta │ │ ├── Animation │ │ ├── Rotate.cs │ │ └── Rotate.cs.meta │ │ ├── Application.meta │ │ ├── Application │ │ ├── Services.cs │ │ └── Services.cs.meta │ │ ├── Cloud.meta │ │ ├── Cloud │ │ ├── Analytics.meta │ │ ├── Analytics │ │ │ ├── MobileAnalyticsBehavior.cs │ │ │ └── MobileAnalyticsBehavior.cs.meta │ │ ├── Login.meta │ │ ├── Login │ │ │ ├── CognitoIdentity.meta │ │ │ ├── CognitoIdentity │ │ │ │ ├── CognitoIdentityBehavior.cs │ │ │ │ ├── CognitoIdentityBehavior.cs.meta │ │ │ │ ├── GuestCache.cs │ │ │ │ └── GuestCache.cs.meta │ │ │ ├── LoginManager.cs │ │ │ ├── LoginManager.cs.meta │ │ │ ├── LoginStatus.cs │ │ │ ├── LoginStatus.cs.meta │ │ │ ├── Social.meta │ │ │ └── Social │ │ │ │ ├── ISocialProvider.cs │ │ │ │ ├── ISocialProvider.cs.meta │ │ │ │ ├── SocialCallbackArgs.cs │ │ │ │ ├── SocialCallbackArgs.cs.meta │ │ │ │ ├── SocialManager.cs │ │ │ │ ├── SocialManager.cs.meta │ │ │ │ ├── SocialPermission.cs │ │ │ │ ├── SocialPermission.cs.meta │ │ │ │ ├── _SocialProviders.meta │ │ │ │ └── _SocialProviders │ │ │ │ ├── FacebookProvider.cs │ │ │ │ └── FacebookProvider.cs.meta │ │ ├── _Common.meta │ │ └── _Common │ │ │ ├── AWSRegion.cs │ │ │ └── AWSRegion.cs.meta │ │ ├── Core.meta │ │ ├── Core │ │ ├── SingletonPersistentMonoBehaviour.cs │ │ └── SingletonPersistentMonoBehaviour.cs.meta │ │ ├── Extensions.meta │ │ ├── Extensions │ │ ├── CameraExtensions.cs │ │ └── CameraExtensions.cs.meta │ │ ├── UI.meta │ │ └── UI │ │ ├── UIManager.cs │ │ ├── UIManager.cs.meta │ │ ├── UIScreenArgs.cs │ │ ├── UIScreenArgs.cs.meta │ │ ├── UIScreenBase.cs │ │ └── UIScreenBase.cs.meta ├── Plugins.meta ├── Plugins │ ├── Android.meta │ ├── Android │ │ ├── AndroidManifest.xml │ │ ├── AndroidManifest.xml.meta │ │ ├── aws-unity-sns-gcm-helper.jar │ │ ├── aws-unity-sns-gcm-helper.jar.meta │ │ ├── libsqlite3.so │ │ └── libsqlite3.so.meta │ ├── libsqlite3.so │ ├── libsqlite3.so.meta │ ├── x86_64.meta │ └── x86_64 │ │ ├── sqlite3.dll │ │ └── sqlite3.dll.meta ├── StreamingAssets.meta └── StreamingAssets │ ├── baseplanepack │ ├── baseplanepack.manifest │ ├── baseplanepack.manifest.meta │ └── baseplanepack.meta └── 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 └── UnityConnectSettings.asset /.gitattributes: -------------------------------------------------------------------------------- 1 | * text=auto 2 | 3 | *.cs text diff=csharp 4 | 5 | 6 | *.prefab text eol=lf 7 | *.meta text eol=lf 8 | *.unity text eol=lf 9 | *.asset text eol=lf -------------------------------------------------------------------------------- /DownloadableAssets/bundlelist.json: -------------------------------------------------------------------------------- 1 | { 2 | "planePacks" : [ 3 | "colorplanepack" 4 | ] 5 | } -------------------------------------------------------------------------------- /DownloadableAssets/colorplanepack: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/DownloadableAssets/colorplanepack -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # aws-unity-gaming-labs-sample 2 | This repository contains a sample Unity game project that is used by several Self Paced Labs to demonstrate the use of the AWS Mobile SDK for Unity. 3 | -------------------------------------------------------------------------------- /TappyPlaneUnity/.gitignore: -------------------------------------------------------------------------------- 1 | Library 2 | Temp 3 | obj 4 | .vs 5 | *.csproj 6 | *.sln 7 | *.userprefs 8 | *.unityproj -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/AWSSDK.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a025f5c963b8c0b46ac00b89d01d5988 3 | folderAsset: yes 4 | timeCreated: 1471574680 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/AWSSDK/AWSSDK.CognitoIdentity.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/AWSSDK/AWSSDK.CognitoIdentity.dll -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/AWSSDK/AWSSDK.CognitoIdentity.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/AWSSDK/AWSSDK.CognitoIdentity.dll.mdb -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/AWSSDK/AWSSDK.CognitoIdentity.dll.mdb.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 10af7cfa6f4422c468d24fb3de898e62 3 | timeCreated: 1483485623 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/AWSSDK/AWSSDK.CognitoIdentity.dll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9fa3c3dc72e395c41863ca9197879ad9 3 | timeCreated: 1480538342 4 | licenseType: Free 5 | PluginImporter: 6 | serializedVersion: 1 7 | iconMap: {} 8 | executionOrder: {} 9 | isPreloaded: 0 10 | platformData: 11 | Any: 12 | enabled: 1 13 | settings: {} 14 | Editor: 15 | enabled: 0 16 | settings: 17 | DefaultValueInitialized: true 18 | WindowsStoreApps: 19 | enabled: 0 20 | settings: 21 | CPU: AnyCPU 22 | userData: 23 | assetBundleName: 24 | assetBundleVariant: 25 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/AWSSDK/AWSSDK.CognitoIdentity.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/AWSSDK/AWSSDK.CognitoIdentity.pdb -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/AWSSDK/AWSSDK.CognitoIdentity.pdb.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a93c009f104d0d141a4bb347f0cfd2bc 3 | timeCreated: 1480538334 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/AWSSDK/AWSSDK.Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/AWSSDK/AWSSDK.Core.dll -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/AWSSDK/AWSSDK.Core.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/AWSSDK/AWSSDK.Core.dll.mdb -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/AWSSDK/AWSSDK.Core.dll.mdb.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 293fd2a2e88131646889c72e3b10ec41 3 | timeCreated: 1483485623 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/AWSSDK/AWSSDK.Core.dll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 30e9665ab1e43e849882f0977e843719 3 | timeCreated: 1480538338 4 | licenseType: Free 5 | PluginImporter: 6 | serializedVersion: 1 7 | iconMap: {} 8 | executionOrder: {} 9 | isPreloaded: 0 10 | platformData: 11 | Any: 12 | enabled: 1 13 | settings: {} 14 | Editor: 15 | enabled: 0 16 | settings: 17 | DefaultValueInitialized: true 18 | WindowsStoreApps: 19 | enabled: 0 20 | settings: 21 | CPU: AnyCPU 22 | userData: 23 | assetBundleName: 24 | assetBundleVariant: 25 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/AWSSDK/AWSSDK.Core.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/AWSSDK/AWSSDK.Core.pdb -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/AWSSDK/AWSSDK.Core.pdb.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 23416c036fedf2b47aa1c95b8d9c6892 3 | timeCreated: 1480538334 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/AWSSDK/AWSSDK.IdentityManagement.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/AWSSDK/AWSSDK.IdentityManagement.dll -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/AWSSDK/AWSSDK.IdentityManagement.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/AWSSDK/AWSSDK.IdentityManagement.dll.mdb -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/AWSSDK/AWSSDK.IdentityManagement.dll.mdb.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 041ce9d6f2503e9408e595d066c9cc94 3 | timeCreated: 1471967919 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/AWSSDK/AWSSDK.IdentityManagement.dll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b8b3d2c55c7538940bf2b2e7bc67c839 3 | timeCreated: 1471574683 4 | licenseType: Free 5 | PluginImporter: 6 | serializedVersion: 1 7 | iconMap: {} 8 | executionOrder: {} 9 | isPreloaded: 0 10 | platformData: 11 | Any: 12 | enabled: 1 13 | settings: {} 14 | Editor: 15 | enabled: 0 16 | settings: 17 | DefaultValueInitialized: true 18 | WindowsStoreApps: 19 | enabled: 0 20 | settings: 21 | CPU: AnyCPU 22 | userData: 23 | assetBundleName: 24 | assetBundleVariant: 25 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/AWSSDK/AWSSDK.IdentityManagement.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/AWSSDK/AWSSDK.IdentityManagement.pdb -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/AWSSDK/AWSSDK.IdentityManagement.pdb.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ccbf00c28deca9047bc03af9a27455c9 3 | timeCreated: 1471574681 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/AWSSDK/AWSSDK.MobileAnalytics.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/AWSSDK/AWSSDK.MobileAnalytics.dll -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/AWSSDK/AWSSDK.MobileAnalytics.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/AWSSDK/AWSSDK.MobileAnalytics.dll.mdb -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/AWSSDK/AWSSDK.MobileAnalytics.dll.mdb.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4251703dd8854ef4bab729e6848aadb4 3 | timeCreated: 1483485623 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/AWSSDK/AWSSDK.MobileAnalytics.dll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 449337babe91a17429f5a2212dbb84c9 3 | timeCreated: 1480538340 4 | licenseType: Free 5 | PluginImporter: 6 | serializedVersion: 1 7 | iconMap: {} 8 | executionOrder: {} 9 | isPreloaded: 0 10 | platformData: 11 | Any: 12 | enabled: 1 13 | settings: {} 14 | Editor: 15 | enabled: 0 16 | settings: 17 | DefaultValueInitialized: true 18 | WindowsStoreApps: 19 | enabled: 0 20 | settings: 21 | CPU: AnyCPU 22 | userData: 23 | assetBundleName: 24 | assetBundleVariant: 25 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/AWSSDK/AWSSDK.MobileAnalytics.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/AWSSDK/AWSSDK.MobileAnalytics.pdb -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/AWSSDK/AWSSDK.MobileAnalytics.pdb.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 225082149c9afed4d8c66042b0e82277 3 | timeCreated: 1480538334 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/AWSSDK/AWSSDK.SecurityToken.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/AWSSDK/AWSSDK.SecurityToken.dll -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/AWSSDK/AWSSDK.SecurityToken.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/AWSSDK/AWSSDK.SecurityToken.dll.mdb -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/AWSSDK/AWSSDK.SecurityToken.dll.mdb.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4fff85cb9b96b42419333a5578865683 3 | timeCreated: 1483485623 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/AWSSDK/AWSSDK.SecurityToken.dll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 97764b036b6142440ae32968045e890c 3 | timeCreated: 1480538340 4 | licenseType: Free 5 | PluginImporter: 6 | serializedVersion: 1 7 | iconMap: {} 8 | executionOrder: {} 9 | isPreloaded: 0 10 | platformData: 11 | Any: 12 | enabled: 1 13 | settings: {} 14 | Editor: 15 | enabled: 0 16 | settings: 17 | DefaultValueInitialized: true 18 | WindowsStoreApps: 19 | enabled: 0 20 | settings: 21 | CPU: AnyCPU 22 | userData: 23 | assetBundleName: 24 | assetBundleVariant: 25 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/AWSSDK/AWSSDK.SecurityToken.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/AWSSDK/AWSSDK.SecurityToken.pdb -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/AWSSDK/AWSSDK.SecurityToken.pdb.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f3e9aa59ef19ac84490a9d5cc42a71a9 3 | timeCreated: 1480538334 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f4f7b3ded74e1b244b4a01c47349abdb 3 | folderAsset: yes 4 | timeCreated: 1481661277 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 93ff5bdb58787714db469de059ccff0f 3 | folderAsset: yes 4 | timeCreated: 1481661277 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/Android.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c10991b73c942094b8281a48670438b9 3 | folderAsset: yes 4 | timeCreated: 1481661277 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/Android/Facebook.Unity.Android.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/FacebookSDK/Plugins/Android/Facebook.Unity.Android.dll -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/Android/Facebook.Unity.IOS.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/FacebookSDK/Plugins/Android/Facebook.Unity.IOS.dll -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/Android/libs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 40b343b91c4dcec408d42b2b18ac6bde 3 | folderAsset: yes 4 | timeCreated: 1481661277 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/Android/libs/animated-vector-drawable-23.4.0.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/FacebookSDK/Plugins/Android/libs/animated-vector-drawable-23.4.0.aar -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/Android/libs/animated-vector-drawable-23.4.0.aar.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 63aab30ace7254e099c62927e3a2ca8f 3 | timeCreated: 1477351391 4 | licenseType: Pro 5 | PluginImporter: 6 | serializedVersion: 1 7 | iconMap: {} 8 | executionOrder: {} 9 | isPreloaded: 0 10 | platformData: 11 | Android: 12 | enabled: 1 13 | settings: {} 14 | Any: 15 | enabled: 0 16 | settings: {} 17 | Editor: 18 | enabled: 0 19 | settings: 20 | DefaultValueInitialized: true 21 | userData: 22 | assetBundleName: 23 | assetBundleVariant: 24 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/Android/libs/appcompat-v7-23.4.0.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/FacebookSDK/Plugins/Android/libs/appcompat-v7-23.4.0.aar -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/Android/libs/appcompat-v7-23.4.0.aar.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: df35ef2d19c3449739b851f15aa2808c 3 | timeCreated: 1477350814 4 | licenseType: Pro 5 | PluginImporter: 6 | serializedVersion: 1 7 | iconMap: {} 8 | executionOrder: {} 9 | isPreloaded: 0 10 | platformData: 11 | Android: 12 | enabled: 1 13 | settings: {} 14 | Any: 15 | enabled: 0 16 | settings: {} 17 | Editor: 18 | enabled: 0 19 | settings: 20 | DefaultValueInitialized: true 21 | userData: 22 | assetBundleName: 23 | assetBundleVariant: 24 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/Android/libs/bolts-android-1.4.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/FacebookSDK/Plugins/Android/libs/bolts-android-1.4.0.jar -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/Android/libs/bolts-android-1.4.0.jar.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 52c276477162e4eb38d56fc0c73920ec 3 | timeCreated: 1477350795 4 | licenseType: Pro 5 | PluginImporter: 6 | serializedVersion: 1 7 | iconMap: {} 8 | executionOrder: {} 9 | isPreloaded: 0 10 | platformData: 11 | Android: 12 | enabled: 1 13 | settings: {} 14 | Any: 15 | enabled: 0 16 | settings: {} 17 | Editor: 18 | enabled: 0 19 | settings: 20 | DefaultValueInitialized: true 21 | userData: 22 | assetBundleName: 23 | assetBundleVariant: 24 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/Android/libs/bolts-applinks-1.4.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/FacebookSDK/Plugins/Android/libs/bolts-applinks-1.4.0.jar -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/Android/libs/bolts-applinks-1.4.0.jar.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3a3f3fa834392439bb599a30a8a5c9f1 3 | timeCreated: 1477350795 4 | licenseType: Pro 5 | PluginImporter: 6 | serializedVersion: 1 7 | iconMap: {} 8 | executionOrder: {} 9 | isPreloaded: 0 10 | platformData: 11 | Android: 12 | enabled: 1 13 | settings: {} 14 | Any: 15 | enabled: 0 16 | settings: {} 17 | Editor: 18 | enabled: 0 19 | settings: 20 | DefaultValueInitialized: true 21 | userData: 22 | assetBundleName: 23 | assetBundleVariant: 24 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/Android/libs/bolts-tasks-1.4.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/FacebookSDK/Plugins/Android/libs/bolts-tasks-1.4.0.jar -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/Android/libs/bolts-tasks-1.4.0.jar.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4ed03ed7033a54a66b77c10cf89f141d 3 | timeCreated: 1477350795 4 | licenseType: Pro 5 | PluginImporter: 6 | serializedVersion: 1 7 | iconMap: {} 8 | executionOrder: {} 9 | isPreloaded: 0 10 | platformData: 11 | Android: 12 | enabled: 1 13 | settings: {} 14 | Any: 15 | enabled: 0 16 | settings: {} 17 | Editor: 18 | enabled: 0 19 | settings: 20 | DefaultValueInitialized: true 21 | userData: 22 | assetBundleName: 23 | assetBundleVariant: 24 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/Android/libs/cardview-v7-23.4.0.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/FacebookSDK/Plugins/Android/libs/cardview-v7-23.4.0.aar -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/Android/libs/cardview-v7-23.4.0.aar.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9402ba2918e1646ab9ff8f0d7510d9bc 3 | timeCreated: 1477350795 4 | licenseType: Pro 5 | PluginImporter: 6 | serializedVersion: 1 7 | iconMap: {} 8 | executionOrder: {} 9 | isPreloaded: 0 10 | platformData: 11 | Android: 12 | enabled: 1 13 | settings: {} 14 | Any: 15 | enabled: 0 16 | settings: {} 17 | Editor: 18 | enabled: 0 19 | settings: 20 | DefaultValueInitialized: true 21 | userData: 22 | assetBundleName: 23 | assetBundleVariant: 24 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/Android/libs/customtabs-23.4.0.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/FacebookSDK/Plugins/Android/libs/customtabs-23.4.0.aar -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/Android/libs/customtabs-23.4.0.aar.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6752589fe76e54d199c2459e6a9f5fc9 3 | timeCreated: 1477350814 4 | licenseType: Pro 5 | PluginImporter: 6 | serializedVersion: 1 7 | iconMap: {} 8 | executionOrder: {} 9 | isPreloaded: 0 10 | platformData: 11 | Android: 12 | enabled: 1 13 | settings: {} 14 | Any: 15 | enabled: 0 16 | settings: {} 17 | Editor: 18 | enabled: 0 19 | settings: 20 | DefaultValueInitialized: true 21 | userData: 22 | assetBundleName: 23 | assetBundleVariant: 24 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/Android/libs/facebook-android-sdk-4.17.0.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/FacebookSDK/Plugins/Android/libs/facebook-android-sdk-4.17.0.aar -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/Android/libs/facebook-android-sdk-4.17.0.aar.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ccb96b6ea0a9f4dbaa3bd74c45d476ca 3 | timeCreated: 1477678449 4 | licenseType: Pro 5 | PluginImporter: 6 | serializedVersion: 1 7 | iconMap: {} 8 | executionOrder: {} 9 | isPreloaded: 0 10 | platformData: 11 | Android: 12 | enabled: 1 13 | settings: {} 14 | Any: 15 | enabled: 0 16 | settings: {} 17 | Editor: 18 | enabled: 0 19 | settings: 20 | DefaultValueInitialized: true 21 | userData: 22 | assetBundleName: 23 | assetBundleVariant: 24 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/Android/libs/facebook-android-wrapper-7.9.0.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/FacebookSDK/Plugins/Android/libs/facebook-android-wrapper-7.9.0.aar -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/Android/libs/facebook-android-wrapper-7.9.0.aar.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3e5193f42e4c34c0c9637597017da2f5 3 | timeCreated: 1477677079 4 | licenseType: Pro 5 | PluginImporter: 6 | serializedVersion: 1 7 | iconMap: {} 8 | executionOrder: {} 9 | isPreloaded: 0 10 | platformData: 11 | Android: 12 | enabled: 1 13 | settings: {} 14 | Any: 15 | enabled: 0 16 | settings: {} 17 | Editor: 18 | enabled: 0 19 | settings: 20 | DefaultValueInitialized: true 21 | userData: 22 | assetBundleName: 23 | assetBundleVariant: 24 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/Android/libs/support-annotations-23.4.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/FacebookSDK/Plugins/Android/libs/support-annotations-23.4.0.jar -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/Android/libs/support-annotations-23.4.0.jar.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ae287c4ff5ca64e2c9120c01bf330afe 3 | timeCreated: 1477351391 4 | licenseType: Pro 5 | PluginImporter: 6 | serializedVersion: 1 7 | iconMap: {} 8 | executionOrder: {} 9 | isPreloaded: 0 10 | platformData: 11 | Android: 12 | enabled: 1 13 | settings: {} 14 | Any: 15 | enabled: 0 16 | settings: {} 17 | Editor: 18 | enabled: 0 19 | settings: 20 | DefaultValueInitialized: true 21 | userData: 22 | assetBundleName: 23 | assetBundleVariant: 24 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/Android/libs/support-v4-23.4.0.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/FacebookSDK/Plugins/Android/libs/support-v4-23.4.0.aar -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/Android/libs/support-v4-23.4.0.aar.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8e38d18d8ee9c4e47b9b2bc657145538 3 | timeCreated: 1477350795 4 | licenseType: Pro 5 | PluginImporter: 6 | serializedVersion: 1 7 | iconMap: {} 8 | executionOrder: {} 9 | isPreloaded: 0 10 | platformData: 11 | Android: 12 | enabled: 1 13 | settings: {} 14 | Any: 15 | enabled: 0 16 | settings: {} 17 | Editor: 18 | enabled: 0 19 | settings: 20 | DefaultValueInitialized: true 21 | userData: 22 | assetBundleName: 23 | assetBundleVariant: 24 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/Android/libs/support-vector-drawable-23.4.0.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/FacebookSDK/Plugins/Android/libs/support-vector-drawable-23.4.0.aar -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/Android/libs/support-vector-drawable-23.4.0.aar.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 94ea8f6d53d8c462ea58e6a2a9cdd752 3 | timeCreated: 1477351391 4 | licenseType: Pro 5 | PluginImporter: 6 | serializedVersion: 1 7 | iconMap: {} 8 | executionOrder: {} 9 | isPreloaded: 0 10 | platformData: 11 | Android: 12 | enabled: 1 13 | settings: {} 14 | Any: 15 | enabled: 0 16 | settings: {} 17 | Editor: 18 | enabled: 0 19 | settings: 20 | DefaultValueInitialized: true 21 | userData: 22 | assetBundleName: 23 | assetBundleVariant: 24 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/Arcade.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fa4e70fe171b3254caddbda3383e7476 3 | folderAsset: yes 4 | timeCreated: 1481661277 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/Arcade/Facebook.Unity.Arcade.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/FacebookSDK/Plugins/Arcade/Facebook.Unity.Arcade.dll -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/Arcade/FacebookNamedPipeClient.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/FacebookSDK/Plugins/Arcade/FacebookNamedPipeClient.dll -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 708490fc021dafa4f88a33ea428d79ee 3 | folderAsset: yes 4 | timeCreated: 1481661277 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/Editor/Facebook.Unity.Editor.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/FacebookSDK/Plugins/Editor/Facebook.Unity.Editor.dll -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/Editor/Facebook.Unity.Editor.dll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9b93e7907ef74461a8b956b5fabf78de 3 | timeCreated: 1468882738 4 | licenseType: Pro 5 | PluginImporter: 6 | serializedVersion: 1 7 | iconMap: {} 8 | executionOrder: {} 9 | isPreloaded: 0 10 | platformData: 11 | Any: 12 | enabled: 0 13 | settings: {} 14 | Editor: 15 | enabled: 1 16 | settings: 17 | DefaultValueInitialized: true 18 | WindowsStoreApps: 19 | enabled: 0 20 | settings: 21 | CPU: AnyCPU 22 | userData: 23 | assetBundleName: 24 | assetBundleVariant: 25 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/Editor/Facebook.Unity.PlatformEditor.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/FacebookSDK/Plugins/Editor/Facebook.Unity.PlatformEditor.dll -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/Editor/Facebook.Unity.PlatformEditor.dll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e08b2110da9b7431e8b9dd128682967d 3 | timeCreated: 1478640936 4 | licenseType: Pro 5 | PluginImporter: 6 | serializedVersion: 1 7 | iconMap: {} 8 | executionOrder: {} 9 | isPreloaded: 0 10 | platformData: 11 | Any: 12 | enabled: 0 13 | settings: {} 14 | Editor: 15 | enabled: 1 16 | settings: 17 | DefaultValueInitialized: true 18 | WindowsStoreApps: 19 | enabled: 0 20 | settings: 21 | CPU: AnyCPU 22 | userData: 23 | assetBundleName: 24 | assetBundleVariant: 25 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/Facebook.Unity.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/FacebookSDK/Plugins/Facebook.Unity.dll -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/Facebook.Unity.dll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 27422eaa46c114a7f8873ea027c33fcd 3 | timeCreated: 1468882737 4 | licenseType: Pro 5 | PluginImporter: 6 | serializedVersion: 1 7 | iconMap: {} 8 | executionOrder: {} 9 | isPreloaded: 0 10 | platformData: 11 | Any: 12 | enabled: 1 13 | settings: {} 14 | Editor: 15 | enabled: 0 16 | settings: 17 | DefaultValueInitialized: true 18 | WindowsStoreApps: 19 | enabled: 0 20 | settings: 21 | CPU: AnyCPU 22 | userData: 23 | assetBundleName: 24 | assetBundleVariant: 25 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/Settings.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ef8384a4961f7ad4bb477ab4eca1bcb9 3 | folderAsset: yes 4 | timeCreated: 1481661277 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/Settings/Facebook.Unity.Settings.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/FacebookSDK/Plugins/Settings/Facebook.Unity.Settings.dll -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/Settings/Facebook.Unity.Settings.dll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 39e483503d2cf46f9a78c3e844ad04a2 3 | timeCreated: 1477594420 4 | licenseType: Pro 5 | PluginImporter: 6 | serializedVersion: 1 7 | iconMap: {} 8 | executionOrder: {} 9 | isPreloaded: 0 10 | platformData: 11 | Any: 12 | enabled: 1 13 | settings: {} 14 | Editor: 15 | enabled: 0 16 | settings: 17 | DefaultValueInitialized: true 18 | WindowsStoreApps: 19 | enabled: 0 20 | settings: 21 | CPU: AnyCPU 22 | userData: 23 | assetBundleName: 24 | assetBundleVariant: 25 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 65a486a4b90d5094b92b698b1f6f5865 3 | folderAsset: yes 4 | timeCreated: 1481661277 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/Bolts.framework.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: da9bd3af9a0de23438d93a8e08dea727 3 | folderAsset: yes 4 | timeCreated: 1481661277 5 | licenseType: Free 6 | PluginImporter: 7 | serializedVersion: 1 8 | iconMap: {} 9 | executionOrder: {} 10 | isPreloaded: 0 11 | isOverridable: 0 12 | platformData: 13 | Any: 14 | enabled: 1 15 | settings: {} 16 | Editor: 17 | enabled: 0 18 | settings: 19 | DefaultValueInitialized: true 20 | userData: 21 | assetBundleName: 22 | assetBundleVariant: 23 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/Bolts.framework/Bolts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/Bolts.framework/Bolts -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/Bolts.framework/Bolts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c29620e8bd4f443c39123eec2f79289d 3 | timeCreated: 1468894376 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/Bolts.framework/Headers.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e98389d8d62328642a008907a233f332 3 | folderAsset: yes 4 | timeCreated: 1481661277 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/Bolts.framework/Headers/BFAppLink.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 579189fc43630499ea2cf1bc01d5c819 3 | timeCreated: 1468894377 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/Bolts.framework/Headers/BFAppLinkNavigation.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f2063e0ec995b40228e680962e963701 3 | timeCreated: 1468894377 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/Bolts.framework/Headers/BFAppLinkResolving.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (c) 2014, Facebook, Inc. 3 | * All rights reserved. 4 | * 5 | * This source code is licensed under the BSD-style license found in the 6 | * LICENSE file in the root directory of this source tree. An additional grant 7 | * of patent rights can be found in the PATENTS file in the same directory. 8 | * 9 | */ 10 | 11 | #import 12 | 13 | @class BFTask; 14 | 15 | /*! 16 | Implement this protocol to provide an alternate strategy for resolving 17 | App Links that may include pre-fetching, caching, or querying for App Link 18 | data from an index provided by a service provider. 19 | */ 20 | @protocol BFAppLinkResolving 21 | 22 | /*! 23 | Asynchronously resolves App Link data for a given URL. 24 | 25 | @param url The URL to resolve into an App Link. 26 | @returns A BFTask that will return a BFAppLink for the given URL. 27 | */ 28 | - (BFTask *)appLinkFromURLInBackground:(NSURL *)url; 29 | 30 | @end 31 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/Bolts.framework/Headers/BFAppLinkResolving.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b1f6c05a4dfde4103bbe5b0a9f18c143 3 | timeCreated: 1468894377 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/Bolts.framework/Headers/BFAppLinkReturnToRefererController.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0e65a5781693a42d3aa96ad89ad7db81 3 | timeCreated: 1468894376 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/Bolts.framework/Headers/BFAppLinkReturnToRefererView.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 22df44bddbcb54b68bcd1602080638e1 3 | timeCreated: 1468894376 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/Bolts.framework/Headers/BFAppLinkTarget.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (c) 2014, Facebook, Inc. 3 | * All rights reserved. 4 | * 5 | * This source code is licensed under the BSD-style license found in the 6 | * LICENSE file in the root directory of this source tree. An additional grant 7 | * of patent rights can be found in the PATENTS file in the same directory. 8 | * 9 | */ 10 | 11 | #import 12 | 13 | /*! 14 | Represents a target defined in App Link metadata, consisting of at least 15 | a URL, and optionally an App Store ID and name. 16 | */ 17 | @interface BFAppLinkTarget : NSObject 18 | 19 | /*! Creates a BFAppLinkTarget with the given app site and target URL. */ 20 | + (instancetype)appLinkTargetWithURL:(NSURL *)url 21 | appStoreId:(NSString *)appStoreId 22 | appName:(NSString *)appName; 23 | 24 | /*! The URL prefix for this app link target */ 25 | @property (nonatomic, strong, readonly) NSURL *URL; 26 | 27 | /*! The app ID for the app store */ 28 | @property (nonatomic, copy, readonly) NSString *appStoreId; 29 | 30 | /*! The name of the app */ 31 | @property (nonatomic, copy, readonly) NSString *appName; 32 | 33 | @end 34 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/Bolts.framework/Headers/BFAppLinkTarget.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8fef491f32d0d46fa96d626ab4eb545f 3 | timeCreated: 1468894377 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/Bolts.framework/Headers/BFCancellationToken.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 81d053f2a209a4c458a4cecf830e17eb 3 | timeCreated: 1468894377 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/Bolts.framework/Headers/BFCancellationTokenRegistration.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (c) 2014, Facebook, Inc. 3 | * All rights reserved. 4 | * 5 | * This source code is licensed under the BSD-style license found in the 6 | * LICENSE file in the root directory of this source tree. An additional grant 7 | * of patent rights can be found in the PATENTS file in the same directory. 8 | * 9 | */ 10 | 11 | #import 12 | 13 | NS_ASSUME_NONNULL_BEGIN 14 | 15 | /*! 16 | Represents the registration of a cancellation observer with a cancellation token. 17 | Can be used to unregister the observer at a later time. 18 | */ 19 | @interface BFCancellationTokenRegistration : NSObject 20 | 21 | /*! 22 | Removes the cancellation observer registered with the token 23 | and releases all resources associated with this registration. 24 | */ 25 | - (void)dispose; 26 | 27 | @end 28 | 29 | NS_ASSUME_NONNULL_END 30 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/Bolts.framework/Headers/BFCancellationTokenRegistration.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4cd1c76f0c7e54ad796da2717e1dc386 3 | timeCreated: 1468894377 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/Bolts.framework/Headers/BFCancellationTokenSource.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3a971d94bc9c645c5946472ac6ecc853 3 | timeCreated: 1468894376 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/Bolts.framework/Headers/BFExecutor.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4a38473dfc7b946afa9d857c137d155c 3 | timeCreated: 1468894376 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/Bolts.framework/Headers/BFMeasurementEvent.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: edc9f8db6421e43d0bb05f7550c32d08 3 | timeCreated: 1468894377 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/Bolts.framework/Headers/BFTask+Exceptions.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (c) 2016, Facebook, Inc. 3 | * All rights reserved. 4 | * 5 | * This source code is licensed under the BSD-style license found in the 6 | * LICENSE file in the root directory of this source tree. An additional grant 7 | * of patent rights can be found in the PATENTS file in the same directory. 8 | */ 9 | 10 | #pragma once 11 | 12 | #import 13 | 14 | NS_ASSUME_NONNULL_BEGIN 15 | 16 | /** 17 | Returns whether all instances of `BFTask` should automatically @try/@catch exceptions in continuation blocks. Default: `YES`. 18 | 19 | @return Boolean value indicating whether exceptions are being caught. 20 | */ 21 | extern BOOL BFTaskCatchesExceptions(void) 22 | __attribute__((deprecated("This is temporary API and will be removed in a future release."))); 23 | 24 | /** 25 | Set whether all instances of `BFTask` should automatically @try/@catch exceptions in continuation blocks. Default: `YES`. 26 | 27 | @param catchExceptions Boolean value indicating whether exceptions shoudl be caught. 28 | */ 29 | extern void BFTaskSetCatchesExceptions(BOOL catchExceptions) 30 | __attribute__((deprecated("This is a temporary API and will be removed in a future release."))); 31 | 32 | NS_ASSUME_NONNULL_END 33 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/Bolts.framework/Headers/BFTask+Exceptions.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6edc151064e70484a92deca244da59d0 3 | timeCreated: 1475514207 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/Bolts.framework/Headers/BFTask.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 392ed8566a0c141358d83df66b10c08d 3 | timeCreated: 1468894376 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/Bolts.framework/Headers/BFTaskCompletionSource.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ef61a55de1c294e1fa639693d6951a20 3 | timeCreated: 1468894377 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/Bolts.framework/Headers/BFURL.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c52f86239b8d542ca9dc1380e83d9881 3 | timeCreated: 1468894377 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/Bolts.framework/Headers/BFWebViewAppLinkResolver.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (c) 2014, Facebook, Inc. 3 | * All rights reserved. 4 | * 5 | * This source code is licensed under the BSD-style license found in the 6 | * LICENSE file in the root directory of this source tree. An additional grant 7 | * of patent rights can be found in the PATENTS file in the same directory. 8 | * 9 | */ 10 | 11 | #import 12 | 13 | #import 14 | 15 | /*! 16 | A reference implementation for an App Link resolver that uses a hidden UIWebView 17 | to parse the HTML containing App Link metadata. 18 | */ 19 | @interface BFWebViewAppLinkResolver : NSObject 20 | 21 | /*! 22 | Gets the instance of a BFWebViewAppLinkResolver. 23 | */ 24 | + (instancetype)sharedInstance; 25 | 26 | @end 27 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/Bolts.framework/Headers/BFWebViewAppLinkResolver.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 34975c61ee200422799e480baebfa638 3 | timeCreated: 1468894376 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/Bolts.framework/Headers/Bolts.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fa08abee44c78477593e5632149358cc 3 | timeCreated: 1468894377 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/Bolts.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/Bolts.framework/Info.plist -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/Bolts.framework/Info.plist.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1a6ded05df2a443ce9625d52d04f1f41 3 | timeCreated: 1468894376 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/Bolts.framework/Modules.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: af48c76cdf71b7b42bb3b1280cda4c17 3 | folderAsset: yes 4 | timeCreated: 1481661277 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/Bolts.framework/Modules/module.modulemap: -------------------------------------------------------------------------------- 1 | framework module Bolts { 2 | umbrella header "Bolts.h" 3 | 4 | export * 5 | module * { export * } 6 | 7 | explicit module BFAppLinkResolving { 8 | header "BFAppLinkResolving.h" 9 | export * 10 | } 11 | explicit module BFWebViewAppLinkResolver { 12 | header "BFWebViewAppLinkResolver.h" 13 | export * 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/Bolts.framework/Modules/module.modulemap.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 71966482ebd114642b4a8ad136f5593a 3 | timeCreated: 1468894377 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKCoreKit.framework.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2fbec2a72961e1442b8e72a3c845576d 3 | folderAsset: yes 4 | timeCreated: 1481661277 5 | licenseType: Free 6 | PluginImporter: 7 | serializedVersion: 1 8 | iconMap: {} 9 | executionOrder: {} 10 | isPreloaded: 0 11 | isOverridable: 0 12 | platformData: 13 | Any: 14 | enabled: 1 15 | settings: {} 16 | Editor: 17 | enabled: 0 18 | settings: 19 | DefaultValueInitialized: true 20 | userData: 21 | assetBundleName: 22 | assetBundleVariant: 23 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKCoreKit.framework/FBSDKCoreKit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKCoreKit.framework/FBSDKCoreKit -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKCoreKit.framework/FBSDKCoreKit.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 08513e634e848402bbf8deb441a8556c 3 | timeCreated: 1468894376 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKCoreKit.framework/Headers.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: db3fd4b2895bac0489a16977fd1d57eb 3 | folderAsset: yes 4 | timeCreated: 1481661277 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKCoreKit.framework/Headers/FBSDKAccessToken.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 601a632121a0e4c4e87033ffe6761e47 3 | timeCreated: 1468894377 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKCoreKit.framework/Headers/FBSDKAppEvents.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a7894edd7113548ccb3cb4e8a8a808f2 3 | timeCreated: 1468894377 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKCoreKit.framework/Headers/FBSDKAppLinkResolver.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f6707b6bc58f04f899b3f6c5135bac72 3 | timeCreated: 1468894377 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKCoreKit.framework/Headers/FBSDKAppLinkUtility.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3792fd66a2cc543899207a204e966b5e 3 | timeCreated: 1468894376 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKCoreKit.framework/Headers/FBSDKApplicationDelegate.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cd511b3ddf5424c36afb0a267cdcadcf 3 | timeCreated: 1468894377 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKCoreKit.framework/Headers/FBSDKButton.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d728d357592114c4e845e628045597b0 3 | timeCreated: 1468894377 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKCoreKit.framework/Headers/FBSDKConstants.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8e4b8c4295e8044fd9e0334dc5ccc4bd 3 | timeCreated: 1468894377 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKCoreKit.framework/Headers/FBSDKCopying.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 72c72f95f575b4161a0aea53f422da74 3 | timeCreated: 1468894377 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKCoreKit.framework/Headers/FBSDKCoreKit.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7fc1436a61ce4404a94f86db9d5eb10f 3 | timeCreated: 1468894377 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKCoreKit.framework/Headers/FBSDKGraphErrorRecoveryProcessor.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bab544aac610045b1804bc33c92210cb 3 | timeCreated: 1468894377 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKCoreKit.framework/Headers/FBSDKGraphRequest.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 59c0d11646d8c43a5ac2562ef797aa26 3 | timeCreated: 1468894377 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKCoreKit.framework/Headers/FBSDKGraphRequestConnection.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0430f9c7420324ba98d24dedf09b48b1 3 | timeCreated: 1468894376 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKCoreKit.framework/Headers/FBSDKGraphRequestDataAttachment.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f32eff2b8f2134c40ae66d296ba06496 3 | timeCreated: 1468894377 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKCoreKit.framework/Headers/FBSDKMacros.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c14d5f1d5a6704fe8a3293307c99a3e1 3 | timeCreated: 1468894377 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKCoreKit.framework/Headers/FBSDKMutableCopying.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3da7b1efb6f9f461cb7d4d73f3ff5d16 3 | timeCreated: 1468894376 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKCoreKit.framework/Headers/FBSDKProfile.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 179fec4753522440dbe5ccc60d0b51a6 3 | timeCreated: 1468894376 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKCoreKit.framework/Headers/FBSDKProfilePictureView.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c8d746b52370142a3be589933e550f54 3 | timeCreated: 1468894377 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKCoreKit.framework/Headers/FBSDKSettings.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 927f7453be9b041fa9a976e952a57744 3 | timeCreated: 1468894377 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKCoreKit.framework/Headers/FBSDKTestUsersManager.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d75e24d3c41544a8ca4b824dc720fa1f 3 | timeCreated: 1468894377 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKCoreKit.framework/Headers/FBSDKUtility.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 16a4c398cda054c86975d35842f1084f 3 | timeCreated: 1468894376 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKCoreKit.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKCoreKit.framework/Info.plist -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKCoreKit.framework/Info.plist.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c800f3dc327994692b667706c7e44a51 3 | timeCreated: 1468894376 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKCoreKit.framework/Modules.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cb2e66ba02718c949985ad1664aa3044 3 | folderAsset: yes 4 | timeCreated: 1481661277 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKCoreKit.framework/Modules/module.modulemap: -------------------------------------------------------------------------------- 1 | framework module FBSDKCoreKit { 2 | umbrella header "FBSDKCoreKit.h" 3 | 4 | export * 5 | module * { export * } 6 | } 7 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKCoreKit.framework/Modules/module.modulemap.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d5a7eafbfb7dc4c56abec6fe877c9219 3 | timeCreated: 1468894377 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKLoginKit.framework.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c00a7d4d231e0c44698c706a84ce4887 3 | folderAsset: yes 4 | timeCreated: 1481661277 5 | licenseType: Free 6 | PluginImporter: 7 | serializedVersion: 1 8 | iconMap: {} 9 | executionOrder: {} 10 | isPreloaded: 0 11 | isOverridable: 0 12 | platformData: 13 | Any: 14 | enabled: 1 15 | settings: {} 16 | Editor: 17 | enabled: 0 18 | settings: 19 | DefaultValueInitialized: true 20 | userData: 21 | assetBundleName: 22 | assetBundleVariant: 23 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKLoginKit.framework/FBSDKLoginKit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKLoginKit.framework/FBSDKLoginKit -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKLoginKit.framework/FBSDKLoginKit.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4c468f1afadf64590a5c522c15636dab 3 | timeCreated: 1468894376 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKLoginKit.framework/Headers.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7da611a3fc1859c4ea06e15291fc9c7f 3 | folderAsset: yes 4 | timeCreated: 1481661277 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKLoginKit.framework/Headers/FBSDKLoginButton.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: eccfc3706b2ef4a0483904e7f4ad26e1 3 | timeCreated: 1468894377 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKLoginKit.framework/Headers/FBSDKLoginConstants.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fa95aa62a6ca549738e589870fc7ef2f 3 | timeCreated: 1468894378 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKLoginKit.framework/Headers/FBSDKLoginKit.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c0c16c31321c14d279cde135e705f3a7 3 | timeCreated: 1468894377 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKLoginKit.framework/Headers/FBSDKLoginManager.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 830d1b730111f4451b6cfd8c3ce67795 3 | timeCreated: 1468894377 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKLoginKit.framework/Headers/FBSDKLoginManagerLoginResult.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cc2e0d5a7c8af464486ef27d29aa5aa9 3 | timeCreated: 1468894377 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKLoginKit.framework/Headers/FBSDKLoginTooltipView.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8ae05b48c219145d7a9aa497180fe791 3 | timeCreated: 1468894377 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKLoginKit.framework/Headers/FBSDKTooltipView.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 05009158845dd45c7b20e4bbea92b717 3 | timeCreated: 1468894376 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKLoginKit.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKLoginKit.framework/Info.plist -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKLoginKit.framework/Info.plist.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6e913a1585baa4d3b979307e84473007 3 | timeCreated: 1468894376 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKLoginKit.framework/Modules.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ed0d1ab21ba3de544b9ddcf521342a01 3 | folderAsset: yes 4 | timeCreated: 1481661277 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKLoginKit.framework/Modules/module.modulemap: -------------------------------------------------------------------------------- 1 | framework module FBSDKLoginKit { 2 | umbrella header "FBSDKLoginKit.h" 3 | 4 | export * 5 | module * { export * } 6 | } 7 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKLoginKit.framework/Modules/module.modulemap.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c3bba57e2bd98490c8f5ad55d8a9bb97 3 | timeCreated: 1468894377 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKShareKit.framework.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 31cf6c6e151cc8c488816f39da0db5c9 3 | folderAsset: yes 4 | timeCreated: 1481661277 5 | licenseType: Free 6 | PluginImporter: 7 | serializedVersion: 1 8 | iconMap: {} 9 | executionOrder: {} 10 | isPreloaded: 0 11 | isOverridable: 0 12 | platformData: 13 | Any: 14 | enabled: 1 15 | settings: {} 16 | Editor: 17 | enabled: 0 18 | settings: 19 | DefaultValueInitialized: true 20 | userData: 21 | assetBundleName: 22 | assetBundleVariant: 23 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKShareKit.framework/FBSDKShareKit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKShareKit.framework/FBSDKShareKit -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKShareKit.framework/FBSDKShareKit.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 76cab6ae7d22f464182e247c4c645538 3 | timeCreated: 1468894376 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKShareKit.framework/Headers.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 896987c5243150e49a4aa890bac17221 3 | folderAsset: yes 4 | timeCreated: 1481661277 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKShareKit.framework/Headers/FBSDKAppGroupAddDialog.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 25ef44a8d64ff4012b85477255e5965e 3 | timeCreated: 1468894376 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKShareKit.framework/Headers/FBSDKAppGroupContent.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5d94093410f9a4484b64174b38645e8b 3 | timeCreated: 1468894377 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKShareKit.framework/Headers/FBSDKAppGroupJoinDialog.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 812a3df90fa614253a421bc1eae7fd68 3 | timeCreated: 1468894377 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKShareKit.framework/Headers/FBSDKAppInviteContent.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bc6e5dc7f961340c18bc9efdae687a60 3 | timeCreated: 1468894377 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKShareKit.framework/Headers/FBSDKAppInviteDialog.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 09a19dd2f97564af19450c7f81cca460 3 | timeCreated: 1468894376 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKShareKit.framework/Headers/FBSDKGameRequestContent.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b3b3edbee43094d468de47e9d68d1746 3 | timeCreated: 1468894377 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKShareKit.framework/Headers/FBSDKGameRequestDialog.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 71fecd3ecaf524aea80d5bbd78e88442 3 | timeCreated: 1468894377 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKShareKit.framework/Headers/FBSDKHashtag.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ece7d8afc6ded455bac1b63d743fc7ea 3 | timeCreated: 1468894377 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKShareKit.framework/Headers/FBSDKLikeButton.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d1a8491ddcd134c349fb2b1a58d26c10 3 | timeCreated: 1468894377 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKShareKit.framework/Headers/FBSDKLikeControl.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 88687835d524b40f086811cddd4d458b 3 | timeCreated: 1468894377 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKShareKit.framework/Headers/FBSDKLikeObjectType.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6dbe1111e9ca6434493a69d621214a87 3 | timeCreated: 1468894377 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKShareKit.framework/Headers/FBSDKLiking.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fd46479a8ca2944b98c39b964b27e092 3 | timeCreated: 1468894378 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKShareKit.framework/Headers/FBSDKMessageDialog.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 21452b989ece44dd4b1e1a77299dfdf2 3 | timeCreated: 1468894376 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKShareKit.framework/Headers/FBSDKSendButton.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5cac1ea30cdb24262be9dcfd0a5f6906 3 | timeCreated: 1468894377 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKShareKit.framework/Headers/FBSDKShareAPI.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 962bb1adba68c4d3f88121a05d093685 3 | timeCreated: 1468894377 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKShareKit.framework/Headers/FBSDKShareButton.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1a5994d65f95f46009ea068bca2735d5 3 | timeCreated: 1468894376 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKShareKit.framework/Headers/FBSDKShareConstants.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a41e00269260d46bc80e08319f061c5e 3 | timeCreated: 1468894377 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKShareKit.framework/Headers/FBSDKShareDialog.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9de4f723a83a3487f90bbbbae9d1d4a0 3 | timeCreated: 1468894377 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKShareKit.framework/Headers/FBSDKShareDialogMode.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ae09608ea83094efcab27e98692732e0 3 | timeCreated: 1468894377 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKShareKit.framework/Headers/FBSDKShareKit.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0cd5424be63974aa7b948f166e267248 3 | timeCreated: 1468894376 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKShareKit.framework/Headers/FBSDKShareLinkContent.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f89344d690c704613beb3fa60f0afdc7 3 | timeCreated: 1468894377 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKShareKit.framework/Headers/FBSDKShareMediaContent.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5cba6d82e77414f27a3d148fbbf5f11a 3 | timeCreated: 1468894377 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKShareKit.framework/Headers/FBSDKShareOpenGraphAction.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2ecda55ab8ede4483b6a2f366ca9b02b 3 | timeCreated: 1468894376 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKShareKit.framework/Headers/FBSDKShareOpenGraphContent.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d0db8a061ba104ba7ba6c80ccc655e09 3 | timeCreated: 1468894377 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKShareKit.framework/Headers/FBSDKShareOpenGraphObject.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1d70006da3a4144ea9658310f533a320 3 | timeCreated: 1468894376 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKShareKit.framework/Headers/FBSDKShareOpenGraphValueContainer.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 934e3c6c88c80492b855c06132c8024b 3 | timeCreated: 1468894377 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKShareKit.framework/Headers/FBSDKSharePhoto.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c39004773d3904e81ab1ea27260c1d2c 3 | timeCreated: 1468894377 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKShareKit.framework/Headers/FBSDKSharePhotoContent.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f83acce0f3df34e6d9bde0d890014385 3 | timeCreated: 1468894377 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKShareKit.framework/Headers/FBSDKShareVideo.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8e50c811b5641459e85785e0dabc7443 3 | timeCreated: 1468894377 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKShareKit.framework/Headers/FBSDKShareVideoContent.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c7329ef489a77474aaea301da64fb285 3 | timeCreated: 1468894377 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKShareKit.framework/Headers/FBSDKSharing.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 21b630766029649e0a2a20243a9aafef 3 | timeCreated: 1468894376 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKShareKit.framework/Headers/FBSDKSharingButton.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 50b3952d9475949769a18cbec63e6a87 3 | timeCreated: 1468894377 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKShareKit.framework/Headers/FBSDKSharingContent.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c3672e10d637d4cfaa8ca0792ad11fca 3 | timeCreated: 1468894377 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKShareKit.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKShareKit.framework/Info.plist -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKShareKit.framework/Info.plist.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 62cb6295a417b4ebf8cecd5500ff8697 3 | timeCreated: 1468894376 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKShareKit.framework/Modules.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e4ad71e047833874aa4a20ecd0883c88 3 | folderAsset: yes 4 | timeCreated: 1481661277 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKShareKit.framework/Modules/module.modulemap: -------------------------------------------------------------------------------- 1 | framework module FBSDKShareKit { 2 | umbrella header "FBSDKShareKit.h" 3 | 4 | export * 5 | module * { export * } 6 | } 7 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/FBSDKShareKit.framework/Modules/module.modulemap.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b3ed43b8a1c9e442080bcc70fe6b75ae 3 | timeCreated: 1468894377 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/Facebook.Unity.Android.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/Facebook.Unity.Android.dll -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/Facebook.Unity.IOS.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/Facebook.Unity.IOS.dll -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/Plugins/iOS/Facebook.Unity.IOS.dll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 30238c53c131f4d7cb46fdcbf940f7fc 3 | timeCreated: 1470699192 4 | licenseType: Pro 5 | PluginImporter: 6 | serializedVersion: 1 7 | iconMap: {} 8 | executionOrder: {} 9 | isPreloaded: 0 10 | platformData: 11 | Android: 12 | enabled: 0 13 | settings: 14 | CPU: AnyCPU 15 | Any: 16 | enabled: 0 17 | settings: {} 18 | Editor: 19 | enabled: 0 20 | settings: 21 | CPU: AnyCPU 22 | DefaultValueInitialized: true 23 | OS: AnyOS 24 | Linux: 25 | enabled: 0 26 | settings: 27 | CPU: x86 28 | Linux64: 29 | enabled: 0 30 | settings: 31 | CPU: x86_64 32 | OSXIntel: 33 | enabled: 0 34 | settings: 35 | CPU: AnyCPU 36 | OSXIntel64: 37 | enabled: 0 38 | settings: 39 | CPU: AnyCPU 40 | Win: 41 | enabled: 0 42 | settings: 43 | CPU: AnyCPU 44 | Win64: 45 | enabled: 0 46 | settings: 47 | CPU: AnyCPU 48 | WindowsStoreApps: 49 | enabled: 0 50 | settings: 51 | CPU: AnyCPU 52 | iOS: 53 | enabled: 1 54 | settings: 55 | CompileFlags: 56 | FrameworkDependencies: 57 | userData: 58 | assetBundleName: 59 | assetBundleVariant: 60 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/SDK.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1aedd499a6d568745b2eaf15b6ad2511 3 | folderAsset: yes 4 | timeCreated: 1481661277 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/SDK/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e1545bc050ae26043b777679865c532e 3 | folderAsset: yes 4 | timeCreated: 1481661277 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/SDK/Editor/iOS.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b3305394a0ffcdb4aae3e9d249c5d84b 3 | folderAsset: yes 4 | timeCreated: 1481661277 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/SDK/Editor/iOS/FBSDK+Internal.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 66952bdb75cae4c348f3d0521da59bfd 3 | timeCreated: 1435164989 4 | licenseType: Pro 5 | PluginImporter: 6 | serializedVersion: 1 7 | iconMap: {} 8 | executionOrder: {} 9 | isPreloaded: 0 10 | platformData: 11 | Android: 12 | enabled: 0 13 | settings: 14 | CPU: AnyCPU 15 | Any: 16 | enabled: 0 17 | settings: {} 18 | Editor: 19 | enabled: 1 20 | settings: 21 | CPU: AnyCPU 22 | DefaultValueInitialized: true 23 | OS: AnyOS 24 | Linux: 25 | enabled: 0 26 | settings: 27 | CPU: x86 28 | Linux64: 29 | enabled: 0 30 | settings: 31 | CPU: x86_64 32 | OSXIntel: 33 | enabled: 0 34 | settings: 35 | CPU: AnyCPU 36 | OSXIntel64: 37 | enabled: 0 38 | settings: 39 | CPU: AnyCPU 40 | SamsungTV: 41 | enabled: 0 42 | settings: 43 | STV_MODEL: STANDARD_13 44 | Win: 45 | enabled: 0 46 | settings: 47 | CPU: AnyCPU 48 | Win64: 49 | enabled: 0 50 | settings: 51 | CPU: AnyCPU 52 | iOS: 53 | enabled: 1 54 | settings: 55 | CompileFlags: 56 | FrameworkDependencies: 57 | userData: 58 | assetBundleName: 59 | assetBundleVariant: 60 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/SDK/Editor/iOS/FBUnityInterface.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 511e95bcdad89425999ccbb3e315246a 3 | PluginImporter: 4 | serializedVersion: 1 5 | iconMap: {} 6 | executionOrder: {} 7 | isPreloaded: 0 8 | platformData: 9 | Android: 10 | enabled: 0 11 | settings: 12 | CPU: AnyCPU 13 | Any: 14 | enabled: 0 15 | settings: {} 16 | Editor: 17 | enabled: 1 18 | settings: 19 | CPU: AnyCPU 20 | DefaultValueInitialized: true 21 | OS: AnyOS 22 | Linux: 23 | enabled: 0 24 | settings: 25 | CPU: x86 26 | Linux64: 27 | enabled: 0 28 | settings: 29 | CPU: x86_64 30 | OSXIntel: 31 | enabled: 0 32 | settings: 33 | CPU: AnyCPU 34 | OSXIntel64: 35 | enabled: 0 36 | settings: 37 | CPU: AnyCPU 38 | SamsungTV: 39 | enabled: 0 40 | settings: 41 | STV_MODEL: STANDARD_13 42 | Win: 43 | enabled: 0 44 | settings: 45 | CPU: AnyCPU 46 | Win64: 47 | enabled: 0 48 | settings: 49 | CPU: AnyCPU 50 | iOS: 51 | enabled: 1 52 | settings: 53 | CompileFlags: 54 | FrameworkDependencies: 55 | userData: 56 | assetBundleName: 57 | assetBundleVariant: 58 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/SDK/Editor/iOS/FBUnityInterface.mm.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4c29c5d59509848c4bc24c13ac976932 3 | PluginImporter: 4 | serializedVersion: 1 5 | iconMap: {} 6 | executionOrder: {} 7 | isPreloaded: 0 8 | platformData: 9 | Android: 10 | enabled: 0 11 | settings: 12 | CPU: AnyCPU 13 | Any: 14 | enabled: 0 15 | settings: {} 16 | Editor: 17 | enabled: 1 18 | settings: 19 | CPU: AnyCPU 20 | DefaultValueInitialized: true 21 | OS: AnyOS 22 | Linux: 23 | enabled: 0 24 | settings: 25 | CPU: x86 26 | Linux64: 27 | enabled: 0 28 | settings: 29 | CPU: x86_64 30 | OSXIntel: 31 | enabled: 0 32 | settings: 33 | CPU: AnyCPU 34 | OSXIntel64: 35 | enabled: 0 36 | settings: 37 | CPU: AnyCPU 38 | SamsungTV: 39 | enabled: 0 40 | settings: 41 | STV_MODEL: STANDARD_13 42 | Win: 43 | enabled: 0 44 | settings: 45 | CPU: AnyCPU 46 | Win64: 47 | enabled: 0 48 | settings: 49 | CPU: AnyCPU 50 | iOS: 51 | enabled: 1 52 | settings: 53 | CompileFlags: 54 | FrameworkDependencies: 55 | userData: 56 | assetBundleName: 57 | assetBundleVariant: 58 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/SDK/Editor/iOS/FBUnityUtility.h.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b4469d6625a664618b68231ee0dcc093 3 | timeCreated: 1435010266 4 | licenseType: Pro 5 | PluginImporter: 6 | serializedVersion: 1 7 | iconMap: {} 8 | executionOrder: {} 9 | isPreloaded: 0 10 | platformData: 11 | Android: 12 | enabled: 0 13 | settings: 14 | CPU: AnyCPU 15 | Any: 16 | enabled: 0 17 | settings: {} 18 | Editor: 19 | enabled: 1 20 | settings: 21 | CPU: AnyCPU 22 | DefaultValueInitialized: true 23 | OS: AnyOS 24 | Linux: 25 | enabled: 0 26 | settings: 27 | CPU: x86 28 | Linux64: 29 | enabled: 0 30 | settings: 31 | CPU: x86_64 32 | OSXIntel: 33 | enabled: 0 34 | settings: 35 | CPU: AnyCPU 36 | OSXIntel64: 37 | enabled: 0 38 | settings: 39 | CPU: AnyCPU 40 | SamsungTV: 41 | enabled: 0 42 | settings: 43 | STV_MODEL: STANDARD_13 44 | Win: 45 | enabled: 0 46 | settings: 47 | CPU: AnyCPU 48 | Win64: 49 | enabled: 0 50 | settings: 51 | CPU: AnyCPU 52 | iOS: 53 | enabled: 1 54 | settings: 55 | CompileFlags: 56 | FrameworkDependencies: 57 | userData: 58 | assetBundleName: 59 | assetBundleVariant: 60 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/SDK/Editor/iOS/fixup.projmods: -------------------------------------------------------------------------------- 1 | { 2 | "group": "Facebook", 3 | "patches": [], 4 | "libs": [ 5 | "libsqlite3.0.dylib:weak", 6 | ], 7 | "librarysearchpaths": [ 8 | ], 9 | "frameworks": [ 10 | "Accounts.framework:weak", 11 | "AdSupport.framework:weak", 12 | "Social.framework:weak", 13 | "Security.framework:weak", 14 | ], 15 | "headerpaths": [ 16 | "Facebook/Editor/iOS", 17 | "Facebook/Scripts" 18 | ], 19 | "files": [ 20 | "Facebook/Scripts/NativeDialogModes.cs", 21 | ], 22 | "folders": [], 23 | "excludes": ["^.*\\.meta$", "^.*\\.mdown^", "^.*\\.pdf$"] 24 | } 25 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/SDK/Editor/iOS/fixup.projmods.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: aead30834362b490ea67fdd7fd0351c5 3 | DefaultImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/SDK/Resources.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c12f9be78f5091446aeb3ef3c990fad2 3 | folderAsset: yes 4 | timeCreated: 1481737496 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/SDK/Resources/FacebookSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &11400000 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 0 6 | m_PrefabParentObject: {fileID: 0} 7 | m_PrefabInternal: {fileID: 0} 8 | m_GameObject: {fileID: 0} 9 | m_Enabled: 1 10 | m_EditorHideFlags: 0 11 | m_Script: {fileID: -2115301841, guid: 39e483503d2cf46f9a78c3e844ad04a2, type: 3} 12 | m_Name: FacebookSettings 13 | m_EditorClassIdentifier: 14 | selectedAppIndex: 0 15 | clientTokens: 16 | - 17 | appIds: 18 | - 19 | appLabels: 20 | - App Name 21 | cookie: 1 22 | logging: 1 23 | status: 1 24 | xfbml: 0 25 | frictionlessRequests: 1 26 | iosURLSuffix: 27 | appLinkSchemes: 28 | - list: [] 29 | uploadAccessToken: 30 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/SDK/Resources/FacebookSettings.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e394e2a6735faff47941f0ac0ea882b3 3 | timeCreated: 1481737496 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/link.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/FacebookSDK/link.xml.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 51f4619c385224a23a3edb9092c7d49b 3 | timeCreated: 1478648849 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 56e5a306b7cdf432c98aa10e1a919911 3 | folderAsset: yes 4 | timeCreated: 1480808387 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 89afb0747666c42ff9efab8226b27242 3 | folderAsset: yes 4 | timeCreated: 1456366255 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Animations.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 08b59d1dc6d1148aab41757a0ef1312c 3 | folderAsset: yes 4 | timeCreated: 1456376464 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Animations/BlueFlying.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a620a134f64a848f1a0d6bac4e5e516f 3 | timeCreated: 1456376464 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Animations/BluePlane.controller.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 72ca97a2983c34d8ea05a3b626da000c 3 | timeCreated: 1456376464 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Animations/EnemyPlane.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 24e64dc5580a446529b78d676c20dac7 3 | timeCreated: 1456884961 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Animations/EnemyPlane.controller.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 11df71d4fa53c477fbc9159f85bf6c5b 3 | timeCreated: 1456884961 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Animations/OutroDialog.controller.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a3733cfeb5694423da003fa9738b23c0 3 | timeCreated: 1456813261 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Animations/OutroDialogInAnimation.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dabdb1e89f8d1434fbd80c919efeb1e8 3 | timeCreated: 1456813261 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Animations/RedFlying.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2c4ba0ae180f2324e83be7e055a1afa5 3 | timeCreated: 1461559371 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Animations/RedPlane.controller.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6629a7202ef586947928089221104ec9 3 | timeCreated: 1461559371 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Animations/Star.controller.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 99c099a2e09ca404a80a9d861975d737 3 | timeCreated: 1456847770 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Animations/StarAnimation.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 08d520e4a870b4903b8b03bac44c056f 3 | timeCreated: 1456847770 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Animations/TapTick.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 197900b6a28d34b518cdcf2ec5a003da 3 | timeCreated: 1456797717 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Animations/TapTick.controller.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 60b807ad10ca642238c80997d831f9bb 3 | timeCreated: 1456797717 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Animations/YellowFlying.anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ad86ca1a33d878b4c879b4eb387ba8b5 3 | timeCreated: 1461559614 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Animations/YellowPlane.controller.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ab629b70317ad5b468b806dad21c1b59 3 | timeCreated: 1461559614 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Bundles.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a0257cd1604758b45a52049870fd6a98 3 | folderAsset: yes 4 | timeCreated: 1484432054 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Bundles/Planes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f24676904828bfd42ba61a9aad08a950 3 | folderAsset: yes 4 | timeCreated: 1484332855 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Bundles/Planes/BasePlanePack.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 30b16cdf24937d14bb5dc04a13dc9b7f 3 | folderAsset: yes 4 | timeCreated: 1461541302 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: baseplanepack 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Bundles/Planes/BasePlanePack/Icons.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 15c7e3e88a8a7cf4087173a92b56dd7f 3 | folderAsset: yes 4 | timeCreated: 1461526329 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Bundles/Planes/BasePlanePack/Icons/BlueBiplaneIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/Bundles/Planes/BasePlanePack/Icons/BlueBiplaneIcon.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Bundles/Planes/BasePlanePack/PlaneList.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &11400000 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 0 6 | m_PrefabParentObject: {fileID: 0} 7 | m_PrefabInternal: {fileID: 0} 8 | m_GameObject: {fileID: 0} 9 | m_Enabled: 1 10 | m_EditorHideFlags: 0 11 | m_Script: {fileID: 11500000, guid: 713e112f338267b42bf9a725ae40e277, type: 3} 12 | m_Name: PlaneList 13 | m_EditorClassIdentifier: 14 | playerPrefabItems: 15 | - iconFile: BlueBiplaneIcon 16 | prefabFile: BlueBiplanePlayer 17 | id: 0 18 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Bundles/Planes/BasePlanePack/PlaneList.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3a054a0e47655ee4ba2f5296abdcad1a 3 | timeCreated: 1461552481 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Bundles/Planes/BasePlanePack/Prefabs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 27b9c12aa20f5954ab53e053da17d1ba 3 | folderAsset: yes 4 | timeCreated: 1461519619 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Bundles/Planes/BasePlanePack/Prefabs/BlueBiplanePlayer.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 058488dbba7bd47d1adb8ae0236df0cd 3 | timeCreated: 1456379979 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Bundles/Planes/ColorPlanePack.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: de344b0c0a6c61c4ea1776c99ed4a1d0 3 | folderAsset: yes 4 | timeCreated: 1484332985 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: colorplanepack 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Bundles/Planes/ColorPlanePack/PlaneList.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &11400000 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 0 6 | m_PrefabParentObject: {fileID: 0} 7 | m_PrefabInternal: {fileID: 0} 8 | m_GameObject: {fileID: 0} 9 | m_Enabled: 1 10 | m_EditorHideFlags: 0 11 | m_Script: {fileID: 11500000, guid: 713e112f338267b42bf9a725ae40e277, type: 3} 12 | m_Name: PlaneList 13 | m_EditorClassIdentifier: 14 | playerPrefabItems: 15 | - iconFile: RedBiplaneIcon 16 | prefabFile: RedBiplanePlayer 17 | id: 1 18 | - iconFile: YellowBiplaneIcon 19 | prefabFile: YellowBiplanePlayer 20 | id: 2 21 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Bundles/Planes/ColorPlanePack/PlaneList.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 06cd7f44b95983f49a41bd07c26a44c4 3 | timeCreated: 1461552481 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Bundles/Planes/ColorPlanePack/Prefabs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 83c67624709aaa943924cf5634e3222b 3 | folderAsset: yes 4 | timeCreated: 1484332992 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Bundles/Planes/ColorPlanePack/Prefabs/RedBiplanePlayer.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ca17c5f6b1f4d2c439e666481f05a70f 3 | timeCreated: 1461520228 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Bundles/Planes/ColorPlanePack/Prefabs/YellowBiplanePlayer.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6730dbd189d4cce4bbce03eba691791c 3 | timeCreated: 1461526276 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Bundles/Planes/ColorPlanePack/Sprites.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c1968bb499b60ad4dbb90cb3f36f4c2c 3 | folderAsset: yes 4 | timeCreated: 1484333049 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Bundles/Planes/ColorPlanePack/Sprites/RedBiplaneIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/Bundles/Planes/ColorPlanePack/Sprites/RedBiplaneIcon.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Bundles/Planes/ColorPlanePack/Sprites/YellowBiplaneIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/Bundles/Planes/ColorPlanePack/Sprites/YellowBiplaneIcon.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Bundles/bundlelist.json: -------------------------------------------------------------------------------- 1 | { 2 | "planePacks" : [ 3 | "colorplanepack" 4 | ] 5 | } -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Bundles/bundlelist.json.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4d0a047317beca047838a6f37bdb1c65 3 | timeCreated: 1484432622 4 | licenseType: Free 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Font.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b783104d9ab3b4d948a2670a31a46043 3 | folderAsset: yes 4 | timeCreated: 1456372441 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Font/kenvector_future.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/Font/kenvector_future.ttf -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Font/kenvector_future.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 720e8ea3126634003ae8c4df2232fe48 3 | timeCreated: 1456372448 4 | licenseType: Free 5 | TrueTypeFontImporter: 6 | serializedVersion: 2 7 | fontSize: 16 8 | forceTextureCase: -2 9 | characterSpacing: 1 10 | characterPadding: 0 11 | includeFontData: 1 12 | use2xBehaviour: 0 13 | fontNames: [] 14 | fallbackFontReferences: [] 15 | customCharacters: 16 | fontRenderingMode: 0 17 | userData: 18 | assetBundleName: 19 | assetBundleVariant: 20 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Font/kenvector_future_thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/Font/kenvector_future_thin.ttf -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Font/kenvector_future_thin.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 36d861fbd856c4c2bac2f6fc3bb2f1da 3 | timeCreated: 1456372448 4 | licenseType: Free 5 | TrueTypeFontImporter: 6 | serializedVersion: 2 7 | fontSize: 16 8 | forceTextureCase: -2 9 | characterSpacing: 1 10 | characterPadding: 0 11 | includeFontData: 1 12 | use2xBehaviour: 0 13 | fontNames: [] 14 | fallbackFontReferences: [] 15 | customCharacters: 16 | fontRenderingMode: 0 17 | userData: 18 | assetBundleName: 19 | assetBundleVariant: 20 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f4f976a1cc490442e87ec69755a71888 3 | folderAsset: yes 4 | timeCreated: 1456808059 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Materials/SmokeMaterial.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 6 6 | m_ObjectHideFlags: 0 7 | m_PrefabParentObject: {fileID: 0} 8 | m_PrefabInternal: {fileID: 0} 9 | m_Name: SmokeMaterial 10 | m_Shader: {fileID: 203, guid: 0000000000000000f000000000000000, type: 0} 11 | m_ShaderKeywords: 12 | m_LightmapFlags: 5 13 | m_CustomRenderQueue: 3000 14 | stringTagMap: {} 15 | m_SavedProperties: 16 | serializedVersion: 2 17 | m_TexEnvs: 18 | data: 19 | first: 20 | name: _MainTex 21 | second: 22 | m_Texture: {fileID: 2800000, guid: 53c86988d376f4221b4e56ca6e1a5a03, type: 3} 23 | m_Scale: {x: 1, y: 1} 24 | m_Offset: {x: 0, y: 0} 25 | m_Floats: 26 | data: 27 | first: 28 | name: _InvFade 29 | second: 1 30 | m_Colors: 31 | data: 32 | first: 33 | name: _TintColor 34 | second: {r: 0.25735295, g: 0.23653764, b: 0.23653764, a: 1} 35 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Materials/SmokeMaterial.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4888bd46db9944a14934d22377a17c90 3 | timeCreated: 1456807846 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/PNG.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fab42be54f3194536b65de80013e6b68 3 | folderAsset: yes 4 | timeCreated: 1456372441 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/PNG/Numbers.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 10fe8ce64842148afad205d368d59aee 3 | folderAsset: yes 4 | timeCreated: 1456372441 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/PNG/Numbers/number0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/PNG/Numbers/number0.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/PNG/Numbers/number1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/PNG/Numbers/number1.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/PNG/Numbers/number2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/PNG/Numbers/number2.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/PNG/Numbers/number3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/PNG/Numbers/number3.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/PNG/Numbers/number4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/PNG/Numbers/number4.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/PNG/Numbers/number5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/PNG/Numbers/number5.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/PNG/Numbers/number6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/PNG/Numbers/number6.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/PNG/Numbers/number7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/PNG/Numbers/number7.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/PNG/Numbers/number8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/PNG/Numbers/number8.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/PNG/Numbers/number9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/PNG/Numbers/number9.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/PNG/groundDirt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/PNG/groundDirt.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/PNG/groundIce.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/PNG/groundIce.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/PNG/groundRock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/PNG/groundRock.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/PNG/groundSnow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/PNG/groundSnow.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/PNG/rockIce.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/PNG/rockIce.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/PNG/rockIceDown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/PNG/rockIceDown.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/PNG/starBronze.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/PNG/starBronze.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/PNG/starSilver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/PNG/starSilver.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 54ddf6f725d14a741907332fdbff9d7f 3 | folderAsset: yes 4 | timeCreated: 1483996971 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Prefab/Entities.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2db7f136dd2dd5548998343971931571 3 | folderAsset: yes 4 | timeCreated: 1458796318 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Prefab/Entities/SingleEnemy.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ff76f9ddf04b5954b9d2f0de77210cc4 3 | timeCreated: 1458796340 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Prefab/Entities/Star.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9b8dd613b9dfe2244bd21e113e93b253 3 | timeCreated: 1458796347 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Prefab/Obstacles.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d4ed887407f1ec143a63ee6d46a2c743 3 | folderAsset: yes 4 | timeCreated: 1458791954 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Prefab/Obstacles/Grassy.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 99ff0f193897d4998bc428bde945cf13 3 | timeCreated: 1456379917 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Prefab/Obstacles/GrassyRock.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6e1477b78d83444b197d804bfe291cde 3 | timeCreated: 1456454871 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Prefab/Obstacles/Rock.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b356b57f5f2c14de3a217197a9f1f52f 3 | timeCreated: 1456380596 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Prefab/Obstacles/RockGrassy.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 609d6b9dc807a42a395996b0527711c7 3 | timeCreated: 1456380759 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Sprites.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2c65b7777d27d4d3daccd1dc4b015f7b 3 | folderAsset: yes 4 | timeCreated: 1456372689 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Sprites/FX.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8fb28cdbcefe84fb587a5112a585ff57 3 | folderAsset: yes 4 | timeCreated: 1456799152 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Sprites/FX/puffLarge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/Sprites/FX/puffLarge.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Sprites/Obstacles.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0cec3f6262b294fe7babaca02f1453d3 3 | folderAsset: yes 4 | timeCreated: 1456377825 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Sprites/Obstacles/rock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/Sprites/Obstacles/rock.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Sprites/Obstacles/rockDown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/Sprites/Obstacles/rockDown.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Sprites/Obstacles/rockGrass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/Sprites/Obstacles/rockGrass.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Sprites/Obstacles/rockGrassDown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/Sprites/Obstacles/rockGrassDown.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Sprites/Other.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 995d9e2974df0480787440b6013697f4 3 | folderAsset: yes 4 | timeCreated: 1456810230 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Sprites/Other/starGold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/Sprites/Other/starGold.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Sprites/Planes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3c5de5c8ba00e4d34ac6c0d0650ff56b 3 | folderAsset: yes 4 | timeCreated: 1456372441 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Sprites/Planes/planeBlue1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/Sprites/Planes/planeBlue1.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Sprites/Planes/planeBlue2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/Sprites/Planes/planeBlue2.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Sprites/Planes/planeBlue3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/Sprites/Planes/planeBlue3.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Sprites/Planes/planeGreen1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/Sprites/Planes/planeGreen1.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Sprites/Planes/planeGreen2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/Sprites/Planes/planeGreen2.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Sprites/Planes/planeGreen3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/Sprites/Planes/planeGreen3.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Sprites/Planes/planeRed1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/Sprites/Planes/planeRed1.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Sprites/Planes/planeRed2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/Sprites/Planes/planeRed2.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Sprites/Planes/planeRed3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/Sprites/Planes/planeRed3.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Sprites/Planes/planeYellow1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/Sprites/Planes/planeYellow1.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Sprites/Planes/planeYellow2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/Sprites/Planes/planeYellow2.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Sprites/Planes/planeYellow3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/Sprites/Planes/planeYellow3.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Sprites/Scenery.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e356249ae5daa4cc685c70ba068c3836 3 | folderAsset: yes 4 | timeCreated: 1456375301 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Sprites/Scenery/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/Sprites/Scenery/background.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Sprites/Scenery/groundGrass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/Sprites/Scenery/groundGrass.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Sprites/UI.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b331d2f7f01f7482eb3372cb928fb311 3 | folderAsset: yes 4 | timeCreated: 1456372441 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Sprites/UI/Letters.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4a2fcc0e3e21f4c8fb810137c800aa17 3 | folderAsset: yes 4 | timeCreated: 1456372441 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Sprites/UI/Letters/letterA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/Sprites/UI/Letters/letterA.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Sprites/UI/Letters/letterB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/Sprites/UI/Letters/letterB.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Sprites/UI/Letters/letterC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/Sprites/UI/Letters/letterC.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Sprites/UI/Letters/letterD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/Sprites/UI/Letters/letterD.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Sprites/UI/Letters/letterE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/Sprites/UI/Letters/letterE.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Sprites/UI/Letters/letterF.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/Sprites/UI/Letters/letterF.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Sprites/UI/Letters/letterG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/Sprites/UI/Letters/letterG.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Sprites/UI/Letters/letterH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/Sprites/UI/Letters/letterH.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Sprites/UI/Letters/letterI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/Sprites/UI/Letters/letterI.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Sprites/UI/Letters/letterJ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/Sprites/UI/Letters/letterJ.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Sprites/UI/Letters/letterK.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/Sprites/UI/Letters/letterK.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Sprites/UI/Letters/letterL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/Sprites/UI/Letters/letterL.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Sprites/UI/Letters/letterM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/Sprites/UI/Letters/letterM.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Sprites/UI/Letters/letterN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/Sprites/UI/Letters/letterN.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Sprites/UI/Letters/letterO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/Sprites/UI/Letters/letterO.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Sprites/UI/Letters/letterP.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/Sprites/UI/Letters/letterP.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Sprites/UI/Letters/letterQ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/Sprites/UI/Letters/letterQ.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Sprites/UI/Letters/letterR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/Sprites/UI/Letters/letterR.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Sprites/UI/Letters/letterS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/Sprites/UI/Letters/letterS.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Sprites/UI/Letters/letterT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/Sprites/UI/Letters/letterT.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Sprites/UI/Letters/letterU.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/Sprites/UI/Letters/letterU.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Sprites/UI/Letters/letterV.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/Sprites/UI/Letters/letterV.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Sprites/UI/Letters/letterW.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/Sprites/UI/Letters/letterW.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Sprites/UI/Letters/letterX.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/Sprites/UI/Letters/letterX.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Sprites/UI/Letters/letterY.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/Sprites/UI/Letters/letterY.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Sprites/UI/Letters/letterZ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/Sprites/UI/Letters/letterZ.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Sprites/UI/UIbg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/Sprites/UI/UIbg.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Sprites/UI/buttonLarge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/Sprites/UI/buttonLarge.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Sprites/UI/buttonSmall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/Sprites/UI/buttonSmall.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Sprites/UI/exclamation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/Sprites/UI/exclamation.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Sprites/UI/medalBronze.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/Sprites/UI/medalBronze.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Sprites/UI/medalGold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/Sprites/UI/medalGold.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Sprites/UI/medalSilver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/Sprites/UI/medalSilver.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Sprites/UI/tap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/Sprites/UI/tap.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Sprites/UI/tapLeft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/Sprites/UI/tapLeft.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Sprites/UI/tapRight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/Sprites/UI/tapRight.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Sprites/UI/tapTick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/Sprites/UI/tapTick.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Sprites/UI/textGameOver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/Sprites/UI/textGameOver.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Sprites/UI/textGetReady.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/Sprites/UI/textGetReady.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Art/Sprites/UI/trophy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Game/Art/Sprites/UI/trophy.png -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Resources.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6073e856919d4c6488c62bd3ee05684f 3 | folderAsset: yes 4 | timeCreated: 1458791942 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Resources/Config.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f843841137703ce4c98724cd9cdcec5b 3 | folderAsset: yes 4 | timeCreated: 1483549771 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Resources/Config/awsconfig.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 11 | 12 | 13 | 14 | 20 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Resources/Config/awsconfig.xml.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 81d27fc019f84cd4da1dec01e45d88f3 3 | timeCreated: 1483549598 4 | licenseType: Free 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Resources/Services.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 19b2013cf35b51845ad22a20e9ca3a77 3 | timeCreated: 1484264294 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Resources/UI.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e57b59b446e252d40bb2e1c61fa47607 3 | folderAsset: yes 4 | timeCreated: 1458836207 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Resources/UI/HUD.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5ff11a981d38c466b98065a9124e962b 3 | timeCreated: 1456779474 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Resources/UI/IntroDialog.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 306243af30e0f4e37b83801b1cac4535 3 | timeCreated: 1457453476 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Resources/UI/LoginScreen.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1ee0c8d411c8f4a50ad21bfc455c844b 3 | timeCreated: 1481727163 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Resources/UI/OutroDialog.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9e0b124ba45194e1b9ee5b6ce9bf8302 3 | timeCreated: 1456761698 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Resources/UI/PlaneCardPrefab.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 36bd04dfc2f60e84f963b00eb8caa902 3 | timeCreated: 1461536227 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Scenes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d057300fed1e84eeb881369556c6d1ca 3 | folderAsset: yes 4 | timeCreated: 1456366270 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Scenes/Main.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f926b695df99849bb80a4d7ea373aca3 3 | timeCreated: 1456366735 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Scenes/UI.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7f07424bd7665204cbf79432d72e6d74 3 | folderAsset: yes 4 | timeCreated: 1461124332 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Scenes/UI/HUD.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 35768206eb1bd494292b4d739f40e860 3 | timeCreated: 1461521198 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Scenes/UI/IntroDialog.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f5f53f601d3f17543a8d116c5eb29348 3 | timeCreated: 1461124298 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Scenes/UI/LoginDialog.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 821c2ef752f77e846855435b55abe6ea 3 | timeCreated: 1461124298 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Scenes/UI/OutroDialog.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3b1982c06d433cc48b8fa1ab44e9b82a 3 | timeCreated: 1461125511 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4955df19c64fa47fbb5fd31b9d00131c 3 | folderAsset: yes 4 | timeCreated: 1456366259 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Scripts/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 40b17704b77b0734bb475392f57c90a9 3 | folderAsset: yes 4 | timeCreated: 1483999608 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Scripts/Editor/AssetBundleHelpers.cs: -------------------------------------------------------------------------------- 1 | using UnityEditor; 2 | 3 | public class CreateAssetBundles 4 | { 5 | [MenuItem("Assets/Build AssetBundles")] 6 | static void BuildAllAssetBundles() 7 | { 8 | BuildPipeline.BuildAssetBundles("Assets/StreamingAssets", 9 | BuildAssetBundleOptions.None, 10 | BuildTarget.StandaloneWindows64); 11 | } 12 | } -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Scripts/Editor/AssetBundleHelpers.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e9030bf180b37d5458a3f12753970393 3 | timeCreated: 1483999616 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Scripts/Editor/PlayerPrefsManager.cs: -------------------------------------------------------------------------------- 1 | using UnityEditor; 2 | using UnityEngine; 3 | 4 | public class PlayerPrefsEditorHelper 5 | { 6 | [MenuItem("Development/Delete Player Prefs")] 7 | static void DeletePlayerPrefs() 8 | { 9 | PlayerPrefs.DeleteAll(); 10 | } 11 | } -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Scripts/Editor/PlayerPrefsManager.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a7957263fe2de4047acf05560af65d2a 3 | timeCreated: 1484775489 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Scripts/HorizontalScroller.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e164df0991d1543fcb5c7b05fff1dd7d 3 | timeCreated: 1456367994 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Scripts/PlaneManager.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6aa8821d71c4e5d4d9541ab9d6b2ff1b 3 | timeCreated: 1461215643 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Scripts/PlayerPrefabItemList.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | using System.Collections.Generic; 3 | 4 | [System.Serializable] 5 | public struct PlayerPrefabItem 6 | { 7 | public string iconFile; 8 | public string prefabFile; 9 | public int id; 10 | } 11 | 12 | public class PlayerPrefabItemList : ScriptableObject 13 | { 14 | public List playerPrefabItems; 15 | 16 | public AssetBundle Bundle { get; set; } 17 | } 18 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Scripts/PlayerPrefabItemList.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 713e112f338267b42bf9a725ae40e277 3 | timeCreated: 1461541648 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Scripts/Spawning.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fe5f2953a26754f68a6b3cbc6ca5bb46 3 | folderAsset: yes 4 | timeCreated: 1456894810 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Scripts/Spawning/EnemyEntity.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fa367be26d94045d99a417cb3f9dd2df 3 | timeCreated: 1456894897 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Scripts/Spawning/SpawnEntity.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4c382edd455c64ac394a64a67b65bec5 3 | timeCreated: 1456380212 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Scripts/Spawning/SpawnManager.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6ff736dcfac26447a8ff25a5b9d0914b 3 | timeCreated: 1456380187 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Scripts/TappyGame.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 10db54ffcbd5241348997005f9384f73 3 | timeCreated: 1456463367 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Scripts/TappyPlayer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e5f53ffa4662f490f98ee54393230af6 3 | timeCreated: 1481724435 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Scripts/UI.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1bbf91387fca143079ecf13a6db4ef3d 3 | folderAsset: yes 4 | timeCreated: 1456894791 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Scripts/UI/HUD.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using UnityEngine; 3 | using UnityEngine.UI; 4 | using GameSupport; 5 | 6 | namespace Amazon 7 | { 8 | public class HUD : UIScreenBase 9 | { 10 | [SerializeField] Text m_score; 11 | [SerializeField] GameObject m_getReady; 12 | 13 | 14 | protected override void OnInitialize(UIScreenArgs args) 15 | { 16 | SetScore(0); 17 | } 18 | 19 | 20 | protected override void OnReleaseResources() 21 | { 22 | } 23 | 24 | 25 | public void ShowGetReady() 26 | { 27 | SetScore(0); 28 | m_getReady.SetActive(true); 29 | 30 | } 31 | 32 | 33 | public void HideGetReady() 34 | { 35 | m_getReady.SetActive(false); 36 | } 37 | 38 | 39 | public void Play() 40 | { 41 | HideGetReady(); 42 | } 43 | 44 | 45 | public void SetScore(int score) 46 | { 47 | m_score.text = score.ToString(); 48 | } 49 | } 50 | } -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Scripts/UI/HUD.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f350c75f47d3d41d7b6cf9759efde372 3 | timeCreated: 1456778276 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Scripts/UI/IntroDialog.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6dd9e18cc572047df8ebe52717dd566b 3 | timeCreated: 1457454066 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Scripts/UI/LoginGuestButton.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2619e856db878ad458051042f40ad528 3 | timeCreated: 1461210302 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Scripts/UI/LoginScreen.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e2691b979eba54806a051dfb2b0a8eec 3 | timeCreated: 1455638253 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Scripts/UI/LoginUserButton.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | using UnityEngine.UI; 3 | using GameSupport; 4 | 5 | namespace Amazon 6 | { 7 | public class LoginUserButton : Button 8 | { 9 | override protected void Start() 10 | { 11 | base.Start(); 12 | onClick.AddListener(HandleButtonClicked); 13 | } 14 | 15 | 16 | void HandleButtonClicked() 17 | { 18 | Debug.LogError("User login not implemented"); 19 | } 20 | } 21 | } -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Scripts/UI/LoginUserButton.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1b66409f5d123524aa0ef4b1d6891764 3 | timeCreated: 1461211536 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Scripts/UI/OutroDialog.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 732f4518fe68644f397592c82779cc9b 3 | timeCreated: 1456719991 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Scripts/UI/PlaneCard.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | using UnityEngine.UI; 3 | using System; 4 | using UnityEngine.EventSystems; 5 | 6 | public class PlaneCard : MonoBehaviour, IPointerClickHandler 7 | { 8 | [SerializeField] Image m_selecedIndicator; 9 | [SerializeField] Image m_planeIcon; 10 | 11 | int m_id; 12 | string m_bundleName; 13 | 14 | public event Action ClickedEvent; 15 | 16 | public void Initialize(AssetBundle bundle, string bundleName, string spriteFile, int id, bool selected) 17 | { 18 | m_planeIcon.overrideSprite = bundle.LoadAsset(spriteFile); 19 | m_id = id; 20 | m_bundleName = bundleName; 21 | 22 | SetSelected(selected); 23 | } 24 | 25 | 26 | public int GetId() 27 | { 28 | return m_id; 29 | } 30 | 31 | 32 | public void SetSelected(bool selected) 33 | { 34 | m_selecedIndicator.gameObject.SetActive(selected); 35 | } 36 | 37 | 38 | public void OnPointerClick(PointerEventData data) 39 | { 40 | if(ClickedEvent != null) 41 | { 42 | ClickedEvent(m_bundleName, m_id); 43 | } 44 | } 45 | } 46 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Scripts/UI/PlaneCard.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ca6427773dea88947aa093cfdb3fb20e 3 | timeCreated: 1461535539 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Scripts/UI/PlaneCardSelection.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2b024ca1843e9514ea6c3ff93722485e 3 | timeCreated: 1461536323 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Scripts/UI/UIScreenType.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | using System.Collections; 3 | 4 | public enum UIScreenType 5 | { 6 | None, 7 | HUD, 8 | IntroDialog, 9 | OutroDialog, 10 | LoginDialog 11 | } 12 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Game/Scripts/UI/UIScreenType.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ad46b2a7f084690448657b12e738b97e 3 | timeCreated: 1458834651 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/GameSupport.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 21edc5751e8ec4f2180259e4b5c61caa 3 | folderAsset: yes 4 | timeCreated: 1480808395 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/GameSupport/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 58aa7e8964e554b05bb98706c24cb9fb 3 | folderAsset: yes 4 | timeCreated: 1480808573 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/GameSupport/Scripts/Animation.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c18fdf0ea16d21f42991b7f216308ac4 3 | folderAsset: yes 4 | timeCreated: 1481731842 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/GameSupport/Scripts/Animation/Rotate.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | namespace GameServices 4 | { 5 | public class Rotate : MonoBehaviour 6 | { 7 | [SerializeField] Vector3 m_speed; 8 | [SerializeField] bool m_rotating; 9 | 10 | void Update() 11 | { 12 | if(!m_rotating) 13 | { 14 | return; 15 | } 16 | 17 | transform.Rotate(m_speed * Time.deltaTime); 18 | } 19 | 20 | public void SetRotating(bool value) 21 | { 22 | m_rotating = value; 23 | } 24 | } 25 | } -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/GameSupport/Scripts/Animation/Rotate.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bdf1e3377501a4ffc8df56bf348128c1 3 | timeCreated: 1449438783 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/GameSupport/Scripts/Application.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d937dc4d6368444e4a3f4027bb65fa40 3 | folderAsset: yes 4 | timeCreated: 1480814845 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/GameSupport/Scripts/Application/Services.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | using System.Collections.Generic; 3 | using System; 4 | 5 | 6 | public class Services : SingletonPersistentMonoBehaviour 7 | { 8 | Dictionary m_services = new Dictionary(); 9 | 10 | protected override void OnAwake () 11 | { 12 | MonoBehaviour[] services = GetComponentsInChildren(); 13 | for(int i=0; i() where U : class 20 | { 21 | if(m_destroyed) 22 | { 23 | Debug.LogWarning("Services: Calling Get when the object has already been destroyed."); 24 | return null; 25 | } 26 | 27 | Type type = typeof(U); 28 | 29 | if( Instance.m_services.ContainsKey(type) ) 30 | { 31 | return Instance.m_services[type] as U; 32 | } 33 | 34 | return null; 35 | } 36 | 37 | public static void Set(U service) where U : class 38 | { 39 | if(m_destroyed) 40 | { 41 | Debug.LogWarning("Services: Calling Set when the object has already been destroyed."); 42 | return; 43 | } 44 | 45 | Type type = service.GetType(); 46 | 47 | Instance.m_services[type] = service; 48 | } 49 | } 50 | 51 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/GameSupport/Scripts/Application/Services.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 04c55cadd5eabe643b314e505fca6a6d 3 | timeCreated: 1481724412 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: -6000 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/GameSupport/Scripts/Cloud.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 761587e99d5c65849b6c4bb1d27e0be9 3 | folderAsset: yes 4 | timeCreated: 1483555676 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/GameSupport/Scripts/Cloud/Analytics.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4fd6559d3a7a4444b8af83571e6a85fa 3 | folderAsset: yes 4 | timeCreated: 1483484660 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/GameSupport/Scripts/Cloud/Analytics/MobileAnalyticsBehavior.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a581cd1f94c8de74b9afd3dc8e688ef0 3 | timeCreated: 1483485235 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/GameSupport/Scripts/Cloud/Login.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: baca8b8df831e424993fc702e8c0adb1 3 | folderAsset: yes 4 | timeCreated: 1481664779 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/GameSupport/Scripts/Cloud/Login/CognitoIdentity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d6c6d50b93690ad4e9dca2c634e3b389 3 | folderAsset: yes 4 | timeCreated: 1461209122 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/GameSupport/Scripts/Cloud/Login/CognitoIdentity/CognitoIdentityBehavior.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e4e0ff38df8d1d543b982f9a5c8d52a5 3 | timeCreated: 1459885122 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/GameSupport/Scripts/Cloud/Login/CognitoIdentity/GuestCache.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9f359fffc8ab44400a4703a751080db3 3 | timeCreated: 1480801910 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/GameSupport/Scripts/Cloud/Login/LoginManager.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1b721fc263dcce742b0e02b017a4fed9 3 | timeCreated: 1481664902 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/GameSupport/Scripts/Cloud/Login/LoginStatus.cs: -------------------------------------------------------------------------------- 1 |  2 | public enum LoginStatus 3 | { 4 | Uninitialized, 5 | Processing, 6 | LoggedOut, 7 | LoggedIn 8 | } 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/GameSupport/Scripts/Cloud/Login/LoginStatus.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dbef525a6c2fe6e4fa254d95a5869b22 3 | timeCreated: 1459885467 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/GameSupport/Scripts/Cloud/Login/Social.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c41deb930c2df3046becb148d5533344 3 | folderAsset: yes 4 | timeCreated: 1481660428 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/GameSupport/Scripts/Cloud/Login/Social/ISocialProvider.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | 4 | namespace GameSupport 5 | { 6 | public interface ISocialProvider 7 | { 8 | event Action AuthChangedEvent; 9 | 10 | SocialNetwork Name { get; } 11 | string Url { get; } 12 | string AuthToken { get; } 13 | 14 | LoginStatus Status { get; } 15 | 16 | void Initialize(Action callback); 17 | void Login(List permissions = null, Action callback = null); 18 | void Logout(); 19 | } 20 | } 21 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/GameSupport/Scripts/Cloud/Login/Social/ISocialProvider.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4e11dc8d0fd154698839078f259d02e1 3 | timeCreated: 1443484184 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/GameSupport/Scripts/Cloud/Login/Social/SocialCallbackArgs.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | 4 | namespace GameSupport 5 | { 6 | public enum SocialResult 7 | { 8 | None, 9 | Success, 10 | Failure, 11 | Cancelled 12 | } 13 | 14 | public class SocialCallbackArgs 15 | { 16 | public readonly ISocialProvider provider; 17 | public readonly SocialResult result; 18 | public readonly string error; 19 | 20 | public SocialCallbackArgs(ISocialProvider inProvider, SocialResult inResult, string inError = null) 21 | { 22 | provider = inProvider; 23 | result = inResult; 24 | error = inError; 25 | } 26 | } 27 | } 28 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/GameSupport/Scripts/Cloud/Login/Social/SocialCallbackArgs.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 55a43671ffe6b4340bfcb4369b083772 3 | timeCreated: 1443636065 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/GameSupport/Scripts/Cloud/Login/Social/SocialManager.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cc9e6c7dbf9c74a4a839516e399dc2fd 3 | timeCreated: 1443484175 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/GameSupport/Scripts/Cloud/Login/Social/SocialPermission.cs: -------------------------------------------------------------------------------- 1 |  2 | namespace GameSupport 3 | { 4 | public enum SocialPermission 5 | { 6 | PublicProfile, 7 | Email, 8 | UserFriends, 9 | PublishActions 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/GameSupport/Scripts/Cloud/Login/Social/SocialPermission.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2b9c4b3c9b04b4932a581764bc80ea2c 3 | timeCreated: 1443495746 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/GameSupport/Scripts/Cloud/Login/Social/_SocialProviders.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 228dba1dc3e5444c9b58a077e32a1165 3 | folderAsset: yes 4 | timeCreated: 1443484199 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/GameSupport/Scripts/Cloud/Login/Social/_SocialProviders/FacebookProvider.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0f5c34330135740fc9c8f35b75eea80f 3 | timeCreated: 1443484441 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/GameSupport/Scripts/Cloud/_Common.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 66a7de44b8c574ebcb87a287c5574962 3 | folderAsset: yes 4 | timeCreated: 1480808643 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/GameSupport/Scripts/Cloud/_Common/AWSRegion.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 25342d7ceb7e76b428e9160d51e59828 3 | timeCreated: 1481646721 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/GameSupport/Scripts/Core.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 21f7f93f9b4a64ec284ceb61f8c4c7eb 3 | folderAsset: yes 4 | timeCreated: 1480814896 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/GameSupport/Scripts/Core/SingletonPersistentMonoBehaviour.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1c9a2ab607556454a8bae75ce692d7b0 3 | timeCreated: 1458836045 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/GameSupport/Scripts/Extensions.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: afc6c7865fc3c4ffca69c7885a6753ee 3 | folderAsset: yes 4 | timeCreated: 1480814815 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/GameSupport/Scripts/Extensions/CameraExtensions.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | internal static class CameraExtensions 4 | { 5 | public static bool IsVisible(this Camera camera, Bounds bounds) 6 | { 7 | Plane[] planes = GeometryUtility.CalculateFrustumPlanes(camera); 8 | return GeometryUtility.TestPlanesAABB(planes, bounds); 9 | } 10 | 11 | 12 | public static float FrustumHeight(this Camera camera, float distance) 13 | { 14 | if (camera.orthographic) 15 | { 16 | return camera.orthographicSize * 2.0f; 17 | } 18 | else 19 | { 20 | return 2.0f * distance * Mathf.Tan(camera.fieldOfView * 0.5f * Mathf.Deg2Rad); 21 | } 22 | } 23 | 24 | 25 | public static float FrustumWidth(this Camera camera, float distance) 26 | { 27 | return camera.FrustumHeight(distance) * camera.aspect; 28 | } 29 | } 30 | 31 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/GameSupport/Scripts/Extensions/CameraExtensions.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f8be7b35824f44e45a5618100e7ef51b 3 | timeCreated: 1456777006 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/GameSupport/Scripts/UI.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: daef76dd29ddd470c86d2b692074e6d3 3 | folderAsset: yes 4 | timeCreated: 1480814701 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/GameSupport/Scripts/UI/UIManager.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bb2ea4509e3439a44a039852ddd05bea 3 | timeCreated: 1458834470 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/GameSupport/Scripts/UI/UIScreenArgs.cs: -------------------------------------------------------------------------------- 1 |  2 | namespace GameSupport 3 | { 4 | public class UIScreenArgs 5 | { 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/GameSupport/Scripts/UI/UIScreenArgs.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0213b6a5db4758244b175897f6de0449 3 | timeCreated: 1458835253 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/GameSupport/Scripts/UI/UIScreenBase.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: adbf5d610225c934881b4200477749fc 3 | timeCreated: 1458834470 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Plugins.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9b7c27e29f848dc4b944fd7ca373fe74 3 | folderAsset: yes 4 | timeCreated: 1458260530 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Plugins/Android.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 48317dcdcb133fd4e9b1874a6a4e88b3 3 | folderAsset: yes 4 | timeCreated: 1458260530 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Plugins/Android/AndroidManifest.xml.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ce49019620a4dc94d9b153ec30b4af83 3 | timeCreated: 1480538345 4 | licenseType: Free 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Plugins/Android/aws-unity-sns-gcm-helper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Plugins/Android/aws-unity-sns-gcm-helper.jar -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Plugins/Android/aws-unity-sns-gcm-helper.jar.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 11d973dd2b7a34944b3a5b5e728fcf4f 3 | timeCreated: 1480538345 4 | licenseType: Free 5 | PluginImporter: 6 | serializedVersion: 1 7 | iconMap: {} 8 | executionOrder: {} 9 | isPreloaded: 0 10 | isOverridable: 0 11 | platformData: 12 | Android: 13 | enabled: 1 14 | settings: {} 15 | Any: 16 | enabled: 0 17 | settings: {} 18 | Editor: 19 | enabled: 0 20 | settings: 21 | DefaultValueInitialized: true 22 | userData: 23 | assetBundleName: 24 | assetBundleVariant: 25 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Plugins/Android/libsqlite3.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Plugins/Android/libsqlite3.so -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Plugins/Android/libsqlite3.so.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a8cb4602e3807ad44b093db8582748b4 3 | timeCreated: 1480538345 4 | licenseType: Free 5 | PluginImporter: 6 | serializedVersion: 1 7 | iconMap: {} 8 | executionOrder: {} 9 | isPreloaded: 0 10 | isOverridable: 0 11 | platformData: 12 | Android: 13 | enabled: 1 14 | settings: 15 | CPU: ARMv7 16 | Any: 17 | enabled: 0 18 | settings: {} 19 | Editor: 20 | enabled: 0 21 | settings: 22 | DefaultValueInitialized: true 23 | userData: 24 | assetBundleName: 25 | assetBundleVariant: 26 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Plugins/libsqlite3.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Plugins/libsqlite3.so -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Plugins/libsqlite3.so.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 923f7f773d6a5e146847ae2e54ffd1c8 3 | timeCreated: 1480538345 4 | licenseType: Free 5 | PluginImporter: 6 | serializedVersion: 1 7 | iconMap: {} 8 | executionOrder: {} 9 | isPreloaded: 0 10 | isOverridable: 0 11 | platformData: 12 | Any: 13 | enabled: 1 14 | settings: {} 15 | Editor: 16 | enabled: 0 17 | settings: 18 | DefaultValueInitialized: true 19 | userData: 20 | assetBundleName: 21 | assetBundleVariant: 22 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Plugins/x86_64.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 468f299f4fad84a459f8c750cd3066ed 3 | folderAsset: yes 4 | timeCreated: 1458260530 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Plugins/x86_64/sqlite3.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/Plugins/x86_64/sqlite3.dll -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/Plugins/x86_64/sqlite3.dll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6cce34ad9e04fdb4b84fafdb29c24bea 3 | timeCreated: 1480538345 4 | licenseType: Free 5 | PluginImporter: 6 | serializedVersion: 1 7 | iconMap: {} 8 | executionOrder: {} 9 | isPreloaded: 0 10 | isOverridable: 0 11 | platformData: 12 | Any: 13 | enabled: 1 14 | settings: {} 15 | Editor: 16 | enabled: 0 17 | settings: 18 | CPU: x86_64 19 | DefaultValueInitialized: true 20 | Linux: 21 | enabled: 0 22 | settings: 23 | CPU: None 24 | Linux64: 25 | enabled: 1 26 | settings: 27 | CPU: x86_64 28 | LinuxUniversal: 29 | enabled: 1 30 | settings: 31 | CPU: x86_64 32 | OSXIntel: 33 | enabled: 0 34 | settings: 35 | CPU: None 36 | OSXIntel64: 37 | enabled: 1 38 | settings: 39 | CPU: AnyCPU 40 | OSXUniversal: 41 | enabled: 0 42 | settings: 43 | CPU: x86_64 44 | Win: 45 | enabled: 0 46 | settings: 47 | CPU: None 48 | Win64: 49 | enabled: 1 50 | settings: 51 | CPU: AnyCPU 52 | userData: 53 | assetBundleName: 54 | assetBundleVariant: 55 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/StreamingAssets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7b9b8141fe592c542ba98879070fb696 3 | folderAsset: yes 4 | timeCreated: 1483997363 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/StreamingAssets/baseplanepack: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-gaming-unity-labs-sample/2cae0d1e05ab33756b2235d74aeca1746eb3eca2/TappyPlaneUnity/Assets/StreamingAssets/baseplanepack -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/StreamingAssets/baseplanepack.manifest.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 88a6486e028770147993d6df3e772684 3 | timeCreated: 1484333789 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/Assets/StreamingAssets/baseplanepack.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 271616f15d2878842a6a530f60d63038 3 | timeCreated: 1484333789 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /TappyPlaneUnity/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 | -------------------------------------------------------------------------------- /TappyPlaneUnity/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 | -------------------------------------------------------------------------------- /TappyPlaneUnity/ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!55 &1 4 | PhysicsManager: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 2 7 | m_Gravity: {x: 0, y: -9.81, z: 0} 8 | m_DefaultMaterial: {fileID: 0} 9 | m_BounceThreshold: 2 10 | m_SleepThreshold: 0.005 11 | m_DefaultContactOffset: 0.01 12 | m_SolverIterationCount: 6 13 | m_QueriesHitTriggers: 1 14 | m_EnableAdaptiveForce: 0 15 | m_LayerCollisionMatrix: ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff 16 | -------------------------------------------------------------------------------- /TappyPlaneUnity/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/Game/Scenes/Main.unity 10 | -------------------------------------------------------------------------------- /TappyPlaneUnity/ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!159 &1 4 | EditorSettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 3 7 | m_ExternalVersionControlSupport: Visible Meta Files 8 | m_SerializationMode: 2 9 | m_WebSecurityEmulationEnabled: 0 10 | m_WebSecurityEmulationHostUrl: http://www.mydomain.com/mygame.unity3d 11 | m_DefaultBehaviorMode: 1 12 | m_SpritePackerMode: 2 13 | m_SpritePackerPaddingPower: 1 14 | m_ProjectGenerationIncludedExtensions: txt;xml;fnt;cd 15 | m_ProjectGenerationRootNamespace: 16 | -------------------------------------------------------------------------------- /TappyPlaneUnity/ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!126 &1 4 | NavMeshAreas: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 2 7 | areas: 8 | - name: Walkable 9 | cost: 1 10 | - name: Not Walkable 11 | cost: 1 12 | - name: Jump 13 | cost: 2 14 | - name: 15 | cost: 1 16 | - name: 17 | cost: 1 18 | - name: 19 | cost: 1 20 | - name: 21 | cost: 1 22 | - name: 23 | cost: 1 24 | - name: 25 | cost: 1 26 | - name: 27 | cost: 1 28 | - name: 29 | cost: 1 30 | - name: 31 | cost: 1 32 | - name: 33 | cost: 1 34 | - name: 35 | cost: 1 36 | - name: 37 | cost: 1 38 | - name: 39 | cost: 1 40 | - name: 41 | cost: 1 42 | - name: 43 | cost: 1 44 | - name: 45 | cost: 1 46 | - name: 47 | cost: 1 48 | - name: 49 | cost: 1 50 | - name: 51 | cost: 1 52 | - name: 53 | cost: 1 54 | - name: 55 | cost: 1 56 | - name: 57 | cost: 1 58 | - name: 59 | cost: 1 60 | - name: 61 | cost: 1 62 | - name: 63 | cost: 1 64 | - name: 65 | cost: 1 66 | - name: 67 | cost: 1 68 | - name: 69 | cost: 1 70 | - name: 71 | cost: 1 72 | -------------------------------------------------------------------------------- /TappyPlaneUnity/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 | -------------------------------------------------------------------------------- /TappyPlaneUnity/ProjectSettings/Physics2DSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!19 &1 4 | Physics2DSettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 2 7 | m_Gravity: {x: 0, y: -9.81} 8 | m_DefaultMaterial: {fileID: 0} 9 | m_VelocityIterations: 8 10 | m_PositionIterations: 3 11 | m_VelocityThreshold: 1 12 | m_MaxLinearCorrection: 0.2 13 | m_MaxAngularCorrection: 8 14 | m_MaxTranslationSpeed: 100 15 | m_MaxRotationSpeed: 360 16 | m_MinPenetrationForPenalty: 0.01 17 | m_BaumgarteScale: 0.2 18 | m_BaumgarteTimeOfImpactScale: 0.75 19 | m_TimeToSleep: 0.5 20 | m_LinearSleepTolerance: 0.01 21 | m_AngularSleepTolerance: 2 22 | m_QueriesHitTriggers: 1 23 | m_QueriesStartInColliders: 1 24 | m_ChangeStopsCallbacks: 0 25 | m_LayerCollisionMatrix: ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff 26 | -------------------------------------------------------------------------------- /TappyPlaneUnity/ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 5.6.0f3 2 | -------------------------------------------------------------------------------- /TappyPlaneUnity/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: Default 42 | uniqueID: 0 43 | locked: 0 44 | -------------------------------------------------------------------------------- /TappyPlaneUnity/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 | -------------------------------------------------------------------------------- /TappyPlaneUnity/ProjectSettings/UnityConnectSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!310 &1 4 | UnityConnectSettings: 5 | m_ObjectHideFlags: 0 6 | m_Enabled: 0 7 | m_TestMode: 0 8 | m_TestEventUrl: 9 | m_TestConfigUrl: 10 | CrashReportingSettings: 11 | m_EventUrl: https://perf-events.cloud.unity3d.com/api/events/crashes 12 | m_Enabled: 0 13 | m_CaptureEditorExceptions: 1 14 | UnityPurchasingSettings: 15 | m_Enabled: 0 16 | m_TestMode: 0 17 | UnityAnalyticsSettings: 18 | m_Enabled: 0 19 | m_InitializeOnStartup: 1 20 | m_TestMode: 0 21 | m_TestEventUrl: 22 | m_TestConfigUrl: 23 | UnityAdsSettings: 24 | m_Enabled: 0 25 | m_InitializeOnStartup: 1 26 | m_TestMode: 0 27 | m_EnabledPlatforms: 4294967295 28 | m_IosGameId: 29 | m_AndroidGameId: 30 | --------------------------------------------------------------------------------