Domain changed to archive.palanq.win . Feb 14-25 still awaits import.

Threads by latest replies - Page 17

Unity 2D Game Coding

No.1548930 View ViewReplyOriginalReport
I'm trying to figure out why my character isn't moving. I've followed multiple tutorials online with no success. My character never moves.

Can I get some help with what is going on?

When I put in rb.velocity = new Vector2(horizontal, vertical); it strikes a line through velocity, or force updates to "angularVelocity" and nothing moves. Using Unity 6.2. What's going on?

Error CS0029: Cannot implicitly convert type 'UnityEngine.Vector2' to 'float'

using System.Collections;
using System.Collections.Generic;
using JetBrains.Annotations;
using UnityEngine;
using UnityEngine.InputSystem;

public class PlayerMovement : MonoBehaviour
{
public float speed = 5;
public Rigidbody2D rb;

void Update()
{
float horizontal = Input.GetAxis("Horizontal");
float vertical = Input.GetAxis("Vertical");

rb.velocity = new Vector2(horizontal, vertical);
}
}

No.1548586 View ViewReplyOriginalReport
Does anyone have that clip from some awful TV show where there's an incel episode?
The plot is a crazy incel shoots people from a car window while driving a car and then crashes and wakes up in a hospital. Then he sees the nurse and gets extremely angry because she's a woman, and starts using words like "femoid!"
The clip made rounds on Twitter at the time (2-3 yrs ago). It's hilarious but I can't find it...

Gypsy Crusader's 2nd encounter with the bong boy

No.1548548 View ViewReplyOriginalReport
Looks like most of his clips were scrubbed from YT.
>You again?
>Didn't I see you before boy?
>Were you smokin' a bong earlier?
I don't know if it was from the same stream

No.1547035 View ViewReplyOriginalReport
Is this an interactive website? It looks like a map that shows the connections and influences between philosophers with additional links

https://youtu.be/GbtQJsNjldY?t=137

appears again at 11:55
5 posts omitted

Name of an EDM song

No.1549005 View ViewReplyOriginalReport
Can't for the life of me remember anything about this one EDM song. I remember the music video was a crudely 3D animated blue guy with headphones jumping towards the camera. The song itself had a guy's voice pitched up while he was screaming about something. There was a breakdown where the little blue dude goes to heaven or the sky and there's an angel or something. I think the song was pretty short, like 2-3 minutes.

phpBB forum mass posts edit

No.1548428 View ViewReplyOriginalReport
i have an account on this shitty forum and for some reason they don't let users delete their posts. is there a way to somehow automate editing every message to "deleted" so the admins will remove them?
if i get caught they'll take away my edit perms. any solutions?
2 posts omitted

No.1548982 View ViewReplyOriginalReport
Can you list all parts of a stage play theater house building for me?

No.1548875 View ViewReplyOriginalReport
Please identify song in picrel.

recommend weird alien movies

No.1548226 View ViewReplyOriginalReport
so far I've seen
>the thing
>2001 space odyssey
>district 9
>the 1987 predator
recommend more
3 posts and 1 image omitted