Compare commits

...

7 Commits

Author SHA1 Message Date
ea251d082d 1 2026-03-17 10:48:53 +08:00
2f22301c8e Update com.alicizax.unity.framework 2026-03-16 20:23:17 +08:00
60b01d27e0 Update com.alicizax.unity.framework 2026-03-16 18:39:40 +08:00
e6ceedef02 1 2026-03-16 18:39:32 +08:00
1191742804 1 2026-03-16 18:38:33 +08:00
c527658872 优化UI生成工作流 2026-03-16 18:35:37 +08:00
d703036207 1 2026-03-16 16:29:15 +08:00
9 changed files with 373 additions and 943 deletions

View File

@ -1,875 +0,0 @@
{
"name": "PlayerControls",
"maps": [
{
"name": "input.map.player",
"id": "7286f3fe-4219-466e-8f26-8089355e8ebd",
"actions": [
{
"name": "input.action.movement",
"type": "Value",
"id": "b51b7bb5-53a7-4073-9226-d95f34314ead",
"expectedControlType": "Vector2",
"processors": "",
"interactions": "",
"initialStateCheck": true
},
{
"name": "input.action.sprint",
"type": "Button",
"id": "883c57ef-56d5-4f0d-8c3e-a962f30f59a1",
"expectedControlType": "",
"processors": "",
"interactions": "",
"initialStateCheck": false
},
{
"name": "input.action.jump",
"type": "Button",
"id": "2f17f526-e679-4e4e-89df-4cfbdf2d3173",
"expectedControlType": "",
"processors": "",
"interactions": "",
"initialStateCheck": false
},
{
"name": "input.action.crouch",
"type": "Button",
"id": "04df3e28-a585-41b6-bbfd-5320e3fbe579",
"expectedControlType": "Button",
"processors": "",
"interactions": "",
"initialStateCheck": false
},
{
"name": "input.action.use",
"type": "Button",
"id": "935119d7-e0de-4a86-82d6-11127bf905fa",
"expectedControlType": "Button",
"processors": "",
"interactions": "",
"initialStateCheck": false
},
{
"name": "input.action.examine",
"type": "Button",
"id": "1a028dd5-8cda-4498-9128-ec9ba6d4296e",
"expectedControlType": "",
"processors": "",
"interactions": "",
"initialStateCheck": false
},
{
"name": "input.action.fire",
"type": "Button",
"id": "dca170ba-e865-4834-a8ff-0a8d76283c9d",
"expectedControlType": "Button",
"processors": "",
"interactions": "",
"initialStateCheck": false
},
{
"name": "input.action.reload",
"type": "Button",
"id": "13ea2433-e413-4c60-8fcd-18a6a2978487",
"expectedControlType": "Button",
"processors": "",
"interactions": "",
"initialStateCheck": false
},
{
"name": "input.action.ads",
"type": "Button",
"id": "3e424f69-c5b1-4004-8c73-1f89cfccb7ea",
"expectedControlType": "Button",
"processors": "",
"interactions": "",
"initialStateCheck": false
},
{
"name": "input.action.equip1",
"type": "Button",
"id": "152cf4d2-d0b4-43c8-9255-bfdc7563c7e8",
"expectedControlType": "Button",
"processors": "",
"interactions": "",
"initialStateCheck": false
},
{
"name": "input.action.equip2",
"type": "Button",
"id": "63f6de83-4ba7-4cf7-9bcf-ebf39990d3dc",
"expectedControlType": "Button",
"processors": "",
"interactions": "",
"initialStateCheck": false
},
{
"name": "input.action.equip3",
"type": "Button",
"id": "8f8fbf75-fc65-41d1-b449-60c4a9938423",
"expectedControlType": "Button",
"processors": "",
"interactions": "",
"initialStateCheck": false
},
{
"name": "input.action.equip4",
"type": "Button",
"id": "89acbc67-e4f8-4f03-aade-ee9515d46e84",
"expectedControlType": "Button",
"processors": "",
"interactions": "",
"initialStateCheck": false
},
{
"name": "input.action.unequip",
"type": "Button",
"id": "0ab2a7a0-2f10-47a9-9125-85e654d2491a",
"expectedControlType": "",
"processors": "",
"interactions": "",
"initialStateCheck": false
},
{
"name": "input.action.look*",
"type": "Value",
"id": "d00fb054-e911-4f8d-820c-4230951af99c",
"expectedControlType": "Vector2",
"processors": "",
"interactions": "",
"initialStateCheck": true
},
{
"name": "input.action.lean",
"type": "Value",
"id": "94cf1217-3c73-4301-87ed-69ce7a89169d",
"expectedControlType": "Axis",
"processors": "",
"interactions": "",
"initialStateCheck": true
},
{
"name": "input.action.flashlight",
"type": "Button",
"id": "b21d5923-b679-4de2-b92c-1432df209a97",
"expectedControlType": "Button",
"processors": "",
"interactions": "",
"initialStateCheck": false
}
],
"bindings": [
{
"name": "2D Vector",
"id": "6e53d249-3869-4758-845f-2f50b0d8d1a8",
"path": "2DVector",
"interactions": "",
"processors": "",
"groups": "",
"action": "input.action.movement",
"isComposite": true,
"isPartOfComposite": false
},
{
"name": "up",
"id": "15d59094-85d1-408d-b565-724532c15263",
"path": "<Keyboard>/w",
"interactions": "",
"processors": "",
"groups": "",
"action": "input.action.movement",
"isComposite": false,
"isPartOfComposite": true
},
{
"name": "down",
"id": "ae984b62-1915-433f-beca-39da86ea6167",
"path": "<Keyboard>/s",
"interactions": "",
"processors": "",
"groups": "",
"action": "input.action.movement",
"isComposite": false,
"isPartOfComposite": true
},
{
"name": "left",
"id": "ca50f716-ea37-4950-bb93-3e24fb206cd4",
"path": "<Keyboard>/a",
"interactions": "",
"processors": "",
"groups": "",
"action": "input.action.movement",
"isComposite": false,
"isPartOfComposite": true
},
{
"name": "right",
"id": "cdb9d988-93ee-4d5a-be0e-d48a01c4ab10",
"path": "<Keyboard>/d",
"interactions": "",
"processors": "",
"groups": "",
"action": "input.action.movement",
"isComposite": false,
"isPartOfComposite": true
},
{
"name": "",
"id": "d736e0ce-947e-46a4-bbcb-4255b89f6f33",
"path": "<Gamepad>/leftStick",
"interactions": "",
"processors": "",
"groups": "",
"action": "input.action.movement",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "6043974b-f666-48d6-be4e-f45487be797a",
"path": "<Keyboard>/space",
"interactions": "",
"processors": "",
"groups": "",
"action": "input.action.jump",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "27468e38-365f-41a2-b2ec-404728ffea17",
"path": "<Gamepad>/buttonSouth",
"interactions": "",
"processors": "",
"groups": "",
"action": "input.action.jump",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "0f1d5935-2d96-4825-a6e5-6ef2cb11eb35",
"path": "<Keyboard>/leftShift",
"interactions": "",
"processors": "",
"groups": "",
"action": "input.action.sprint",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "3381fe3f-7734-4c60-bffb-ad74169c338e",
"path": "<Keyboard>/leftCtrl",
"interactions": "",
"processors": "",
"groups": "",
"action": "input.action.crouch",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "9366e3d5-ab57-477f-a918-fe4c155ce41d",
"path": "<Keyboard>/e",
"interactions": "",
"processors": "",
"groups": "",
"action": "input.action.use",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "3dd367ef-29ef-45d4-9ee6-725e8deae5a0",
"path": "<Keyboard>/q",
"interactions": "",
"processors": "",
"groups": "",
"action": "input.action.examine",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "87d1e515-b33e-4745-b683-2b5b6a501326",
"path": "<Mouse>/leftButton",
"interactions": "",
"processors": "",
"groups": "",
"action": "input.action.fire",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "18eb83c1-e019-4d60-aa31-a2c8b64b62ff",
"path": "<Keyboard>/r",
"interactions": "",
"processors": "",
"groups": "",
"action": "input.action.reload",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "4af1acba-a341-497f-a47b-40c05dd0f7fd",
"path": "<Mouse>/rightButton",
"interactions": "",
"processors": "",
"groups": "",
"action": "input.action.ads",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "31add174-973d-4e10-972c-823ca6909459",
"path": "<Keyboard>/1",
"interactions": "",
"processors": "",
"groups": "",
"action": "input.action.equip1",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "90df3d7f-54c0-4bf0-b4cd-9bb60eb9186c",
"path": "<Keyboard>/2",
"interactions": "",
"processors": "",
"groups": "",
"action": "input.action.equip2",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "b22d3ad0-903f-4c7a-bc0e-a8d70ba1f866",
"path": "<Keyboard>/3",
"interactions": "",
"processors": "",
"groups": "",
"action": "input.action.equip3",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "b8db1549-4fde-4734-87f8-ed4e3176f719",
"path": "<Keyboard>/4",
"interactions": "",
"processors": "",
"groups": "",
"action": "input.action.equip4",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "54226f32-b2b2-45ce-945c-ded16097ddec",
"path": "<Mouse>/delta",
"interactions": "",
"processors": "ScaleVector2(x=0.5,y=0.5),ScaleVector2(x=0.1,y=0.1)",
"groups": "",
"action": "input.action.look*",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "Lean Axis",
"id": "c3074b6b-0743-43d4-bdaf-2f5cccadfe99",
"path": "1DAxis",
"interactions": "",
"processors": "",
"groups": "",
"action": "input.action.lean",
"isComposite": true,
"isPartOfComposite": false
},
{
"name": "negative",
"id": "2265525a-89a6-44db-b939-4256c6b62118",
"path": "<Keyboard>/z",
"interactions": "",
"processors": "",
"groups": "",
"action": "input.action.lean",
"isComposite": false,
"isPartOfComposite": true
},
{
"name": "positive",
"id": "abfe9220-53df-47b7-aa88-7dc7400391ee",
"path": "<Keyboard>/x",
"interactions": "",
"processors": "",
"groups": "",
"action": "input.action.lean",
"isComposite": false,
"isPartOfComposite": true
},
{
"name": "",
"id": "2c334b59-9606-4e15-b573-6538506dd918",
"path": "<Keyboard>/backquote",
"interactions": "",
"processors": "",
"groups": "",
"action": "input.action.unequip",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "e67871d1-7335-42a2-a2c1-2a17723aee34",
"path": "<Keyboard>/f",
"interactions": "",
"processors": "",
"groups": "",
"action": "input.action.flashlight",
"isComposite": false,
"isPartOfComposite": false
}
]
},
{
"name": "input.map.player.ui",
"id": "aba4e69d-0442-43ef-81d8-45c7dcef34c4",
"actions": [
{
"name": "input.action.pause",
"type": "Button",
"id": "a73b4a0d-58c6-4945-845c-52f923b252b9",
"expectedControlType": "",
"processors": "",
"interactions": "",
"initialStateCheck": false
},
{
"name": "input.action.inventory",
"type": "Button",
"id": "dd2256ca-b262-4d3e-9407-abcdc8d38915",
"expectedControlType": "",
"processors": "",
"interactions": "",
"initialStateCheck": false
},
{
"name": "input.action.map",
"type": "Button",
"id": "e17cc77a-efb6-4028-9f15-46ea909bf93c",
"expectedControlType": "Button",
"processors": "",
"interactions": "",
"initialStateCheck": false
},
{
"name": "input.action.inventory.rotate",
"type": "Button",
"id": "6d36ffc9-4e4f-4f31-ae51-b0f63ed56cf7",
"expectedControlType": "",
"processors": "",
"interactions": "",
"initialStateCheck": false
},
{
"name": "input.action.inventory.move",
"type": "Button",
"id": "6387b579-013a-4382-bda0-28fc2ad1e725",
"expectedControlType": "",
"processors": "",
"interactions": "",
"initialStateCheck": false
},
{
"name": "input.action.inventory.select",
"type": "Button",
"id": "84379244-e40e-4d31-a4c4-96f77c4255d5",
"expectedControlType": "",
"processors": "",
"interactions": "",
"initialStateCheck": false
},
{
"name": "input.action.cursor",
"type": "Button",
"id": "e3714b6c-cf9a-46f5-8aad-28c4ad52e3a9",
"expectedControlType": "",
"processors": "",
"interactions": "",
"initialStateCheck": false
},
{
"name": "input.action.arrows",
"type": "Value",
"id": "b582da05-2838-4c52-a7d7-4d7258d88ca0",
"expectedControlType": "Vector2",
"processors": "",
"interactions": "",
"initialStateCheck": true
},
{
"name": "Cancel",
"type": "Button",
"id": "171af216-4571-4e67-b3f1-2891305ad65d",
"expectedControlType": "",
"processors": "",
"interactions": "",
"initialStateCheck": false
},
{
"name": "Preview",
"type": "Button",
"id": "d6ae14a0-67b5-4ebb-9338-97533d0153c5",
"expectedControlType": "",
"processors": "",
"interactions": "",
"initialStateCheck": false
},
{
"name": "Next",
"type": "Button",
"id": "47edcb97-6584-45f3-9591-5bd33f40be8c",
"expectedControlType": "",
"processors": "",
"interactions": "",
"initialStateCheck": false
}
],
"bindings": [
{
"name": "",
"id": "66f6ffd4-73fe-4bfd-8238-af1ab9690494",
"path": "<Keyboard>/escape",
"interactions": "",
"processors": "",
"groups": "",
"action": "input.action.pause",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "3b413b0c-2136-43dc-b02b-30f9fe437f6a",
"path": "<Keyboard>/tab",
"interactions": "",
"processors": "",
"groups": "",
"action": "input.action.inventory",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "c6e048e3-690a-447b-87e2-06b1d1d240e2",
"path": "<Keyboard>/m",
"interactions": "",
"processors": "",
"groups": "",
"action": "input.action.map",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "915227c1-48e9-45f5-8e55-fbeb8fa5e884",
"path": "<Keyboard>/leftShift",
"interactions": "",
"processors": "",
"groups": "",
"action": "input.action.inventory.rotate",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "d705e44a-0f01-483c-aa16-ad2aa96cdcd7",
"path": "<Keyboard>/space",
"interactions": "",
"processors": "",
"groups": "",
"action": "input.action.inventory.move",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "a36559e3-9842-48da-a236-6329c3a9c36c",
"path": "<Mouse>/leftButton",
"interactions": "",
"processors": "",
"groups": "",
"action": "input.action.inventory.select",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "3701cd49-f109-4e8f-9785-c7fe9fb681b8",
"path": "<Mouse>/rightButton",
"interactions": "",
"processors": "",
"groups": "",
"action": "input.action.cursor",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "2D Vector",
"id": "1e0774b1-1917-4665-8c73-3e1a86b083e9",
"path": "2DVector",
"interactions": "",
"processors": "",
"groups": "",
"action": "input.action.arrows",
"isComposite": true,
"isPartOfComposite": false
},
{
"name": "up",
"id": "b2519651-e8f7-43f6-9aed-cec80e6116b9",
"path": "<Keyboard>/upArrow",
"interactions": "",
"processors": "",
"groups": "",
"action": "input.action.arrows",
"isComposite": false,
"isPartOfComposite": true
},
{
"name": "down",
"id": "a3172976-afbf-4da5-a403-8bdc4e817d1e",
"path": "<Keyboard>/downArrow",
"interactions": "",
"processors": "",
"groups": "",
"action": "input.action.arrows",
"isComposite": false,
"isPartOfComposite": true
},
{
"name": "left",
"id": "366925a2-7678-4c88-82e9-384a82de4dfe",
"path": "<Keyboard>/leftArrow",
"interactions": "",
"processors": "",
"groups": "",
"action": "input.action.arrows",
"isComposite": false,
"isPartOfComposite": true
},
{
"name": "right",
"id": "7f129d55-a93e-424d-9bbe-2124af6898db",
"path": "<Keyboard>/rightArrow",
"interactions": "",
"processors": "",
"groups": "",
"action": "input.action.arrows",
"isComposite": false,
"isPartOfComposite": true
},
{
"name": "",
"id": "d1e2e650-d247-4fab-a06c-5a6fb5ccd2a5",
"path": "<Gamepad>/buttonEast",
"interactions": "",
"processors": "",
"groups": "",
"action": "Cancel",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "1a2a3800-59d9-452a-b7a7-e3968ddab191",
"path": "<Keyboard>/escape",
"interactions": "",
"processors": "",
"groups": "",
"action": "Cancel",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "17fb06a7-5709-4f63-b279-464e756922dd",
"path": "<Keyboard>/q",
"interactions": "",
"processors": "",
"groups": "",
"action": "Preview",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "eb1a9fe2-d96d-4507-898f-a7f3c7722746",
"path": "<Gamepad>/leftShoulder",
"interactions": "",
"processors": "",
"groups": "",
"action": "Preview",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "e618d2d2-4e76-4878-96d9-c2b88f950881",
"path": "<Keyboard>/e",
"interactions": "",
"processors": "",
"groups": "",
"action": "Next",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "c1e1738f-9285-494a-a8a0-f2cdd317b028",
"path": "<Gamepad>/rightShoulder",
"interactions": "",
"processors": "",
"groups": "",
"action": "Next",
"isComposite": false,
"isPartOfComposite": false
}
]
},
{
"name": "input.map.other",
"id": "36ac3b5e-a224-42cf-a2a4-ea273fb4a2cc",
"actions": [
{
"name": "input.action.mouse.point",
"type": "Value",
"id": "1003f7a2-385d-46ca-9fa4-34de601e7c1e",
"expectedControlType": "Vector2",
"processors": "",
"interactions": "",
"initialStateCheck": true
},
{
"name": "input.action.mouse.delta",
"type": "Value",
"id": "640da661-f716-4d6e-bc0c-29050495c167",
"expectedControlType": "Vector2",
"processors": "",
"interactions": "",
"initialStateCheck": true
},
{
"name": "input.action.mouse.scrollwheel",
"type": "Value",
"id": "fa3b37c6-f4f2-47da-b134-0abb60ae3a14",
"expectedControlType": "Vector2",
"processors": "",
"interactions": "",
"initialStateCheck": true
},
{
"name": "input.action.leftbutton",
"type": "Button",
"id": "532adc3a-9fdb-4118-a42a-c840f9097588",
"expectedControlType": "Button",
"processors": "",
"interactions": "",
"initialStateCheck": false
},
{
"name": "input.action.rightbutton",
"type": "Button",
"id": "39c760b3-5364-4efc-a485-d53b20ae82c3",
"expectedControlType": "Button",
"processors": "",
"interactions": "",
"initialStateCheck": false
},
{
"name": "input.action.screenshot",
"type": "Button",
"id": "680be763-b8bc-4e72-94d0-ea8a0927cc24",
"expectedControlType": "Button",
"processors": "",
"interactions": "",
"initialStateCheck": false
}
],
"bindings": [
{
"name": "",
"id": "b569b863-37c5-462f-aab6-277188ad3363",
"path": "<Mouse>/delta",
"interactions": "",
"processors": "",
"groups": "",
"action": "input.action.mouse.delta",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "45a0bc54-7f3e-450c-9911-ccf300076b9b",
"path": "<Mouse>/scroll",
"interactions": "",
"processors": "",
"groups": "",
"action": "input.action.mouse.scrollwheel",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "c993dee7-123b-4a8b-8b4c-6566fafe4d2c",
"path": "<Mouse>/position",
"interactions": "",
"processors": "",
"groups": "",
"action": "input.action.mouse.point",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "b949c4a4-b67a-4585-a46e-90c9ba01bfd0",
"path": "<Mouse>/leftButton",
"interactions": "",
"processors": "",
"groups": "",
"action": "input.action.leftbutton",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "d5e732fc-50e1-448e-9e71-e04376b94523",
"path": "<Mouse>/rightButton",
"interactions": "",
"processors": "",
"groups": "",
"action": "input.action.rightbutton",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "23b9442e-6fb5-499a-9b18-e4766adb1ccd",
"path": "<Keyboard>/c",
"interactions": "",
"processors": "",
"groups": "",
"action": "input.action.screenshot",
"isComposite": false,
"isPartOfComposite": false
}
]
}
],
"controlSchemes": []
}

View File

@ -1,14 +0,0 @@
fileFormatVersion: 2
guid: 916c72588b6bc6e48a022e8c82e6438f
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 8404be70184654265930450def6a9037, type: 3}
generateWrapperCode: 0
wrapperCodePath:
wrapperClassName:
wrapperCodeNamespace:

View File

@ -12,7 +12,7 @@ GameObject:
- component: {fileID: 8820251716144093081}
- component: {fileID: 4169158607557349520}
m_Layer: 5
m_Name: UXTextMeshPro
m_Name: Text@Test
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
@ -136,6 +136,120 @@ MonoBehaviour:
m_maskOffset: {x: 0, y: 0, z: 0, w: 0}
m_localizationID: 0
m_localizationKey:
--- !u!1 &3560792135056173486
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 414986582175159240}
- component: {fileID: 7736882508894364474}
- component: {fileID: 8962463206655678554}
m_Layer: 5
m_Name: '*Img@Land*0'
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!224 &414986582175159240
RectTransform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 3560792135056173486}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 3558322013897217002}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 0.5}
m_AnchorMax: {x: 0.5, y: 0.5}
m_AnchoredPosition: {x: 0, y: 0}
m_SizeDelta: {x: 100, y: 100}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!222 &7736882508894364474
CanvasRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 3560792135056173486}
m_CullTransparentMesh: 1
--- !u!114 &8962463206655678554
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 3560792135056173486}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: af0993b503fa4dd1adf519458df05486, type: 3}
m_Name:
m_EditorClassIdentifier:
m_Material: {fileID: 2100000, guid: 624af9784554f4047997278dfbb22e47, type: 2}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_RaycastTarget: 1
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
m_Maskable: 1
m_OnCullStateChanged:
m_PersistentCalls:
m_Calls: []
m_Sprite: {fileID: 0}
m_Type: 0
m_PreserveAspect: 0
m_FillCenter: 1
m_FillMethod: 4
m_FillAmount: 1
m_FillClockwise: 1
m_FillOrigin: 0
m_UseSpriteMesh: 0
m_PixelsPerUnitMultiplier: 1
m_ColorType: 0
m_GradientColor:
serializedVersion: 2
key0: {r: 0, g: 0, b: 0, a: 1}
key1: {r: 1, g: 1, b: 1, a: 1}
key2: {r: 0, g: 0, b: 0, a: 0}
key3: {r: 0, g: 0, b: 0, a: 0}
key4: {r: 0, g: 0, b: 0, a: 0}
key5: {r: 0, g: 0, b: 0, a: 0}
key6: {r: 0, g: 0, b: 0, a: 0}
key7: {r: 0, g: 0, b: 0, a: 0}
ctime0: 0
ctime1: 65535
ctime2: 0
ctime3: 0
ctime4: 0
ctime5: 0
ctime6: 0
ctime7: 0
atime0: 0
atime1: 65535
atime2: 0
atime3: 0
atime4: 0
atime5: 0
atime6: 0
atime7: 0
m_Mode: 0
m_ColorSpace: -1
m_NumColorKeys: 2
m_NumAlphaKeys: 2
m_Direction: 0
m_OriginFlipMode: 0
m_FlipMode: 0
m_FlipWithCopy: 1
m_FlipEdgeHorizontal: 2
m_FlipEdgeVertical: 5
m_FlipFillCenter: 3
m_FlipDirection: 3
--- !u!1 &3715708025854149725
GameObject:
m_ObjectHideFlags: 0
@ -169,6 +283,8 @@ RectTransform:
m_Children:
- {fileID: 8091839100618364031}
- {fileID: 4244696087009717975}
- {fileID: 1020766058060335085}
- {fileID: 3558322013897217002}
m_Father: {fileID: 0}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 0}
@ -228,6 +344,197 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: ab56d86085a680941bcab8ef261c6fe0, type: 3}
m_Name:
m_EditorClassIdentifier:
mImgLandList:
- {fileID: 8962463206655678554}
- {fileID: 1021349304925923581}
mObjTitle: {fileID: 5925855108433852643}
mTextTest: {fileID: 4169158607557349520}
--- !u!1 &4402182903666445229
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 379861694800525384}
- component: {fileID: 7375736235585799426}
- component: {fileID: 1021349304925923581}
m_Layer: 5
m_Name: '*Img@Land*1'
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!224 &379861694800525384
RectTransform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 4402182903666445229}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 3558322013897217002}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 0.5}
m_AnchorMax: {x: 0.5, y: 0.5}
m_AnchoredPosition: {x: 0, y: 0}
m_SizeDelta: {x: 100, y: 100}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!222 &7375736235585799426
CanvasRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 4402182903666445229}
m_CullTransparentMesh: 1
--- !u!114 &1021349304925923581
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 4402182903666445229}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: af0993b503fa4dd1adf519458df05486, type: 3}
m_Name:
m_EditorClassIdentifier:
m_Material: {fileID: 2100000, guid: 624af9784554f4047997278dfbb22e47, type: 2}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_RaycastTarget: 1
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
m_Maskable: 1
m_OnCullStateChanged:
m_PersistentCalls:
m_Calls: []
m_Sprite: {fileID: 0}
m_Type: 0
m_PreserveAspect: 0
m_FillCenter: 1
m_FillMethod: 4
m_FillAmount: 1
m_FillClockwise: 1
m_FillOrigin: 0
m_UseSpriteMesh: 0
m_PixelsPerUnitMultiplier: 1
m_ColorType: 0
m_GradientColor:
serializedVersion: 2
key0: {r: 0, g: 0, b: 0, a: 1}
key1: {r: 1, g: 1, b: 1, a: 1}
key2: {r: 0, g: 0, b: 0, a: 0}
key3: {r: 0, g: 0, b: 0, a: 0}
key4: {r: 0, g: 0, b: 0, a: 0}
key5: {r: 0, g: 0, b: 0, a: 0}
key6: {r: 0, g: 0, b: 0, a: 0}
key7: {r: 0, g: 0, b: 0, a: 0}
ctime0: 0
ctime1: 65535
ctime2: 0
ctime3: 0
ctime4: 0
ctime5: 0
ctime6: 0
ctime7: 0
atime0: 0
atime1: 65535
atime2: 0
atime3: 0
atime4: 0
atime5: 0
atime6: 0
atime7: 0
m_Mode: 0
m_ColorSpace: -1
m_NumColorKeys: 2
m_NumAlphaKeys: 2
m_Direction: 0
m_OriginFlipMode: 0
m_FlipMode: 0
m_FlipWithCopy: 1
m_FlipEdgeHorizontal: 2
m_FlipEdgeVertical: 5
m_FlipFillCenter: 3
m_FlipDirection: 3
--- !u!1 &5925855108433852643
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 1020766058060335085}
m_Layer: 5
m_Name: Obj@Title
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!224 &1020766058060335085
RectTransform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5925855108433852643}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 9110189334927255088}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 0.5}
m_AnchorMax: {x: 0.5, y: 0.5}
m_AnchoredPosition: {x: 0, y: 0}
m_SizeDelta: {x: 100, y: 100}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!1 &7282560660032750388
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 3558322013897217002}
m_Layer: 5
m_Name: GameObject
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!224 &3558322013897217002
RectTransform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 7282560660032750388}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 414986582175159240}
- {fileID: 379861694800525384}
m_Father: {fileID: 9110189334927255088}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 0.5}
m_AnchorMax: {x: 0.5, y: 0.5}
m_AnchoredPosition: {x: 0, y: 0}
m_SizeDelta: {x: 100, y: 100}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!1 &8624663165958695550
GameObject:
m_ObjectHideFlags: 0

