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

fix: fixing calls to interface for target RPCs #1021

Merged
merged 1 commit into from
Jan 13, 2022
Merged

Conversation

James-Frowen
Copy link
Member

@James-Frowen James-Frowen commented Jan 13, 2022

fixing IL2CPP build when using targetRPCs.
Also note that Callvirt should be used calling interfaces.

note for future debugging: cpp output on failed build Mirage/Temp/StagingArea/Data/il2cppOutput

fix: #1020

fixing IL2CPP build when using targetRPCs.
Also note that Callvirt should be used calling interfaces.

note for future debugging: cpp output on failed build `Mirage/Temp/StagingArea/Data/il2cppOutput`
@sonarcloud
Copy link

sonarcloud bot commented Jan 13, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@James-Frowen James-Frowen merged commit 780123d into master Jan 13, 2022
@James-Frowen James-Frowen deleted the fix-rpc-il2cpp branch January 13, 2022 16:38
github-actions bot pushed a commit that referenced this pull request Jan 13, 2022
## [114.0.3](v114.0.2...v114.0.3) (2022-01-13)

### Bug Fixes

* fixing calls to interface for target RPCs ([#1021](#1021)) ([780123d](780123d))
@github-actions
Copy link
Contributor

🎉 This PR is included in version 114.0.3 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

Unity 2020 LTS with IL2CPP: RPCs with INetworkPlayer parameter cause IL2CPP generation to fail
1 participant