Compare commits
No commits in common. "4d8d6dbbab299c183affbed9a69daff5cc01f7c0" and "05b95c8589763d8d25853056cd135d80ba89bda4" have entirely different histories.
4d8d6dbbab
...
05b95c8589
|
|
@ -36,17 +36,17 @@ oldGameVersion = 2 --1 原始 2 老游戏新加功能
|
|||
|
||||
--主入口函数。从这里开始lua逻辑
|
||||
function Main()
|
||||
if true then
|
||||
local suc = pcall(function()
|
||||
local path = Application.streamingAssetsPath .. "/../../.."
|
||||
package.cpath = package.cpath .. ";" .. path .. "/?.dll"
|
||||
local dbg = require("emmy_core")
|
||||
dbg.tcpConnect('localhost', 9966)
|
||||
end)
|
||||
if suc then
|
||||
print("=============================调试连接成功!===========================")
|
||||
end
|
||||
end
|
||||
-- if true then
|
||||
-- local suc = pcall(function()
|
||||
-- local path = Application.streamingAssetsPath .. "/../../.."
|
||||
-- package.cpath = package.cpath .. ";" .. path .. "/?.dll"
|
||||
-- local dbg = require("emmy_core")
|
||||
-- dbg.tcpConnect('localhost', 9966)
|
||||
-- end)
|
||||
-- if suc then
|
||||
-- print("=============================调试连接成功!===========================")
|
||||
-- end
|
||||
-- end
|
||||
|
||||
-- PlayerPrefs.DeleteKey('session_id')
|
||||
Application.targetFrameRate = 60
|
||||
|
|
|
|||
|
|
@ -39,21 +39,23 @@
|
|||
"test.device": "720p Phone",
|
||||
"canvasColor": 10066329,
|
||||
"auxline2": true,
|
||||
"doc.activeDoc": "ui://9n9stu2eprgzf0",
|
||||
"doc.activeDoc": "ui://vplxondscioehnx",
|
||||
"libview.twoColumn": false,
|
||||
"libview.expandedNodes": [
|
||||
"442j0uep",
|
||||
"/",
|
||||
"442j0uep",
|
||||
"/component/",
|
||||
"9n9stu2e",
|
||||
"/",
|
||||
"9n9stu2e",
|
||||
"/component/",
|
||||
"9n9stu2e",
|
||||
"/component/Result/",
|
||||
"9n9stu2e",
|
||||
"/image/",
|
||||
"9n9stu2e",
|
||||
"/image/btn/",
|
||||
"vplxonds",
|
||||
"/",
|
||||
"vplxonds",
|
||||
"/invite/",
|
||||
"lkq9ne9s",
|
||||
"/",
|
||||
"lkq9ne9s",
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -0,0 +1,7 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 5c35cf9d46bc3bf488fc6dbce2ecea57
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
|
|
@ -0,0 +1 @@
|
|||
1.0.5
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
fileFormatVersion: 2
|
||||
guid: ebbd2128a41d8e5499ded00411131f98
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
|
|
@ -17,7 +17,7 @@ PlayerSettings:
|
|||
defaultCursor: {fileID: 0}
|
||||
cursorHotspot: {x: 0, y: 0}
|
||||
m_SplashScreenBackgroundColor: {r: 0, g: 0, b: 0, a: 1}
|
||||
m_ShowUnitySplashScreen: 1
|
||||
m_ShowUnitySplashScreen: 0
|
||||
m_ShowUnitySplashLogo: 1
|
||||
m_SplashScreenOverlayOpacity: 0
|
||||
m_SplashScreenAnimation: 2
|
||||
|
|
@ -255,8 +255,8 @@ PlayerSettings:
|
|||
AndroidTargetArchitectures: 1
|
||||
AndroidSplashScreenScale: 2
|
||||
androidSplashScreen: {fileID: 2800000, guid: 2baa80d4813f638468d8464d3f57c870, type: 3}
|
||||
AndroidKeystoreName: '{inproject}: smn.keystore'
|
||||
AndroidKeyaliasName: smn
|
||||
AndroidKeystoreName: '{inproject}: ch.keystore'
|
||||
AndroidKeyaliasName: ch
|
||||
AndroidBuildApkPerCpuArchitecture: 0
|
||||
AndroidTVCompatibility: 1
|
||||
AndroidIsGame: 1
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Reference in New Issue