Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Assets/Resources/BillingMode.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"androidStore":"GooglePlay"}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Assets/Scripts/Game/Entity/GameWorld.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ public struct DespawningEntity : IComponentData
{
}


[InternalBufferCapacity(16)]
public struct EntityGroupChildren : IBufferElementData
{
Expand Down
8 changes: 0 additions & 8 deletions Assets/Scripts/Game/Util.meta

This file was deleted.

8 changes: 0 additions & 8 deletions Assets/XLua.meta

This file was deleted.

4 changes: 2 additions & 2 deletions Lua/Common/util/sprotoloader.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
local parser = require "Common.Util.sprotoparser"
local parser = require "Common.util.sprotoparser"
local core = require "sproto.core"
local sproto = require "Common.Util.sproto"
local sproto = require "Common.util.sproto"

local loader = {}

Expand Down
2 changes: 1 addition & 1 deletion Lua/Game/Login/LoginController.lua
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ function LoginController:OnReceiveLine(bytes)
end

function LoginController:Connect()
-- print('Cat:LoginController.lua[Connect] self.login_state : ', self.login_state)
print('Cat:LoginController.lua[Connect] self.login_state : ', self.login_state)
if self.login_state == LoginConst.Status.WaitForGameServerConnect then
--刚连接上游戏服务器时需要进行一次握手校验
local handshake = string.format("%s@%s#%s:%d", crypt.base64encode(self.token.user), crypt.base64encode(self.token.server),crypt.base64encode(self.subid) , 1)
Expand Down
20 changes: 10 additions & 10 deletions Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,26 @@
"dependencies": {
"com.unity.2d.sprite": "1.0.0",
"com.unity.2d.tilemap": "1.0.0",
"com.unity.addressables": "1.1.10",
"com.unity.ads": "2.0.8",
"com.unity.addressables": "1.16.16",
"com.unity.ads": "3.6.1",
"com.unity.analytics": "3.3.5",
"com.unity.assetbundlebrowser": "1.7.0",
"com.unity.burst": "1.2.0",
"com.unity.cinemachine": "2.3.4",
"com.unity.collab-proxy": "1.2.16",
"com.unity.collections": "0.1.1-preview",
"com.unity.entities": "0.1.1-preview",
"com.unity.ext.nunit": "1.0.0",
"com.unity.ext.nunit": "1.0.6",
"com.unity.ide.rider": "1.1.4",
"com.unity.ide.vscode": "1.1.4",
"com.unity.mathematics": "1.1.0",
"com.unity.multiplayer-hlapi": "1.0.4",
"com.unity.purchasing": "2.0.6",
"com.unity.test-framework": "1.1.11",
"com.unity.ide.vscode": "1.2.3",
"com.unity.mathematics": "1.2.1",
"com.unity.multiplayer-hlapi": "1.0.8",
"com.unity.purchasing": "3.0.1",
"com.unity.test-framework": "1.1.22",
"com.unity.textmeshpro": "2.0.1",
"com.unity.timeline": "1.2.10",
"com.unity.timeline": "1.2.18",
"com.unity.ugui": "1.0.0",
"com.unity.xr.legacyinputhelpers": "2.0.2",
"com.unity.xr.legacyinputhelpers": "2.1.7",
"com.unity.modules.ai": "1.0.0",
"com.unity.modules.androidjni": "1.0.0",
"com.unity.modules.animation": "1.0.0",
Expand Down
Loading