Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v15.0.0 - 15.0.1] Missing CCallbackBase and CCallbackBaseVTable classes in unitypackage #416

Closed
Allexeee opened this issue May 7, 2021 · 3 comments

Comments

@Allexeee
Copy link

Allexeee commented May 7, 2021

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.

@rlabrecque
Copy link
Owner

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?

@Allexeee
Copy link
Author

That's not the point.

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)

After that, the errors disappeared.

Sorry for my English)

@rlabrecque
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants