-
Notifications
You must be signed in to change notification settings - Fork 53
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
Update to EOS SDK 1.15.1 #35
base: master
Are you sure you want to change the base?
Conversation
Hi, what is the news in your commit am going to start a project and i would like to know |
@Roxgame95 It is working fine for me with limited testing. I have only tested Device ID and P2P on iOS/Windows/macOS Catalyst. I haven't tested Lobby or other functionality yet or other platforms (Android/Linux/macOS Native) but in theory it should work fine. |
Can't seem to get it working. Just trying to run the developer test just to see how it goes but can't even get that. For whatever reason it wont launch the auth account portal. |
I was able to get it to work locally but changing line 49 in EoSLobbyUI to this I also changed all instances of 'Value.ToString' for the lobby address to 'Value.Value.AsUtf8' to fix the naming issues. |
Yes! It's working for me, but Value.Value.AsUtf8 is even needed for, like, getting the lobby name out of the lobby info when you get a list of lobbies. Otherwise, Value.ToString() returns the name of the Epic namespace of the data type, or something similar. |
After updating the SDK to v1.15.5, My editor crashes every time I exit play mode. Any ideas? |
I managed to narrow down the error, in #if UNITY_EDITOR
if (libraryPointer != IntPtr.Zero) {
Bindings.Unhook();
// Free until the module ref count is 0
while (FreeLibrary(libraryPointer) != 0) { }
libraryPointer = IntPtr.Zero;
}
#endif Commenting out these lines fixes the crash. UPDATE: I was right, commenting out just the |
As I've stated in the previous comment, the I've pinged FakeByte in the Discord server. |
also, the |
Hello, EOS transport is no longer maintained by FakeByte; I'm continuing to use it for my project, tho, and it has updated to SDK 1.15.1 as well. If you are interested, I'm hoping to collab to maintain it ;) |
Note that iOS Framework and macOS Dev Tool are not included in this as they are >100MB