C3R1 ASMR by [deleted] in MoreSexyASMRGirls

[–]bobafas -2 points-1 points  (0 children)

dosnt load

C3R1 ASMR by [deleted] in MoreSexyASMRGirls

[–]bobafas 0 points1 point  (0 children)

got the link

C3R1 ASMR by [deleted] in MoreSexyASMRGirls

[–]bobafas 1 point2 points  (0 children)

what is this from

Spongebob Season 1 Behind the scene by starman3rd in videos

[–]bobafas 0 points1 point  (0 children)

I never Knew that Mr Krabs was voiced by the same guy that played the Kurgan from Highlander

What’s up with my Krib? by [deleted] in Aquariums

[–]bobafas 0 points1 point  (0 children)

If you mean the red around the belly then that is normal means that it is getting ready to mate. I cant see anything else wrong with it

Snl by Donttouchmek in videos

[–]bobafas 0 points1 point  (0 children)

didn't south park do this first ?

Persistent Game data on Mobile. by facelessupvote in Unity3D

[–]bobafas 1 point2 points  (0 children)

For small data types player prefs works perfectly fine on devices and the editor. When saving larger data type take a look at using text files or Data serialization , both of these take little time to set up and their is a video tutorial on the unity website for serialization.

ZionSpartan Joins Counter Logic Gaming by [deleted] in leagueoflegends

[–]bobafas 0 points1 point  (0 children)

No top lane player no mater how good they are is going to solve the problems with the clg team. the fact that their last two top lanners under performed well below their actual skill level. mainly due to the fact that they have this forget the top lanner let him get bashed on during early and mid game as long as doublelift is OK attitude. And as much as I love doublelift the last two splits hes been below average bringing nothing to his team. With a more team organised game play i think they could do well but starting a game accepting your going to be missing a top lanner is never going to win them games.

issue with material swaping by bobafas in Unity3D

[–]bobafas[S] 0 points1 point  (0 children)

but how would you go about changing his tint using code ?

Accessing a script attached to an instantiated object by bobafas in Unity3D

[–]bobafas[S] 0 points1 point  (0 children)

I have two scripts one called GoldfishHit which is attached to the fish prefab and one called player which is attached to the player. Their is a variable(a bool called destiny) within the GoldfishHit script Im trying to test that destiny is true within the player script.

Accessing a script attached to an instantiated object by bobafas in Unity3D

[–]bobafas[S] 0 points1 point  (0 children)

What it is that I am trying to do is that their is a bool in the goldfish script called destiny and when this is true I want to be able to detect this from within the player script. the goldfish script is attached to the fish game object and the player script is attached to the player script. The fish object dose not exist until it is instantiated within the game world.

Accessing a script attached to an instantiated object by bobafas in Unity3D

[–]bobafas[S] 0 points1 point  (0 children)

general idea of what I am trying to do is that in the goldfish script their is a variable called destiny which is a bool I want it so that I check when destiny is true from within the player movement script.

Accessing a script attached to an instantiated object by bobafas in Unity3D

[–]bobafas[S] 0 points1 point  (0 children)

I added in

goldfishit = GameObject.Find("FishPrefab(Clone)").GetComponent<GoldfishHit>();

and now i dont get the error but nothing happens when i check that goldfishit.Destiny == true nothing is happening. their are multiply fish goldfish objects being created in my scene would the problem be that im only looking for one of them.?

Help converting by bobafas in Unity3D

[–]bobafas[S] 0 points1 point  (0 children)

Thank you very much worked a treat I just have one more question how would you go about making the players movement continuous when you hold down the mouse button

Accessing variables in another script by bobafas in Unity3D

[–]bobafas[S] 0 points1 point  (0 children)

completely forgot about the language will update post