How To Add PlayFab + Banning To Your Gorilla Tag Fan Game

Video Statistics and Information

Video
Captions Word Cloud
Reddit Comments
Captions
hi guys in today's video I'll be teaching you how to add playfab to your gorilla attack fan game and pretty much playfab is the thing that allows you to ban people in your game it allows you to give moderators special Cosmetics allows you to do so many things pretty much gorilla tag and all good girl tag fan games use playfab so if you want a good popular working gorilla attack fan game it's best to add playfab to it also in order for this tutorial to work you will need to follow my Photon VR tutorial the link to that will be in the description of this video please like And subscribe because it helps me out so much you don't even understand it's my Discord tutorial in the description if something this video doesn't work or if you just need some help also also maybe join the Discord server for my game proboscis also Link in the description recently it's been pretty popular and we're working very hard to get updates out also please consider Pokemon Channel remember to get so many awesome perks more about that at the end of the video anyways guys let's get straight into the video okay guys so first of all you need to go to the first link in the descriptions for the unity playfab SDK once you download it just drag it into unity and then this will all show up as click all here on the bottom left here and then click import and just wait for it to import so now that that's imported we have playfab SDK next you want to go to the second link in the description for the unity editors extension just click on this here on the right side under releases Unity editor extensions whatever the latest version is click on it and download the source code foreign and then open it up open up this file I have WinRAR here so it shows up like this so then just go to packages and here there will be playfab editor extensions.unity package drag it into your Unity project like that again click all and click Imports it might give you some warnings here but this doesn't matter they're just warnings The Next Step I'm just going to save the next step I'm going to go to window here in the top left of your Unity project go down to where it says playfab and click on editor extensions now once you're here go back to your Google Chrome tab go to playfab.com or you can just go to the link in the description from playfab.com then on the top right here you will want to click sign up and make an account but I already have an account called assignment with mine and here you should have nothing here and then just click new studio here on the top right make the studio name whatever you want it to be so I'm just going to do tutorial 2 for authentication providers just keep this at playfab and then click save studio now usually just gives you a blank screen for some reason but you just want to go back here to the playfab logo and just click on it then find your game and click on it and it might show up as my game so just click the Cog wheel here on the top left go to edit title info and then for the name type in the name of your game you can upload a image here but there's really no need no one is going to be seeing it and just click save the title here now go back to Unity log in with your accounts and once you log in it should say that you have the latest SDK if it doesn't then it'll say it's like update it just click on the button to update it and then it'll say before making play five BPI calls the SDK must be configured to your playfab title and it says set my title underneath that on the left so then just click on set my title for Studio click on where it says override or whatever and then click on you know the game and then for title ID make sure it sets your game for request time make sure that's set as Unity Web request and make sure this is not checked the compress API data then you want to go back to your hierarchy on the top left here right click click on create empty and call this playfab manager and then you want to go to the link in the description it'll be a Google drive or something and it'll have scripts in it so first you want to put your scripts folder in unity and then go to that link you first want to right click on the playfab manager script and click download and then in unity right click go to import new assets and double click on the playfab manager script that you just downloaded now it should be imported and then just drag that onto the playfab manager game object in your hierarchy then you want to go back to the Google drive folder and download the script called get ban reason and important in here just like we did before then drag that onto the playfab manager and it should be on here and then here on the bottom click on assets here go to the scenes folder that you should have right click go to create and go down to where it says scene and click on scene and then call this bands exactly spelled like this same capitalization and everything then click enter Then double click on this make sure to save here and now delete this main camera now pretty much if someone is banned this is the scene that they will go to so I'm just going to make a cube and I'm gonna make this floor really really big you can do whatever you want just to verify that this is the band scene I'm just gonna make the floor black so once you're done you know doing whatever you can put text that says like your band or whatever just go to file and go to save go back to assets go to the scenes folder and go to sample scene or whatever the name of your other scene was okay guys so now everything should be set so far so just go up here and click on the play button here once again please follow my Photon VR tutorial because that would be best for this to work now as you can see we're in here and I can go back to scene for me it's not connecting right now but that's just a Wi-Fi issue but for you to connect but you know once you're in it doesn't matter what you do you can just you know blah blah blah and then go out then go back to your playfab tab you can refresh the page here once again for me it's taking a while because my Wi-Fi is being very bad right now okay guys so then once it reloads you want to go to players here on the side of playfab here or to search players just click search on the side and then here there should be a player ID and this is your player ID for me I don't actually think this is my player ID but once again that just boosts in my Wi-Fi for you it should be perfectly normal now there's one more thing to do but now let me show you how to ban someone so click on the player ID and then click on this tab here that says bands and then click on ADD band on the top right and for the band reason type in whatever I'm just gonna do test and duration hours it doesn't matter I'm just gonna put one for now and click add band and now they're banned and now if we load in here once again I don't think it's gonna work for me because of my Wi-Fi yeah for me it's not gonna work right now because of my Wi-Fi but for you it should work and if you're banned it will put you into the band scene and then to remove a band go back to playfab go to the player ID go to bands here and here click on the band click this box here it'll make it blue and then click revoke and then revoke bands and then once this loads they will be unbanned see as you can see status said it's inactive now now there's one more thing now see you can see their player ID but you have no idea who they are in game so it doesn't show their Photon player name so in order to do this to make playfab display the username and game and let's say you're using my name computer tutorial you need to go to your gorilla rig for a little player make sure left and right hand controllers have a tag set as hand tag exactly like this on the top right left hand controller should have a layer exactly like this if I can controllers that have a layer exactly like this and both controllers should have a sphere collider is trigger turned on and a radius of 0.05 or 0.06 now you want to go to your computer click on the backspace one and duplicate it by doing Ctrl d and just drag it to wherever you want your Enter key to be then go to the text here see in the hierarchy the drop down and then text then you can set the text to say enter I also think that if you follow my tutorial it might already have this key but I don't think it has a script but I don't know and then on the enter key just click on the three dots on the backspace script click remove components and then you want to go back to the Google drive folder with all the scripts you need to find the script that's called execute button name and then once again just download that and import it into unity and then drag the script onto the enter key here in the hierarchy then where it says hand tag change that to hand tag for name scripts just click this little circle here and click on the keyboard thing that it shows and now it should all be working I'm just going to save that again and test it out now once again my Wi-Fi is being very bad right now but I can drag my player over here and you know type in some keys as you can see the name shows up there and then I'm not connected right now so it won't show up on my player and stuff but once you click enter now I'm going to close out of this I'm going to go back to playfab and refresh my page once again my Wi-Fi is being very very bad right now once it reloads just click Search Here and Now underneath the player ID you can see it shows the username that the person entered in foreign type in you know the username or whatever and then the username should show up and then you can ban them like I talked to you before anyways that's pretty much it thank you so much for watching please so my Discord server Link in the description if anything doesn't work for you you know maybe you need some help with unity and also please join my Discord server for my game proboscis also be in the description because we're working so hard to get updates out and honestly it's a pretty fun game so please play it from the description for it in the description everything in this video is linked in the description also please consider becoming a channel member to get so many awesome perks including getting a special Channel member only section in my Discord server getting early coaches of videos and live streams and stuff like that getting to play many private lovers with me in a gorilla attack and I guess also my new game proboscis every single week and I'm getting a shout out at the end of every single video I make just like the people on the screen right now anyways guys that's it for me today peace
Info
Channel: B.Awesome
Views: 54,220
Rating: undefined out of 5
Keywords: B.Awesome, Gorilla Tag, VR, gorilla tag fan game, how to make a gorilla tag fan game
Id: MoplBVh0rBI
Channel Id: undefined
Length: 9min 53sec (593 seconds)
Published: Sun Apr 16 2023
Related Videos
Note
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.