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
1
Issues
1
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
hex
ygopro2
Commits
d6536a39
Commit
d6536a39
authored
Feb 08, 2026
by
hex
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: limit x64 DLL plugins to desktop and bump version to 2602
parent
5ec93fca
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
70 additions
and
3 deletions
+70
-3
Assets/Plugins/x64/ocgcore.dll.meta
Assets/Plugins/x64/ocgcore.dll.meta
+53
-1
Assets/Plugins/x64/sqlite3.dll.meta
Assets/Plugins/x64/sqlite3.dll.meta
+16
-1
Assets/SibylSystem/Program.cs
Assets/SibylSystem/Program.cs
+1
-1
No files found.
Assets/Plugins/x64/ocgcore.dll.meta
View file @
d6536a39
...
@@ -9,12 +9,64 @@ PluginImporter:
...
@@ -9,12 +9,64 @@ PluginImporter:
isPreloaded: 0
isPreloaded: 0
platformData:
platformData:
Any:
Any:
enabled:
1
enabled:
0
settings: {}
settings: {}
Win64:
enabled: 1
settings:
CPU: AnyCPU
Editor:
Editor:
enabled: 0
enabled: 0
settings:
settings:
CPU: AnyCPU
DefaultValueInitialized: true
DefaultValueInitialized: true
OS: AnyOS
Win:
enabled: 0
settings:
CPU: AnyCPU
Linux:
enabled: 0
settings:
CPU: x86
Linux64:
enabled: 0
settings:
CPU: x86_64
OSXIntel:
enabled: 0
settings:
CPU: AnyCPU
OSXIntel64:
enabled: 0
settings:
CPU: AnyCPU
Android:
enabled: 0
settings:
CPU: ARMv7
iOS:
enabled: 0
settings:
CompileFlags:
FrameworkDependencies:
WindowsStoreApps:
enabled: 0
settings:
CPU: AnyCPU
DontProcess: False
PlaceholderPath:
SDK: AnySDK
WP8:
enabled: 0
settings:
CPU: AnyCPU
DontProcess: False
PlaceholderPath:
SamsungTV:
enabled: 0
settings:
STV_MODEL: STANDARD_13
userData:
userData:
assetBundleName:
assetBundleName:
assetBundleVariant:
assetBundleVariant:
Assets/Plugins/x64/sqlite3.dll.meta
View file @
d6536a39
...
@@ -13,7 +13,7 @@ PluginImporter:
...
@@ -13,7 +13,7 @@ PluginImporter:
first:
first:
Any:
Any:
second:
second:
enabled:
1
enabled:
0
settings: {}
settings: {}
data:
data:
first:
first:
...
@@ -93,6 +93,21 @@ PluginImporter:
...
@@ -93,6 +93,21 @@ PluginImporter:
enabled: 1
enabled: 1
settings:
settings:
CPU: AnyCPU
CPU: AnyCPU
data:
first:
iOS: iOS
second:
enabled: 0
settings:
CompileFlags:
FrameworkDependencies:
data:
first:
Android: Android
second:
enabled: 0
settings:
CPU: ARMv7
userData:
userData:
assetBundleName:
assetBundleName:
assetBundleVariant:
assetBundleVariant:
Assets/SibylSystem/Program.cs
View file @
d6536a39
...
@@ -1447,7 +1447,7 @@ public class Program : MonoBehaviour
...
@@ -1447,7 +1447,7 @@ public class Program : MonoBehaviour
FPS
=
FPS
.
Substring
(
0
,
5
);
FPS
=
FPS
.
Substring
(
0
,
5
);
}
}
catch
{
}
catch
{
}
GUI
.
Label
(
new
Rect
(
Screen
.
safeArea
.
x
+
10
,
5
,
400
,
200
),
"[Ver 1.036.2-TCube 260
1
] "
+
"FPS: "
+
FPS
);
GUI
.
Label
(
new
Rect
(
Screen
.
safeArea
.
x
+
10
,
5
,
400
,
200
),
"[Ver 1.036.2-TCube 260
2
] "
+
"FPS: "
+
FPS
);
}
}
...
...
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