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
Hey there @Allexeee, could you explain your use case? The entire CallbackDispatcher got rewritten to support Unity's IL2CPP and the whole process is accomplished in C#.
Were you running a custom callback loop or something like that?
I downloaded unitypackage from the latest release (15.0.1).
The unity compiler reports that it can't find the CCallbackBase and CCallbackBaseVTable classes.
I deleted all the files installed by unitypackage.
And installed Steamworks.Net via Package Manager #389 (comment)
Hey there, what version of Unity are you on, and which version were you coming from? I can't reproduce this. On a fresh project with Unity 2020.3 Importing 15.0.1 from the UnityPackage seemed to work without issues, then additionally tried doing an upgrade from 14.0.0 -> 15.0.1 and it seemed to be fine.
Hi!
In version 15.0.0 and 15.0.1, the CCallbackBase and CCallbackBaseVTable classes are missing from unitypackage.
I had to add them from version 14.0.0.
The text was updated successfully, but these errors were encountered: