Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
YGOProUnity_V2
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
赤子奈落
YGOProUnity_V2
Commits
edeecbcf
Commit
edeecbcf
authored
Dec 14, 2021
by
神楽坂玲奈
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复战报窗口错位,Unity升级至2021.2.6f1
parent
cb953941
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
12 deletions
+12
-12
Assets/NGUI/Scripts/Editor/UITexturePacker.cs
Assets/NGUI/Scripts/Editor/UITexturePacker.cs
+1
-1
Assets/SibylSystem/Book/Book.cs
Assets/SibylSystem/Book/Book.cs
+3
-3
Packages/manifest.json
Packages/manifest.json
+3
-3
Packages/packages-lock.json
Packages/packages-lock.json
+3
-3
ProjectSettings/ProjectVersion.txt
ProjectSettings/ProjectVersion.txt
+2
-2
No files found.
Assets/NGUI/Scripts/Editor/UITexturePacker.cs
View file @
edeecbcf
...
...
@@ -107,7 +107,7 @@ public class UITexturePacker
storage
[
i
].
paddingY
=
(
yPadding
!=
0
);
}
texture
.
Re
s
ize
(
width
,
height
);
texture
.
Re
initial
ize
(
width
,
height
);
texture
.
SetPixels
(
new
Color
[
width
*
height
]);
// The returned rects
...
...
Assets/SibylSystem/Book/Book.cs
View file @
edeecbcf
...
...
@@ -47,11 +47,11 @@ public class Book : WindowServant2D
base
.
preFrameFunction
();
if
(
isShowed
)
{
gameObject
.
transform
.
position
=
Program
.
I
().
camera_main_2d
.
Screen
ToWorldPoint
(
gameObject
.
transform
.
position
=
Utils
.
UI
ToWorldPoint
(
new
Vector3
(
Program
.
I
().
cardDescription
.
width
/
2
,
(
Screen
.
height
-
Program
.
I
().
cardDescription
.
cHeight
)
/
2
,
0
));
(
700
-
Program
.
I
().
cardDescription
.
cHeight
)
/
2
,
0
));
texts
.
back
.
width
=
(
int
)
Program
.
I
().
cardDescription
.
width
;
texts
.
back
.
height
=
Screen
.
height
-
(
int
)
Program
.
I
().
cardDescription
.
cHeight
;
texts
.
back
.
height
=
700
-
(
int
)
Program
.
I
().
cardDescription
.
cHeight
;
}
}
...
...
Packages/manifest.json
View file @
edeecbcf
{
"dependencies"
:
{
"com.unity.ide.rider"
:
"3.0.7"
,
"com.unity.ide.visualstudio"
:
"2.0.1
1
"
,
"com.unity.ide.vscode"
:
"1.2.
3
"
,
"com.unity.ide.visualstudio"
:
"2.0.1
2
"
,
"com.unity.ide.vscode"
:
"1.2.
4
"
,
"com.unity.test-framework"
:
"1.1.29"
,
"com.unity.timeline"
:
"1.
5.6
"
,
"com.unity.timeline"
:
"1.
6.2
"
,
"com.unity.ugui"
:
"1.0.0"
,
"com.unity.modules.ai"
:
"1.0.0"
,
"com.unity.modules.androidjni"
:
"1.0.0"
,
...
...
Packages/packages-lock.json
View file @
edeecbcf
...
...
@@ -17,7 +17,7 @@
"url"
:
"https://packages.unity.com"
},
"com.unity.ide.visualstudio"
:
{
"version"
:
"2.0.1
1
"
,
"version"
:
"2.0.1
2
"
,
"depth"
:
0
,
"source"
:
"registry"
,
"dependencies"
:
{
...
...
@@ -26,7 +26,7 @@
"url"
:
"https://packages.unity.com"
},
"com.unity.ide.vscode"
:
{
"version"
:
"1.2.
3
"
,
"version"
:
"1.2.
4
"
,
"depth"
:
0
,
"source"
:
"registry"
,
"dependencies"
:
{},
...
...
@@ -44,7 +44,7 @@
"url"
:
"https://packages.unity.com"
},
"com.unity.timeline"
:
{
"version"
:
"1.
5.6
"
,
"version"
:
"1.
6.2
"
,
"depth"
:
0
,
"source"
:
"registry"
,
"dependencies"
:
{
...
...
ProjectSettings/ProjectVersion.txt
View file @
edeecbcf
m_EditorVersion: 2021.
1.19
f1
m_EditorVersionWithRevision: 2021.
1.19f1 (5f5eb8bbdc2
5)
m_EditorVersion: 2021.
2.6
f1
m_EditorVersionWithRevision: 2021.
2.6f1 (8c4e826ba44
5)
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