View File

@ -1,4 +1,6 @@
using UnityEngine;
using TMPro;
using UnityEngine;
using UnityEngine.UI;
using AlicizaX.UI.Runtime;
namespace Game.UI
{
@ -8,7 +10,17 @@ namespace Game.UI
public const string ResTag = "UI/Window/UIGameLaunchWindow";
#region Generated by Script Tool
[SerializeField]
private UXImage[] mImgLandList = new UXImage[2];
public UXImage[] ImgLandList => mImgLandList;
[SerializeField]
private GameObject mObjTitle;
public GameObject ObjTitle => mObjTitle;
[SerializeField]
private TextMeshProUGUI mTextTest;
public TextMeshProUGUI TextTest => mTextTest;
#endregion

@ -1 +1 @@
Subproject commit 0197adc5c67d1f21f13c27bf5aea8564f9cf12df
Subproject commit c692b47a6249a4364c87ad2ebb6619ff7bf9f80d

View File

@ -31,7 +31,7 @@ MonoBehaviour:
- uiElementRegex: Slider
componentType: Slider
- uiElementRegex: Img
componentType: Image
componentType: UnityEngine.UI.UXImage
- uiElementRegex: RImg
componentType: RawImage
- uiElementRegex: Scrollbar

View File

@ -41,7 +41,7 @@ MonoBehaviour:
serializedVersion: 2
x: 0
y: 566
width: 391
width: 497
height: 381
m_MinSize: {x: 51, y: 71}
m_MaxSize: {x: 4001, y: 4021}
@ -70,12 +70,12 @@ MonoBehaviour:
serializedVersion: 2
x: 0
y: 0
width: 391
width: 497
height: 947
m_MinSize: {x: 100, y: 100}
m_MaxSize: {x: 8096, y: 16192}
vertical: 1
controlID: 25
controlID: 18
draggingID: 0
--- !u!114 &4
MonoBehaviour:
@ -174,7 +174,7 @@ MonoBehaviour:
m_MinSize: {x: 400, y: 100}
m_MaxSize: {x: 32384, y: 16192}
vertical: 0
controlID: 153
controlID: 17
draggingID: 0
--- !u!114 &8
MonoBehaviour:
@ -193,10 +193,10 @@ MonoBehaviour:
serializedVersion: 2
x: 0
y: 0
width: 391
width: 497
height: 566
m_MinSize: {x: 201, y: 221}
m_MaxSize: {x: 4001, y: 4021}
m_MinSize: {x: 200, y: 200}
m_MaxSize: {x: 4000, y: 4000}
m_ActualView: {fileID: 16}
m_Panes:
- {fileID: 16}
@ -219,14 +219,14 @@ MonoBehaviour:
- {fileID: 11}
m_Position:
serializedVersion: 2
x: 391
x: 497
y: 0
width: 477
width: 289
height: 947
m_MinSize: {x: 100, y: 100}
m_MaxSize: {x: 8096, y: 16192}
vertical: 1
controlID: 70
controlID: 73
draggingID: 0
--- !u!114 &10
MonoBehaviour:
@ -245,10 +245,10 @@ MonoBehaviour:
serializedVersion: 2
x: 0
y: 0
width: 477
width: 289
height: 409
m_MinSize: {x: 200, y: 200}
m_MaxSize: {x: 4000, y: 4000}
m_MinSize: {x: 202, y: 221}
m_MaxSize: {x: 4002, y: 4021}
m_ActualView: {fileID: 17}
m_Panes:
- {fileID: 17}
@ -271,7 +271,7 @@ MonoBehaviour:
serializedVersion: 2
x: 0
y: 409
width: 477
width: 289
height: 538
m_MinSize: {x: 102, y: 121}
m_MaxSize: {x: 4002, y: 4021}
@ -295,9 +295,9 @@ MonoBehaviour:
m_Children: []
m_Position:
serializedVersion: 2
x: 868
x: 786
y: 0
width: 487
width: 474
height: 947
m_MinSize: {x: 232, y: 271}
m_MaxSize: {x: 10002, y: 10021}
@ -321,12 +321,12 @@ MonoBehaviour:
m_Children: []
m_Position:
serializedVersion: 2
x: 1355
x: 1260
y: 0
width: 565
width: 660
height: 947
m_MinSize: {x: 275, y: 50}
m_MaxSize: {x: 4000, y: 4000}
m_MinSize: {x: 276, y: 71}
m_MaxSize: {x: 4001, y: 4021}
m_ActualView: {fileID: 20}
m_Panes:
- {fileID: 20}
@ -354,7 +354,7 @@ MonoBehaviour:
serializedVersion: 2
x: 0
y: 639
width: 390
width: 496
height: 360
m_SerializedDataModeController:
m_DataMode: 0
@ -408,10 +408,10 @@ MonoBehaviour:
serializedVersion: 2
x: 0
y: 21
width: 390
width: 496
height: 339
m_Scale: {x: 0.15234375, y: 0.15234375}
m_Translation: {x: 195, y: 169.5}
m_Scale: {x: 0.19375, y: 0.19375}
m_Translation: {x: 248, y: 169.5}
m_MarginLeft: 0
m_MarginRight: 0
m_MarginTop: 0
@ -419,12 +419,12 @@ MonoBehaviour:
m_LastShownAreaInsideMargins:
serializedVersion: 2
x: -1280
y: -1112.6154
y: -874.83875
width: 2560
height: 2225.2307
height: 1749.6775
m_MinimalGUI: 1
m_defaultScale: 0.15234375
m_LastWindowPixelSize: {x: 390, y: 360}
m_defaultScale: 0.19375
m_LastWindowPixelSize: {x: 496, y: 360}
m_ClearInEditMode: 1
m_NoCameraWarning: 1
m_LowResolutionForAspectRatios: 01000000000000000000
@ -522,7 +522,7 @@ MonoBehaviour:
serializedVersion: 2
x: 0
y: 73
width: 390
width: 496
height: 545
m_SerializedDataModeController:
m_DataMode: 0
@ -538,7 +538,7 @@ MonoBehaviour:
floating: 0
collapsed: 0
displayed: 1
snapOffset: {x: -174, y: -26}
snapOffset: {x: -179, y: -26}
snapOffsetDelta: {x: 0, y: 0}
snapCorner: 3
id: Tool Settings
@ -1114,11 +1114,11 @@ MonoBehaviour:
m_Rotation:
m_Target: {x: -0.21037178, y: -0.10913931, z: 0.02363893, w: -0.97122556}
speed: 2
m_Value: {x: -0.21179186, y: -0.110559665, z: 0.024120264, w: -0.9707415}
m_Value: {x: -0.2103712, y: -0.10913901, z: 0.023638865, w: -0.9712229}
m_Size:
m_Target: 1.0281526
speed: 2
m_Value: 0.8660254
m_Value: 1.0281526
m_Ortho:
m_Target: 0
speed: 2
@ -1163,9 +1163,9 @@ MonoBehaviour:
m_Tooltip:
m_Pos:
serializedVersion: 2
x: 391
x: 497
y: 73
width: 475
width: 287
height: 388
m_SerializedDataModeController:
m_DataMode: 0
@ -1180,9 +1180,9 @@ MonoBehaviour:
m_SceneHierarchy:
m_TreeViewState:
scrollPos: {x: 0, y: 0}
m_SelectedIDs: f27f0000
m_SelectedIDs: 521b0000
m_LastClickedID: 0
m_ExpandedIDs: 0667ffffa66fffff567fffffb07fffff7e80ffff8680ffff8880ffff1886ffff5c90ffffce90ffff8891ffff9091ffff9291ffff6ed3ffffc0dcffffccdcfffff4dcffff48e9ffff70eaffff78eaffff7aeaffff5eebffff96efffffc8faffff4e720000
m_ExpandedIDs: c058ffff
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:
@ -1226,9 +1226,9 @@ MonoBehaviour:
m_Tooltip:
m_Pos:
serializedVersion: 2
x: 391
x: 497
y: 482
width: 475
width: 287
height: 517
m_SerializedDataModeController:
m_DataMode: 0
@ -1260,9 +1260,9 @@ MonoBehaviour:
m_Tooltip:
m_Pos:
serializedVersion: 2
x: 868
x: 786
y: 73
width: 485
width: 472
height: 926
m_SerializedDataModeController:
m_DataMode: 0
@ -1285,7 +1285,7 @@ MonoBehaviour:
m_SkipHidden: 0
m_SearchArea: 2
m_Folders:
- Assets/CapabilitySystem
- Packages/com.alicizax.unity.framework/Runtime/UI/Manager
m_Globs: []
m_OriginalText:
m_ImportLogFlags: 0
@ -1301,7 +1301,7 @@ MonoBehaviour:
scrollPos: {x: 0, y: 0}
m_SelectedIDs: e48c0000
m_LastClickedID: 36068
m_ExpandedIDs: 000000008e0d00009a6d00009c6d00009e6d0000a06d0000a26d0000a46d0000a66d0000a86d0000aa6d0000ac6d0000ae6d0000b06d0000b26d0000b46d0000b66d0000b86d0000ba6d0000bc6d0000be6d0000c06d0000c26d0000c46d0000c66d0000c86d0000ca6d0000cc6d0000ce6d0000d06d0000d26d0000d46d0000d66d0000d86d0000da6d0000dc6d0000de6d0000e06d0000e26d0000e46d0000e66d0000e86d0000
m_ExpandedIDs: 00000000c40a000044a8000046a8000048a800004aa800004ca800004ea8000050a8000052a8000054a8000056a8000058a800005aa800005ca800005ea8000060a8000062a8000064a8000066a8000068a800006aa800006ca800006ea8000070a8000072a8000074a8000076a8000078a800007aa800007ca800007ea8000080a8000082a8000084a8000086a8000088a800008aa800008ca800008ea8000090a8000092a8000094a8000096a8000098a800009aa800009ca800009ea80000a0a80000a2a80000a4a80000
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:
@ -1326,24 +1326,24 @@ MonoBehaviour:
m_Icon: {fileID: 0}
m_ResourceFile:
m_AssetTreeState:
scrollPos: {x: 0, y: 0}
scrollPos: {x: 0, y: 300}
m_SelectedIDs:
m_LastClickedID: 0
m_ExpandedIDs: ffffffff000000008e0d00009a6d00009c6d00009e6d0000a06d0000a26d0000a46d0000a66d0000ae6d0000b06d0000b26d0000b46d0000bc6d0000c06d0000c26d0000c46d0000c66d0000c86d0000d66d0000da6d0000de6d0000e06d0000e66d0000e86d00004270000044700000567100005c7100006a7100000e72000018720000f4780000447900004c7900005479000056790000b67a0000c27a00003a7e0000f27f0000fa7f0000fe7f000002800000068000000a8000000e8000003e820000
m_ExpandedIDs: ffffffff000000007e020000c40a000044a8000046a8000048a800004aa800004ca800004ea8000050a8000052a8000054a8000056a800005aa800005ca800005ea8000060a8000062a8000064a8000066a8000068a800006aa800006ca800006ea8000070a8000072a8000074a8000076a8000078a800007aa800007ca800007ea8000080a8000082a8000084a8000086a8000088a800008aa800008ca800008ea8000090a8000092a8000094a8000096a8000098a800009aa800009ca80000a0a80000b0a8000048a90000e2a90000e6a900000aaa00000eaa000010aa000012aa000024aa000036aa000040aa00005eaa000060aa000066ab000072ad000074ad000092ad000094ad0000ffffff7f
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:
m_OriginalName:
m_Name: TimerModule
m_OriginalName: TimerModule
m_EditFieldRect:
serializedVersion: 2
x: 0
y: 0
width: 0
height: 0
m_UserData: 0
m_UserData: 5676
m_IsWaitingForDelay: 0
m_IsRenaming: 0
m_OriginalEventType: 11
m_OriginalEventType: 0
m_IsRenamingFilename: 1
m_ClientGUIView: {fileID: 12}
m_SearchString:
@ -1405,9 +1405,9 @@ MonoBehaviour:
m_Tooltip:
m_Pos:
serializedVersion: 2
x: 1355
x: 1260
y: 73
width: 564
width: 659
height: 926
m_SerializedDataModeController:
m_DataMode: 0