优化
This commit is contained in:
Binary file not shown.
@@ -1,7 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: 11124608eb025ea4cb7f7e0f3d19a44b
|
|
||||||
DefaultImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
@@ -1,15 +0,0 @@
|
|||||||
[Unit]
|
|
||||||
Description=TcgEngineServer
|
|
||||||
After=network.target
|
|
||||||
StartLimitIntervalSec=0
|
|
||||||
|
|
||||||
[Service]
|
|
||||||
Type=simple
|
|
||||||
Restart=always
|
|
||||||
RestartSec=1
|
|
||||||
User=root
|
|
||||||
WorkingDirectory=/server/game
|
|
||||||
ExecStart=/server/game/TcgEngineServer.x86_64 -batchmode -nographics -logfile /server/game/tcg.log &
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=multi-user.target
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: 8a67dfd6857c0ab419e6b5e6670fca2a
|
|
||||||
DefaultImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
@@ -12,9 +12,9 @@ MonoBehaviour:
|
|||||||
m_Script: {fileID: 11500000, guid: 70dc9fcaed7d5274a8381edb4e206a92, type: 3}
|
m_Script: {fileID: 11500000, guid: 70dc9fcaed7d5274a8381edb4e206a92, type: 3}
|
||||||
m_Name: NetworkData
|
m_Name: NetworkData
|
||||||
m_EditorClassIdentifier:
|
m_EditorClassIdentifier:
|
||||||
url: server.tcgengine.com
|
url: 192.168.1.99
|
||||||
port: 8777
|
port: 8777
|
||||||
api_url: api.tcgengine.com
|
api_url: 192.168.1.99:8080
|
||||||
api_https: 1
|
api_https: 0
|
||||||
solo_type: 0
|
solo_type: 0
|
||||||
auth_type: 0
|
auth_type: 10
|
||||||
|
|||||||
Binary file not shown.
@@ -1,7 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: a7c80de8fccfb3f4da36332eab001b7b
|
|
||||||
DefaultImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
17
ProjectSettings/BurstAotSettings_StandaloneLinux64.json
Normal file
17
ProjectSettings/BurstAotSettings_StandaloneLinux64.json
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"MonoBehaviour": {
|
||||||
|
"Version": 4,
|
||||||
|
"EnableBurstCompilation": true,
|
||||||
|
"EnableOptimisations": true,
|
||||||
|
"EnableSafetyChecks": false,
|
||||||
|
"EnableDebugInAllBuilds": false,
|
||||||
|
"DebugDataKind": 1,
|
||||||
|
"EnableArmv9SecurityFeatures": false,
|
||||||
|
"CpuMinTargetX32": 0,
|
||||||
|
"CpuMaxTargetX32": 0,
|
||||||
|
"CpuMinTargetX64": 0,
|
||||||
|
"CpuMaxTargetX64": 0,
|
||||||
|
"CpuTargetsX64": 72,
|
||||||
|
"OptimizeFor": 0
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -5,16 +5,19 @@ EditorBuildSettings:
|
|||||||
m_ObjectHideFlags: 0
|
m_ObjectHideFlags: 0
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
m_Scenes:
|
m_Scenes:
|
||||||
- enabled: 1
|
- enabled: 0
|
||||||
path: Assets/TcgEngine/Scenes/Menu/LoginMenu.unity
|
path: Assets/TcgEngine/Scenes/Menu/LoginMenu.unity
|
||||||
guid: 35845f83f169a8249ba97386e43cc114
|
guid: 35845f83f169a8249ba97386e43cc114
|
||||||
- enabled: 1
|
- enabled: 0
|
||||||
path: Assets/TcgEngine/Scenes/Menu/Menu.unity
|
path: Assets/TcgEngine/Scenes/Menu/Menu.unity
|
||||||
guid: 4566b59cd2acb7347b68ebb689bbe171
|
guid: 4566b59cd2acb7347b68ebb689bbe171
|
||||||
- enabled: 1
|
- enabled: 0
|
||||||
path: Assets/TcgEngine/Scenes/Menu/OpenPack.unity
|
path: Assets/TcgEngine/Scenes/Menu/OpenPack.unity
|
||||||
guid: dd0a2914a3401da438f8a990f15395d1
|
guid: dd0a2914a3401da438f8a990f15395d1
|
||||||
- enabled: 1
|
- enabled: 0
|
||||||
path: Assets/TcgEngine/Scenes/Game/Game.unity
|
path: Assets/TcgEngine/Scenes/Game/Game.unity
|
||||||
guid: be2ace95e45905b49ad984cce7ea70e5
|
guid: be2ace95e45905b49ad984cce7ea70e5
|
||||||
|
- enabled: 1
|
||||||
|
path: Assets/TcgEngine/Scenes/Server/Server.unity
|
||||||
|
guid: acefba10b24d5f14aa51f6451ec467bf
|
||||||
m_configObjects: {}
|
m_configObjects: {}
|
||||||
|
|||||||
Reference in New Issue
Block a user