This commit is contained in:
parent
f1d863f999
commit
961d9153ad
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"version": "1.0",
|
||||||
|
"components": [
|
||||||
|
"Microsoft.VisualStudio.Workload.ManagedGame"
|
||||||
|
]
|
||||||
|
}
|
|
@ -200,6 +200,7 @@ MonoBehaviour:
|
||||||
Field_Char1:
|
Field_Char1:
|
||||||
Field_Char2:
|
Field_Char2:
|
||||||
Field_Char3:
|
Field_Char3:
|
||||||
|
subjectInfo: []
|
||||||
traininginformations: []
|
traininginformations: []
|
||||||
--- !u!1 &2132962757
|
--- !u!1 &2132962757
|
||||||
GameObject:
|
GameObject:
|
||||||
|
@ -231,7 +232,7 @@ MonoBehaviour:
|
||||||
m_Name:
|
m_Name:
|
||||||
m_EditorClassIdentifier:
|
m_EditorClassIdentifier:
|
||||||
isLinkAgain: 0
|
isLinkAgain: 0
|
||||||
serverIP: 127.0.0.1
|
serverIP: 172.16.1.35
|
||||||
port: 12345
|
port: 12345
|
||||||
--- !u!4 &2132962759
|
--- !u!4 &2132962759
|
||||||
Transform:
|
Transform:
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"com.unity.2d.sprite": "1.0.0",
|
||||||
"com.unity.collab-proxy": "1.2.16",
|
"com.unity.collab-proxy": "1.2.16",
|
||||||
"com.unity.ide.rider": "1.1.4",
|
"com.unity.ide.rider": "1.1.4",
|
||||||
"com.unity.ide.vscode": "1.2.1",
|
"com.unity.ide.vscode": "1.2.1",
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"com.unity.2d.sprite": {
|
||||||
|
"version": "1.0.0",
|
||||||
|
"depth": 0,
|
||||||
|
"source": "builtin",
|
||||||
|
"dependencies": {}
|
||||||
|
},
|
||||||
"com.unity.collab-proxy": {
|
"com.unity.collab-proxy": {
|
||||||
"version": "1.2.16",
|
"version": "1.2.16",
|
||||||
"depth": 0,
|
"depth": 0,
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
1335
UniTask.Linq.csproj
1335
UniTask.Linq.csproj
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
1338
UniTask.csproj
1338
UniTask.csproj
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue