Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xu Chenxi
ygopro2
Commits
0cfa9b77
Commit
0cfa9b77
authored
Apr 07, 2019
by
Unicorn369
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set Version to 2.2.3
parent
15916a92
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
3 additions
and
25 deletions
+3
-25
AI_core_vs2017solution/bin/x86/libocgcore.so
AI_core_vs2017solution/bin/x86/libocgcore.so
+0
-0
AI_core_vs2017solution/bin/x86/sqlite3.dll
AI_core_vs2017solution/bin/x86/sqlite3.dll
+0
-0
AI_core_vs2017solution/bin/x86_64/libocgcore.so
AI_core_vs2017solution/bin/x86_64/libocgcore.so
+0
-0
Assets/SibylSystem/Program.cs
Assets/SibylSystem/Program.cs
+1
-1
ProjectSettings/ProjectSettings.asset
ProjectSettings/ProjectSettings.asset
+2
-2
README.md
README.md
+0
-22
No files found.
AI_core_vs2017solution/bin/x86/libocgcore.so
deleted
100644 → 0
View file @
15916a92
File deleted
AI_core_vs2017solution/bin/x86/sqlite3.dll
deleted
100644 → 0
View file @
15916a92
File deleted
AI_core_vs2017solution/bin/x86_64/libocgcore.so
deleted
100644 → 0
View file @
15916a92
File deleted
Assets/SibylSystem/Program.cs
View file @
0cfa9b77
...
...
@@ -1098,7 +1098,7 @@ public class Program : MonoBehaviour
_padScroll
=
0
;
}
GUI
.
Label
(
new
Rect
(
10
,
5
,
200
,
200
),
"[Ver 2.2.
2
] "
+
"FPS: "
+
m_FPS
);
GUI
.
Label
(
new
Rect
(
10
,
5
,
200
,
200
),
"[Ver 2.2.
3
] "
+
"FPS: "
+
m_FPS
);
}
void
Update
()
...
...
ProjectSettings/ProjectSettings.asset
View file @
0cfa9b77
...
...
@@ -123,7 +123,7 @@ PlayerSettings:
16:10:
1
16:9:
1
Others
:
1
bundleVersion
:
2.2.
2
(1.034.9)
bundleVersion
:
2.2.
3
(1.034.9)
preloadedAssets
:
[]
metroInputSource
:
0
m_HolographicPauseOnTrackingLoss
:
1
...
...
@@ -148,7 +148,7 @@ PlayerSettings:
tvOS
:
cn.ygopro2.ygopro2android
buildNumber
:
iOS
:
AndroidBundleVersionCode
:
5
AndroidBundleVersionCode
:
6
AndroidMinSdkVersion
:
16
AndroidTargetSdkVersion
:
0
AndroidPreferredInstallLocation
:
0
...
...
README.md
View file @
0cfa9b77
...
...
@@ -18,28 +18,6 @@ We use Yu-Gi-Oh card game only to test our engine, and the game is not for comme
3.
Double click Assets
\m
ain.unity to open the solution.
# How to compile the ocgcore wrapper?
*In most case you do not need to care about the ocgcore wrapper.*
1.
Double click the
**YGOProUnity_V2/AI_core_vs2017solution/core.sln**
2.
build the c# solution in x64 and release mode and you get the
**System.Servicemodel.Faltexception.dll**
3.
copy it into
**YGOProUnity_V2\Assets\Plugins**
*Yes, the name of the dll is System.Servicemodel.Faltexception.dll, though it does nothing with c# system :p*
# How to compile the ocgcore.dll(x64)?
*In most case you do not need to care about the ocgcore.dll.*
1.
Double click the
**YGOProUnity_V2/AI_core_vs2017solution/core.sln**
2.
build the c++ solution in x64 and release mode and you get the
**ocgcore.dll**
3.
copy it into
**YGOProUnity_V2\Assets\Plugins**
# How to compile the libocgcore.so、libsqlite3.so? (Android)
*In most case you do not need to care about the libocgcore.so、libsqlite3.so.*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment