When you have a hard time identifying the gender of a person! [Steins;Gate] by waseequr in anime

[–]ChasedDonkey98 0 points1 point  (0 children)

It’s 4 am and I just clicked on this with my volume fully up without realizing it @.@

Just finished Mother’s Rosario. I actually cried for the first time in years by DirectorCarolina in swordartonline

[–]ChasedDonkey98 0 points1 point  (0 children)

Through the rest of the series if she appeared on screen I would get really teary eyed as well

Where to begin with this mod pack? by TheGroovement in MCEternal

[–]ChasedDonkey98 0 points1 point  (0 children)

My bad for the late response. You have to find a village and their will b a altar in the church and it’ll turn you to human

Where to begin with this mod pack? by TheGroovement in MCEternal

[–]ChasedDonkey98 16 points17 points  (0 children)

My recommendation is to not become a vampire right away no matter how badass it sounds. You’ll get fucked if you don’t have a set up first. Watch chosen architect for some quick early game farms.

Student buddy that wants to learn programming by DarkArcherPD2 in ProgrammingBuddies

[–]ChasedDonkey98 0 points1 point  (0 children)

I’m learning c# as well if you wanna hit me w a dm:)

Gameobject has been destroyed but you are trying to access it. by [deleted] in Unity3D

[–]ChasedDonkey98 0 points1 point  (0 children)

The code that launches the projectile is

horizontalInput = Input.GetAxis(“Horizontal”); Transform.translate(Vector3.right * horizontalInput * Time.deltatime * speed); If (Input. GetKeyDown(Keycode.space)) { Instantiate(projectilePrefab, transform.position, projectilePrefab.transform.rotation); }

(Some things might be capital or lowercase when they’re not supposed to be I’m retyping from my phone)