Skip to content

Commit

Permalink
fix: unity engine newtonsoft reference error.
Browse files Browse the repository at this point in the history
  • Loading branch information
yowpark committed May 17, 2023
1 parent dfe00cf commit b7ded88
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion engine/unity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# 1.0.0
# 1.0.2

- fix: compile error "type or namespace name 'Newtonsoft' could not be found" on Unity 2020.3
2 changes: 1 addition & 1 deletion engine/unity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.dogu.gamium.engine.unity",
"version": "1.0.0",
"version": "1.0.2",
"description": "gamium unity server package",
"license": "MIT",
"author": "gamium",
Expand Down

0 comments on commit b7ded88

Please sign in to comment.