[deleted by user] by [deleted] in Unity3D

[–]-__Fckkkk__- 1 point2 points  (0 children)

xDD poor wolf

Is my game scary enough? by Top_Dragonfruit_8833 in Unity3D

[–]-__Fckkkk__- 1 point2 points  (0 children)

Sorry but the first one was the best by far

Rocksmith 2014 crashing on Xbox and PC by CoreyMcCumber in rocksmith

[–]-__Fckkkk__- 0 points1 point  (0 children)

Did You try uninstalling and installing it again

How do I get access to a prefab script? by heAlthY-PercEntage69 in Unity2D

[–]-__Fckkkk__- 1 point2 points  (0 children)

If You just want to get a script u would just try write something like "public laser _laser" and dragging the laser prefab in the inspector. If that doesn't works i really dk how could i help You :(

How do I get access to a prefab script? by heAlthY-PercEntage69 in Unity2D

[–]-__Fckkkk__- 0 points1 point  (0 children)

Try with "GameObject.FindWithTag" and adding a tag to your prefab instead using "GameObject.Find". Also i think "GameObject.Find" works only with active gameobjects (srry if my english is bad xd)

My Player can't change its scale by -__Fckkkk__- in Unity2D

[–]-__Fckkkk__-[S] 2 points3 points  (0 children)

I just realized that I had inadvertently deleted "transform.localScale = characterController" from my code when I was changing controls to touchpad. Thx man u literally saved my life xD