Pretty good. Nice name
pRoFiT
Creator of
Recent community posts
Yah I don't know where it came from. i opened up makehuman and said. i need something that will be funny to play. and he was muscly so i had to add kettlebells. wish i had time to get the BIG boss baby in. that would of been great. he felt like state puff marshmallow man from original ghostbusters. all huge and walking slow. Maybe ill grab a screen grab and throw it up here.
nice spiders. not sure what i was doing wrong. right click would show combos in the bottom right. but nothing ever happened? when i left clicked i got nothing?
p.s. the mouse is locked after you die cant start or quit. have to force quit and try again.
Cursor.lockState = CursorLockMode.None; will free it up in unity. Cursor.visible = true; will show it again.
If anyone wants to just login by a unique id instead of an email login, I had to do this for webgl to work.
string DeviceID()
{
string deviceId;
if (!PlayerPrefs.HasKey("MuscleBabyUniqueIdentifier"))
PlayerPrefs.SetString("MuscleBabyUniqueIdentifier", Guid.NewGuid().ToString());
deviceId = PlayerPrefs.GetString("MuscleBabyUniqueIdentifier");
return deviceId;
}
This way, a new guid string is made and saved in playerprefs on local pc. and retrieved on next game play.
however this works on PC fine.
deviceId = SystemInfo.deviceUniqueIdentifier;
this is when you are using PlayFabClientAPI.LoginWithCustomID
Sorry was late to publish. only spent 21 hours on game. Could not get any time over sat-sun. Spent al Monday to finish playable version. So i posited in itch just in case you want to play it.
https://profit.itch.io/hack-the-world-in-space
-cstrachn aka pRoFiT aka Doctor__Evil aka... well the list goes on.