Skip to content

Instantly share code, notes, and snippets.

@kurtdekker
kurtdekker / AimhelperTarget.cs
Created June 11, 2022 21:59
Unity screen-space auto-aim helper (aimbot)
using UnityEngine;
public class AimhelperTarget : MonoBehaviour
{
// @kurtdekker - nothing to see here; just put this
// on target GameObjects you want to assist-aim to.
//
// All the magic happen over in BasicAimHelper.cs
}