You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the game you are using with IL2CPP Resolver?
SCP:SL
Details:
I can't find/call methods inside the Camera class such as Camera.ScreenPointToRay(Vector3), Camera.ViewportPointToRay(Vector3) and I can't find AudioSource.Play() and others. Most often it is the class
with initialization everything is fine but in the code I can not find these classes, with the rest which are in unityplayer.dll or unityengine.dll everything is fine, I started all at once with the help of injector with manual map
What is the game you are using with IL2CPP Resolver?
SCP:SL
Details:
I can't find/call methods inside the Camera class such as Camera.ScreenPointToRay(Vector3), Camera.ViewportPointToRay(Vector3) and I can't find AudioSource.Play() and others. Most often it is the class
Screenshots/Video:
No response
Minimal, Complete and Verifiable Example code:
IL2CPP::Class::Utils::GetMethodPointer("AudioSource", "Play", 0)
The text was updated successfully, but these errors were encountered: