KleskBY / Unity3d-Aimbot-Wallhack-ESP

Generic Unity3d Aimbot,ESP,Wallhack
GNU General Public License v3.0
59 stars 21 forks source link

Type Names can't be found on in the namespace "UnityEngine" #1

Closed Moltivie closed 4 years ago

Moltivie commented 4 years ago

Hello there, I cannot get UnityEngine.dll objects on VS working. I have already had this issue when I wanted to get it working by myself from scratch, but no way.

A possible temporary but not verified fix was that I had to include the entire *.dll's from GameName_Data\Managed folder, that allowed me to use objects on VS but hadn't verified the injection and correct execution.

image

DefaultO commented 4 years ago

@Moltivie the message tells you what to do. Add a reference to 'UnityEngine.CoreModule'.

Moltivie commented 4 years ago

Thanks!