Skip to content

Commit

Permalink
Merge branch 'release-2.0.2' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
pew-dahs committed Aug 16, 2022
2 parents b552f6d + a3f1647 commit 9c722f1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions Assets/Plugins/Source/EOSManager_DynamicLoading.cs
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ public partial class EOSSingleton
[DllImport(GfxPluginNativeRenderPath,CallingConvention = CallingConvention.StdCall)]
static extern IntPtr EOS_GetPlatformInterface();

[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
delegate void PrintDelegateType(string str);
[DllImport(GfxPluginNativeRenderPath,CallingConvention = CallingConvention.StdCall)]
static extern void global_log_flush_with_function(IntPtr ptr);
Expand Down
5 changes: 5 additions & 0 deletions EOSUnityPlugin_package_template/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed
### Fixed

## [2.0.2] - 2022-08-15

### Fixed
- Fixed function pointer size causing x86 crash when logging from native DLL.

## [2.0.1] - 2022-07-29

### Added
Expand Down
4 changes: 2 additions & 2 deletions EOSUnityPlugin_package_template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.playeveryware.eos",
"version": "2.0.1",
"version": "2.0.2",
"unity": "2020.1",
"unityRelease": "11f1",
"displayName": "Epic Online Services Plugin for Unity",
Expand All @@ -21,6 +21,6 @@
}
],
"com_playeveryware": {
"git_build_sha": "19915039dec938030d389f90cf66d451d7f0daa6"
"git_build_sha": "bd27761494b5035811d92eb677c0cd338379e56f"
}
}

0 comments on commit 9c722f1

Please sign in to comment.