修改core匹配问题
This commit is contained in:
@@ -1,7 +1,13 @@
|
|||||||
{
|
{
|
||||||
"permissions": {
|
"permissions": {
|
||||||
"allow": [
|
"allow": [
|
||||||
"Bash(grep -viE \"\\\\.cs$|Packages/|kb\")"
|
"Bash(grep -viE \"\\\\.cs$|Packages/|kb\")",
|
||||||
|
"Bash(grep -vE \"\\\\.meta$\")",
|
||||||
|
"Bash(grep -c \"m_Name: sb_duopule001$\" \"Assets/Scenes/SampleScene.unity\")",
|
||||||
|
"Bash(grep -oE \"m_Name: sb_duopule00[0-9]$\" \"Assets/Scenes/SampleScene.unity\")",
|
||||||
|
"Bash(grep -nA 30 \"m_Name: Main Camera\" \"Assets/Scenes/SampleScene.unity\")",
|
||||||
|
"Bash(grep -nE \"&1334621511$|&1334621511 \" \"Assets/Scenes/SampleScene.unity\")",
|
||||||
|
"Bash(grep -nA 12 \"m_Name: ys_2026042701_sb_duopule001\" \"Assets/Scenes/SampleScene.unity\")"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
172
.gitignore
vendored
172
.gitignore
vendored
@@ -1,4 +1,168 @@
|
|||||||
/Library/
|
########################################
|
||||||
/Logs/
|
# Unity generated folders
|
||||||
/UserSettings/
|
########################################
|
||||||
.vs/
|
|
||||||
|
[Ll]ibrary/
|
||||||
|
[Tt]emp/
|
||||||
|
[Oo]bj/
|
||||||
|
[Bb]uild/
|
||||||
|
[Bb]uilds/
|
||||||
|
[Ll]ogs/
|
||||||
|
UserSettings/
|
||||||
|
|
||||||
|
# Unity cache
|
||||||
|
MemoryCaptures/
|
||||||
|
Recordings/
|
||||||
|
|
||||||
|
# Asset store tools
|
||||||
|
/[Aa]ssets/AssetStoreTools*
|
||||||
|
|
||||||
|
########################################
|
||||||
|
# Unity generated files
|
||||||
|
########################################
|
||||||
|
|
||||||
|
# Crash reports
|
||||||
|
sysinfo.txt
|
||||||
|
|
||||||
|
# Generated solution/project files
|
||||||
|
*.csproj
|
||||||
|
*.unityproj
|
||||||
|
*.sln
|
||||||
|
*.suo
|
||||||
|
*.user
|
||||||
|
*.userprefs
|
||||||
|
*.pidb
|
||||||
|
*.booproj
|
||||||
|
*.svd
|
||||||
|
|
||||||
|
# Unity generated meta backups
|
||||||
|
*.pidb.meta
|
||||||
|
*.pdb.meta
|
||||||
|
|
||||||
|
########################################
|
||||||
|
# Visual Studio
|
||||||
|
########################################
|
||||||
|
|
||||||
|
.vs/
|
||||||
|
|
||||||
|
# Visual Studio cache
|
||||||
|
.vscode/
|
||||||
|
|
||||||
|
# Rider
|
||||||
|
.idea/
|
||||||
|
|
||||||
|
# ReSharper
|
||||||
|
_ReSharper*/
|
||||||
|
*.sln.iml
|
||||||
|
|
||||||
|
########################################
|
||||||
|
# Build outputs
|
||||||
|
########################################
|
||||||
|
|
||||||
|
Build/
|
||||||
|
Builds/
|
||||||
|
|
||||||
|
# WebGL output
|
||||||
|
WebGL/
|
||||||
|
WebGLBuild/
|
||||||
|
|
||||||
|
# Windows build
|
||||||
|
*.exe
|
||||||
|
*.dll
|
||||||
|
*.app
|
||||||
|
*.apk
|
||||||
|
|
||||||
|
########################################
|
||||||
|
# OS generated files
|
||||||
|
########################################
|
||||||
|
|
||||||
|
# Windows
|
||||||
|
[Tt]humbs.db
|
||||||
|
Desktop.ini
|
||||||
|
$RECYCLE.BIN/
|
||||||
|
|
||||||
|
# macOS
|
||||||
|
.DS_Store
|
||||||
|
.AppleDouble
|
||||||
|
.LSOverride
|
||||||
|
|
||||||
|
########################################
|
||||||
|
# Logs
|
||||||
|
########################################
|
||||||
|
|
||||||
|
*.log
|
||||||
|
Logs/
|
||||||
|
|
||||||
|
########################################
|
||||||
|
# Temporary files
|
||||||
|
########################################
|
||||||
|
|
||||||
|
*.tmp
|
||||||
|
*.temp
|
||||||
|
*.bak
|
||||||
|
*.old
|
||||||
|
|
||||||
|
########################################
|
||||||
|
# Visual Studio generated
|
||||||
|
########################################
|
||||||
|
|
||||||
|
*.suo
|
||||||
|
*.user
|
||||||
|
*.userosscache
|
||||||
|
*.sln.docstates
|
||||||
|
|
||||||
|
########################################
|
||||||
|
# Unity Package Manager
|
||||||
|
########################################
|
||||||
|
|
||||||
|
packages-lock.json
|
||||||
|
|
||||||
|
########################################
|
||||||
|
# Addressables
|
||||||
|
########################################
|
||||||
|
|
||||||
|
/[Aa]ssets/[Aa]ddressableAssetsData/*/*.bin*
|
||||||
|
/[Aa]ssets/[Aa]ddressableAssetsData/*/*.json*
|
||||||
|
|
||||||
|
########################################
|
||||||
|
# Burst / IL2CPP generated
|
||||||
|
########################################
|
||||||
|
|
||||||
|
[Bb]uild/
|
||||||
|
[Bb]uilds/
|
||||||
|
|
||||||
|
# IL2CPP
|
||||||
|
/[Aa]ssets/Plugins/Android/.gradle/
|
||||||
|
|
||||||
|
########################################
|
||||||
|
# DOTween
|
||||||
|
########################################
|
||||||
|
|
||||||
|
.DOTween/
|
||||||
|
|
||||||
|
########################################
|
||||||
|
# TextMeshPro generated
|
||||||
|
########################################
|
||||||
|
|
||||||
|
/[Aa]ssets/TextMesh Pro/Examples & Extras/
|
||||||
|
|
||||||
|
|
||||||
|
########################################
|
||||||
|
# Claude / AI tools local settings
|
||||||
|
########################################
|
||||||
|
|
||||||
|
.claude/
|
||||||
|
|
||||||
|
########################################
|
||||||
|
# Local environment
|
||||||
|
########################################
|
||||||
|
|
||||||
|
.env
|
||||||
|
.env.*
|
||||||
|
|
||||||
|
########################################
|
||||||
|
# Ignore temporary Unity build data
|
||||||
|
########################################
|
||||||
|
|
||||||
|
Temp/
|
||||||
|
obj/
|
||||||
Binary file not shown.
@@ -3,21 +3,29 @@
|
|||||||
"WorkspaceRootPath": "D:\\unityProjects\\3d-guanwang\\",
|
"WorkspaceRootPath": "D:\\unityProjects\\3d-guanwang\\",
|
||||||
"Documents": [
|
"Documents": [
|
||||||
{
|
{
|
||||||
"AbsoluteMoniker": "D:0:0:{DBF2A84F-5B28-9B73-FB43-6B0F58700B95}|Assembly-CSharp-Editor.csproj|d:\\unityprojects\\3d-guanwang\\assets\\editor\\debugtools.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
|
"AbsoluteMoniker": "D:0:0:{7A716706-CB72-DD54-BBE8-028198E2705C}|Assembly-CSharp.csproj|d:\\unityprojects\\3d-guanwang\\assets\\scripts\\doubleclicktofocus.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
|
||||||
"RelativeMoniker": "D:0:0:{DBF2A84F-5B28-9B73-FB43-6B0F58700B95}|Assembly-CSharp-Editor.csproj|solutionrelative:assets\\editor\\debugtools.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
|
"RelativeMoniker": "D:0:0:{7A716706-CB72-DD54-BBE8-028198E2705C}|Assembly-CSharp.csproj|solutionrelative:assets\\scripts\\doubleclicktofocus.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"AbsoluteMoniker": "D:0:0:{7A716706-CB72-DD54-BBE8-028198E2705C}|Assembly-CSharp.csproj|D:\\unityProjects\\3d-guanwang\\assets\\scripts\\mousesuspensiononesecond.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
|
||||||
|
"RelativeMoniker": "D:0:0:{7A716706-CB72-DD54-BBE8-028198E2705C}|Assembly-CSharp.csproj|solutionrelative:assets\\scripts\\mousesuspensiononesecond.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"AbsoluteMoniker": "D:0:0:{7A716706-CB72-DD54-BBE8-028198E2705C}|Assembly-CSharp.csproj|D:\\unityProjects\\3d-guanwang\\assets\\scripts\\controlmoving.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
|
"AbsoluteMoniker": "D:0:0:{7A716706-CB72-DD54-BBE8-028198E2705C}|Assembly-CSharp.csproj|D:\\unityProjects\\3d-guanwang\\assets\\scripts\\controlmoving.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
|
||||||
"RelativeMoniker": "D:0:0:{7A716706-CB72-DD54-BBE8-028198E2705C}|Assembly-CSharp.csproj|solutionrelative:assets\\scripts\\controlmoving.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
|
"RelativeMoniker": "D:0:0:{7A716706-CB72-DD54-BBE8-028198E2705C}|Assembly-CSharp.csproj|solutionrelative:assets\\scripts\\controlmoving.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"AbsoluteMoniker": "D:0:0:{7A716706-CB72-DD54-BBE8-028198E2705C}|Assembly-CSharp.csproj|D:\\unityProjects\\3d-guanwang\\assets\\scripts\\welllid.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
|
|
||||||
"RelativeMoniker": "D:0:0:{7A716706-CB72-DD54-BBE8-028198E2705C}|Assembly-CSharp.csproj|solutionrelative:assets\\scripts\\welllid.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"AbsoluteMoniker": "D:0:0:{7A716706-CB72-DD54-BBE8-028198E2705C}|Assembly-CSharp.csproj|D:\\unityProjects\\3d-guanwang\\assets\\scripts\\displaychosenicons.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
|
"AbsoluteMoniker": "D:0:0:{7A716706-CB72-DD54-BBE8-028198E2705C}|Assembly-CSharp.csproj|D:\\unityProjects\\3d-guanwang\\assets\\scripts\\displaychosenicons.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
|
||||||
"RelativeMoniker": "D:0:0:{7A716706-CB72-DD54-BBE8-028198E2705C}|Assembly-CSharp.csproj|solutionrelative:assets\\scripts\\displaychosenicons.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
|
"RelativeMoniker": "D:0:0:{7A716706-CB72-DD54-BBE8-028198E2705C}|Assembly-CSharp.csproj|solutionrelative:assets\\scripts\\displaychosenicons.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"AbsoluteMoniker": "D:0:0:{DBF2A84F-5B28-9B73-FB43-6B0F58700B95}|Assembly-CSharp-Editor.csproj|D:\\unityProjects\\3d-guanwang\\assets\\editor\\debugtools.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
|
||||||
|
"RelativeMoniker": "D:0:0:{DBF2A84F-5B28-9B73-FB43-6B0F58700B95}|Assembly-CSharp-Editor.csproj|solutionrelative:assets\\editor\\debugtools.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"AbsoluteMoniker": "D:0:0:{7A716706-CB72-DD54-BBE8-028198E2705C}|Assembly-CSharp.csproj|D:\\unityProjects\\3d-guanwang\\assets\\scripts\\welllid.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
|
||||||
|
"RelativeMoniker": "D:0:0:{7A716706-CB72-DD54-BBE8-028198E2705C}|Assembly-CSharp.csproj|solutionrelative:assets\\scripts\\welllid.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"AbsoluteMoniker": "D:0:0:{7A716706-CB72-DD54-BBE8-028198E2705C}|Assembly-CSharp.csproj|D:\\unityProjects\\3d-guanwang\\assets\\scripts\\askforwebinfomation.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
|
"AbsoluteMoniker": "D:0:0:{7A716706-CB72-DD54-BBE8-028198E2705C}|Assembly-CSharp.csproj|D:\\unityProjects\\3d-guanwang\\assets\\scripts\\askforwebinfomation.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
|
||||||
"RelativeMoniker": "D:0:0:{7A716706-CB72-DD54-BBE8-028198E2705C}|Assembly-CSharp.csproj|solutionrelative:assets\\scripts\\askforwebinfomation.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
|
"RelativeMoniker": "D:0:0:{7A716706-CB72-DD54-BBE8-028198E2705C}|Assembly-CSharp.csproj|solutionrelative:assets\\scripts\\askforwebinfomation.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
|
||||||
@@ -26,10 +34,6 @@
|
|||||||
"AbsoluteMoniker": "D:0:0:{7A716706-CB72-DD54-BBE8-028198E2705C}|Assembly-CSharp.csproj|D:\\unityProjects\\3d-guanwang\\assets\\scripts\\fastslowanimationandzoomin.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
|
"AbsoluteMoniker": "D:0:0:{7A716706-CB72-DD54-BBE8-028198E2705C}|Assembly-CSharp.csproj|D:\\unityProjects\\3d-guanwang\\assets\\scripts\\fastslowanimationandzoomin.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
|
||||||
"RelativeMoniker": "D:0:0:{7A716706-CB72-DD54-BBE8-028198E2705C}|Assembly-CSharp.csproj|solutionrelative:assets\\scripts\\fastslowanimationandzoomin.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
|
"RelativeMoniker": "D:0:0:{7A716706-CB72-DD54-BBE8-028198E2705C}|Assembly-CSharp.csproj|solutionrelative:assets\\scripts\\fastslowanimationandzoomin.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"AbsoluteMoniker": "D:0:0:{7A716706-CB72-DD54-BBE8-028198E2705C}|Assembly-CSharp.csproj|D:\\unityProjects\\3d-guanwang\\assets\\scripts\\doubleclicktofocus.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
|
|
||||||
"RelativeMoniker": "D:0:0:{7A716706-CB72-DD54-BBE8-028198E2705C}|Assembly-CSharp.csproj|solutionrelative:assets\\scripts\\doubleclicktofocus.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"AbsoluteMoniker": "D:0:0:{7A716706-CB72-DD54-BBE8-028198E2705C}|Assembly-CSharp.csproj|D:\\unityProjects\\3d-guanwang\\assets\\scripts\\controlmovingandanimation.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
|
"AbsoluteMoniker": "D:0:0:{7A716706-CB72-DD54-BBE8-028198E2705C}|Assembly-CSharp.csproj|D:\\unityProjects\\3d-guanwang\\assets\\scripts\\controlmovingandanimation.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
|
||||||
"RelativeMoniker": "D:0:0:{7A716706-CB72-DD54-BBE8-028198E2705C}|Assembly-CSharp.csproj|solutionrelative:assets\\scripts\\controlmovingandanimation.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
|
"RelativeMoniker": "D:0:0:{7A716706-CB72-DD54-BBE8-028198E2705C}|Assembly-CSharp.csproj|solutionrelative:assets\\scripts\\controlmovingandanimation.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
|
||||||
@@ -42,15 +46,31 @@
|
|||||||
"DocumentGroups": [
|
"DocumentGroups": [
|
||||||
{
|
{
|
||||||
"DockedWidth": 200,
|
"DockedWidth": 200,
|
||||||
"SelectedChildIndex": 6,
|
"SelectedChildIndex": 7,
|
||||||
"Children": [
|
"Children": [
|
||||||
{
|
{
|
||||||
"$type": "Bookmark",
|
"$type": "Bookmark",
|
||||||
"Name": "ST:0:0:{aa2115a1-9712-457b-9047-dbb71ca2cdd2}"
|
"Name": "ST:0:0:{aa2115a1-9712-457b-9047-dbb71ca2cdd2}"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"$type": "Bookmark",
|
||||||
|
"Name": "ST:0:0:{6324226f-61b6-4f28-92ee-18d4b5fe1e48}"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"$type": "Document",
|
"$type": "Document",
|
||||||
"DocumentIndex": 2,
|
"DocumentIndex": 1,
|
||||||
|
"Title": "MouseSuspensionOneSecond.cs",
|
||||||
|
"DocumentMoniker": "D:\\unityProjects\\3d-guanwang\\Assets\\Scripts\\MouseSuspensionOneSecond.cs",
|
||||||
|
"RelativeDocumentMoniker": "Assets\\Scripts\\MouseSuspensionOneSecond.cs",
|
||||||
|
"ToolTip": "D:\\unityProjects\\3d-guanwang\\Assets\\Scripts\\MouseSuspensionOneSecond.cs",
|
||||||
|
"RelativeToolTip": "Assets\\Scripts\\MouseSuspensionOneSecond.cs",
|
||||||
|
"ViewState": "AgIAAAAAAAAAAAAAAADwvwwAAAAFAAAAAAAAAA==",
|
||||||
|
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
|
||||||
|
"WhenOpened": "2026-08-26T00:58:33.337Z"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$type": "Document",
|
||||||
|
"DocumentIndex": 5,
|
||||||
"Title": "WellLid.cs",
|
"Title": "WellLid.cs",
|
||||||
"DocumentMoniker": "D:\\unityProjects\\3d-guanwang\\Assets\\Scripts\\WellLid.cs",
|
"DocumentMoniker": "D:\\unityProjects\\3d-guanwang\\Assets\\Scripts\\WellLid.cs",
|
||||||
"RelativeDocumentMoniker": "Assets\\Scripts\\WellLid.cs",
|
"RelativeDocumentMoniker": "Assets\\Scripts\\WellLid.cs",
|
||||||
@@ -68,25 +88,25 @@
|
|||||||
"RelativeDocumentMoniker": "Assets\\Scripts\\DisplayChosenIcons.cs",
|
"RelativeDocumentMoniker": "Assets\\Scripts\\DisplayChosenIcons.cs",
|
||||||
"ToolTip": "D:\\unityProjects\\3d-guanwang\\Assets\\Scripts\\DisplayChosenIcons.cs",
|
"ToolTip": "D:\\unityProjects\\3d-guanwang\\Assets\\Scripts\\DisplayChosenIcons.cs",
|
||||||
"RelativeToolTip": "Assets\\Scripts\\DisplayChosenIcons.cs",
|
"RelativeToolTip": "Assets\\Scripts\\DisplayChosenIcons.cs",
|
||||||
"ViewState": "AgIAAEsAAAAAAAAAAAAIwBgAAAAEAAAAAAAAAA==",
|
"ViewState": "AgIAAEsAAAAAAAAAAAAIwFIAAAArAAAAAAAAAA==",
|
||||||
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
|
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
|
||||||
"WhenOpened": "2026-08-25T05:44:59.51Z"
|
"WhenOpened": "2026-08-25T05:44:59.51Z"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "Document",
|
"$type": "Document",
|
||||||
"DocumentIndex": 1,
|
"DocumentIndex": 2,
|
||||||
"Title": "ControlMoving.cs",
|
"Title": "ControlMoving.cs",
|
||||||
"DocumentMoniker": "D:\\unityProjects\\3d-guanwang\\Assets\\Scripts\\ControlMoving.cs",
|
"DocumentMoniker": "D:\\unityProjects\\3d-guanwang\\Assets\\Scripts\\ControlMoving.cs",
|
||||||
"RelativeDocumentMoniker": "Assets\\Scripts\\ControlMoving.cs",
|
"RelativeDocumentMoniker": "Assets\\Scripts\\ControlMoving.cs",
|
||||||
"ToolTip": "D:\\unityProjects\\3d-guanwang\\Assets\\Scripts\\ControlMoving.cs",
|
"ToolTip": "D:\\unityProjects\\3d-guanwang\\Assets\\Scripts\\ControlMoving.cs",
|
||||||
"RelativeToolTip": "Assets\\Scripts\\ControlMoving.cs",
|
"RelativeToolTip": "Assets\\Scripts\\ControlMoving.cs",
|
||||||
"ViewState": "AgIAABYAAAAAAAAAAAAowBwAAAALAAAAAAAAAA==",
|
"ViewState": "AgIAABcAAAAAAAAAAAAgwBwAAAALAAAAAAAAAA==",
|
||||||
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
|
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
|
||||||
"WhenOpened": "2026-08-24T09:54:34.666Z"
|
"WhenOpened": "2026-08-24T09:54:34.666Z"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "Document",
|
"$type": "Document",
|
||||||
"DocumentIndex": 7,
|
"DocumentIndex": 8,
|
||||||
"Title": "ControlMovingAndAnimation.cs",
|
"Title": "ControlMovingAndAnimation.cs",
|
||||||
"DocumentMoniker": "D:\\unityProjects\\3d-guanwang\\Assets\\Scripts\\ControlMovingAndAnimation.cs",
|
"DocumentMoniker": "D:\\unityProjects\\3d-guanwang\\Assets\\Scripts\\ControlMovingAndAnimation.cs",
|
||||||
"RelativeDocumentMoniker": "Assets\\Scripts\\ControlMovingAndAnimation.cs",
|
"RelativeDocumentMoniker": "Assets\\Scripts\\ControlMovingAndAnimation.cs",
|
||||||
@@ -98,19 +118,20 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "Document",
|
"$type": "Document",
|
||||||
"DocumentIndex": 6,
|
"DocumentIndex": 0,
|
||||||
"Title": "DoubleClickToFocus.cs",
|
"Title": "DoubleClickToFocus.cs",
|
||||||
"DocumentMoniker": "D:\\unityProjects\\3d-guanwang\\Assets\\Scripts\\DoubleClickToFocus.cs",
|
"DocumentMoniker": "D:\\unityProjects\\3d-guanwang\\Assets\\Scripts\\DoubleClickToFocus.cs",
|
||||||
"RelativeDocumentMoniker": "Assets\\Scripts\\DoubleClickToFocus.cs",
|
"RelativeDocumentMoniker": "Assets\\Scripts\\DoubleClickToFocus.cs",
|
||||||
"ToolTip": "D:\\unityProjects\\3d-guanwang\\Assets\\Scripts\\DoubleClickToFocus.cs",
|
"ToolTip": "D:\\unityProjects\\3d-guanwang\\Assets\\Scripts\\DoubleClickToFocus.cs",
|
||||||
"RelativeToolTip": "Assets\\Scripts\\DoubleClickToFocus.cs",
|
"RelativeToolTip": "Assets\\Scripts\\DoubleClickToFocus.cs",
|
||||||
"ViewState": "AgIAAGQBAAAAAAAAAAAAAAABAAAeAAAAAAAAAA==",
|
"ViewState": "AgIAAHEBAAAAAAAAAAAAAHoBAAAFAAAAAAAAAA==",
|
||||||
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
|
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
|
||||||
"WhenOpened": "2026-08-24T09:50:48.907Z"
|
"WhenOpened": "2026-08-24T09:50:48.907Z",
|
||||||
|
"EditorCaption": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "Document",
|
"$type": "Document",
|
||||||
"DocumentIndex": 0,
|
"DocumentIndex": 4,
|
||||||
"Title": "DebugTools.cs",
|
"Title": "DebugTools.cs",
|
||||||
"DocumentMoniker": "D:\\unityProjects\\3d-guanwang\\Assets\\Editor\\DebugTools.cs",
|
"DocumentMoniker": "D:\\unityProjects\\3d-guanwang\\Assets\\Editor\\DebugTools.cs",
|
||||||
"RelativeDocumentMoniker": "Assets\\Editor\\DebugTools.cs",
|
"RelativeDocumentMoniker": "Assets\\Editor\\DebugTools.cs",
|
||||||
@@ -118,12 +139,11 @@
|
|||||||
"RelativeToolTip": "Assets\\Editor\\DebugTools.cs",
|
"RelativeToolTip": "Assets\\Editor\\DebugTools.cs",
|
||||||
"ViewState": "AgIAABsAAAAAAAAAAAAWwB4AAAAEAAAAAAAAAA==",
|
"ViewState": "AgIAABsAAAAAAAAAAAAWwB4AAAAEAAAAAAAAAA==",
|
||||||
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
|
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
|
||||||
"WhenOpened": "2026-08-24T09:46:22.074Z",
|
"WhenOpened": "2026-08-24T09:46:22.074Z"
|
||||||
"EditorCaption": ""
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "Document",
|
"$type": "Document",
|
||||||
"DocumentIndex": 5,
|
"DocumentIndex": 7,
|
||||||
"Title": "FastSlowAnimationANDZoomIN.cs",
|
"Title": "FastSlowAnimationANDZoomIN.cs",
|
||||||
"DocumentMoniker": "D:\\unityProjects\\3d-guanwang\\Assets\\Scripts\\FastSlowAnimationANDZoomIN.cs",
|
"DocumentMoniker": "D:\\unityProjects\\3d-guanwang\\Assets\\Scripts\\FastSlowAnimationANDZoomIN.cs",
|
||||||
"RelativeDocumentMoniker": "Assets\\Scripts\\FastSlowAnimationANDZoomIN.cs",
|
"RelativeDocumentMoniker": "Assets\\Scripts\\FastSlowAnimationANDZoomIN.cs",
|
||||||
@@ -135,7 +155,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "Document",
|
"$type": "Document",
|
||||||
"DocumentIndex": 4,
|
"DocumentIndex": 6,
|
||||||
"Title": "AskForWEBInfomation.cs",
|
"Title": "AskForWEBInfomation.cs",
|
||||||
"DocumentMoniker": "D:\\unityProjects\\3d-guanwang\\Assets\\Scripts\\AskForWEBInfomation.cs",
|
"DocumentMoniker": "D:\\unityProjects\\3d-guanwang\\Assets\\Scripts\\AskForWEBInfomation.cs",
|
||||||
"RelativeDocumentMoniker": "Assets\\Scripts\\AskForWEBInfomation.cs",
|
"RelativeDocumentMoniker": "Assets\\Scripts\\AskForWEBInfomation.cs",
|
||||||
|
|||||||
@@ -3,25 +3,13 @@
|
|||||||
"WorkspaceRootPath": "D:\\unityProjects\\3d-guanwang\\",
|
"WorkspaceRootPath": "D:\\unityProjects\\3d-guanwang\\",
|
||||||
"Documents": [
|
"Documents": [
|
||||||
{
|
{
|
||||||
"AbsoluteMoniker": "D:0:0:{7A716706-CB72-DD54-BBE8-028198E2705C}|Assembly-CSharp.csproj|d:\\unityprojects\\3d-guanwang\\assets\\scripts\\mousesuspensiononesecond.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
|
"AbsoluteMoniker": "D:0:0:{7A716706-CB72-DD54-BBE8-028198E2705C}|Assembly-CSharp.csproj|d:\\unityprojects\\3d-guanwang\\assets\\scripts\\doubleclicktofocus.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
|
||||||
"RelativeMoniker": "D:0:0:{7A716706-CB72-DD54-BBE8-028198E2705C}|Assembly-CSharp.csproj|solutionrelative:assets\\scripts\\mousesuspensiononesecond.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
|
"RelativeMoniker": "D:0:0:{7A716706-CB72-DD54-BBE8-028198E2705C}|Assembly-CSharp.csproj|solutionrelative:assets\\scripts\\doubleclicktofocus.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"AbsoluteMoniker": "D:0:0:{DBF2A84F-5B28-9B73-FB43-6B0F58700B95}|Assembly-CSharp-Editor.csproj|d:\\unityprojects\\3d-guanwang\\assets\\editor\\debugtools.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
|
"AbsoluteMoniker": "D:0:0:{DBF2A84F-5B28-9B73-FB43-6B0F58700B95}|Assembly-CSharp-Editor.csproj|D:\\unityProjects\\3d-guanwang\\assets\\editor\\debugtools.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
|
||||||
"RelativeMoniker": "D:0:0:{DBF2A84F-5B28-9B73-FB43-6B0F58700B95}|Assembly-CSharp-Editor.csproj|solutionrelative:assets\\editor\\debugtools.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
|
"RelativeMoniker": "D:0:0:{DBF2A84F-5B28-9B73-FB43-6B0F58700B95}|Assembly-CSharp-Editor.csproj|solutionrelative:assets\\editor\\debugtools.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"AbsoluteMoniker": "D:0:0:{7A716706-CB72-DD54-BBE8-028198E2705C}|Assembly-CSharp.csproj|D:\\unityProjects\\3d-guanwang\\assets\\scripts\\controlmoving.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
|
|
||||||
"RelativeMoniker": "D:0:0:{7A716706-CB72-DD54-BBE8-028198E2705C}|Assembly-CSharp.csproj|solutionrelative:assets\\scripts\\controlmoving.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"AbsoluteMoniker": "D:0:0:{7A716706-CB72-DD54-BBE8-028198E2705C}|Assembly-CSharp.csproj|D:\\unityProjects\\3d-guanwang\\assets\\scripts\\welllid.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
|
|
||||||
"RelativeMoniker": "D:0:0:{7A716706-CB72-DD54-BBE8-028198E2705C}|Assembly-CSharp.csproj|solutionrelative:assets\\scripts\\welllid.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"AbsoluteMoniker": "D:0:0:{7A716706-CB72-DD54-BBE8-028198E2705C}|Assembly-CSharp.csproj|D:\\unityProjects\\3d-guanwang\\assets\\scripts\\displaychosenicons.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
|
|
||||||
"RelativeMoniker": "D:0:0:{7A716706-CB72-DD54-BBE8-028198E2705C}|Assembly-CSharp.csproj|solutionrelative:assets\\scripts\\displaychosenicons.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"AbsoluteMoniker": "D:0:0:{7A716706-CB72-DD54-BBE8-028198E2705C}|Assembly-CSharp.csproj|D:\\unityProjects\\3d-guanwang\\assets\\scripts\\askforwebinfomation.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
|
"AbsoluteMoniker": "D:0:0:{7A716706-CB72-DD54-BBE8-028198E2705C}|Assembly-CSharp.csproj|D:\\unityProjects\\3d-guanwang\\assets\\scripts\\askforwebinfomation.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
|
||||||
"RelativeMoniker": "D:0:0:{7A716706-CB72-DD54-BBE8-028198E2705C}|Assembly-CSharp.csproj|solutionrelative:assets\\scripts\\askforwebinfomation.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
|
"RelativeMoniker": "D:0:0:{7A716706-CB72-DD54-BBE8-028198E2705C}|Assembly-CSharp.csproj|solutionrelative:assets\\scripts\\askforwebinfomation.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
|
||||||
@@ -31,8 +19,20 @@
|
|||||||
"RelativeMoniker": "D:0:0:{7A716706-CB72-DD54-BBE8-028198E2705C}|Assembly-CSharp.csproj|solutionrelative:assets\\scripts\\fastslowanimationandzoomin.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
|
"RelativeMoniker": "D:0:0:{7A716706-CB72-DD54-BBE8-028198E2705C}|Assembly-CSharp.csproj|solutionrelative:assets\\scripts\\fastslowanimationandzoomin.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"AbsoluteMoniker": "D:0:0:{7A716706-CB72-DD54-BBE8-028198E2705C}|Assembly-CSharp.csproj|D:\\unityProjects\\3d-guanwang\\assets\\scripts\\doubleclicktofocus.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
|
"AbsoluteMoniker": "D:0:0:{7A716706-CB72-DD54-BBE8-028198E2705C}|Assembly-CSharp.csproj|D:\\unityProjects\\3d-guanwang\\assets\\scripts\\mousesuspensiononesecond.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
|
||||||
"RelativeMoniker": "D:0:0:{7A716706-CB72-DD54-BBE8-028198E2705C}|Assembly-CSharp.csproj|solutionrelative:assets\\scripts\\doubleclicktofocus.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
|
"RelativeMoniker": "D:0:0:{7A716706-CB72-DD54-BBE8-028198E2705C}|Assembly-CSharp.csproj|solutionrelative:assets\\scripts\\mousesuspensiononesecond.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"AbsoluteMoniker": "D:0:0:{7A716706-CB72-DD54-BBE8-028198E2705C}|Assembly-CSharp.csproj|D:\\unityProjects\\3d-guanwang\\assets\\scripts\\controlmoving.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
|
||||||
|
"RelativeMoniker": "D:0:0:{7A716706-CB72-DD54-BBE8-028198E2705C}|Assembly-CSharp.csproj|solutionrelative:assets\\scripts\\controlmoving.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"AbsoluteMoniker": "D:0:0:{7A716706-CB72-DD54-BBE8-028198E2705C}|Assembly-CSharp.csproj|D:\\unityProjects\\3d-guanwang\\assets\\scripts\\displaychosenicons.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
|
||||||
|
"RelativeMoniker": "D:0:0:{7A716706-CB72-DD54-BBE8-028198E2705C}|Assembly-CSharp.csproj|solutionrelative:assets\\scripts\\displaychosenicons.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"AbsoluteMoniker": "D:0:0:{7A716706-CB72-DD54-BBE8-028198E2705C}|Assembly-CSharp.csproj|D:\\unityProjects\\3d-guanwang\\assets\\scripts\\welllid.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
|
||||||
|
"RelativeMoniker": "D:0:0:{7A716706-CB72-DD54-BBE8-028198E2705C}|Assembly-CSharp.csproj|solutionrelative:assets\\scripts\\welllid.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"AbsoluteMoniker": "D:0:0:{7A716706-CB72-DD54-BBE8-028198E2705C}|Assembly-CSharp.csproj|D:\\unityProjects\\3d-guanwang\\assets\\scripts\\controlmovingandanimation.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
|
"AbsoluteMoniker": "D:0:0:{7A716706-CB72-DD54-BBE8-028198E2705C}|Assembly-CSharp.csproj|D:\\unityProjects\\3d-guanwang\\assets\\scripts\\controlmovingandanimation.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
|
||||||
@@ -45,8 +45,8 @@
|
|||||||
"VerticalTabListWidth": 256,
|
"VerticalTabListWidth": 256,
|
||||||
"DocumentGroups": [
|
"DocumentGroups": [
|
||||||
{
|
{
|
||||||
"DockedWidth": 200,
|
"DockedWidth": 234,
|
||||||
"SelectedChildIndex": 1,
|
"SelectedChildIndex": 3,
|
||||||
"Children": [
|
"Children": [
|
||||||
{
|
{
|
||||||
"$type": "Bookmark",
|
"$type": "Bookmark",
|
||||||
@@ -54,50 +54,13 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "Document",
|
"$type": "Document",
|
||||||
"DocumentIndex": 0,
|
"DocumentIndex": 5,
|
||||||
"Title": "MouseSuspensionOneSecond.cs",
|
|
||||||
"DocumentMoniker": "D:\\unityProjects\\3d-guanwang\\Assets\\Scripts\\MouseSuspensionOneSecond.cs",
|
|
||||||
"RelativeDocumentMoniker": "Assets\\Scripts\\MouseSuspensionOneSecond.cs",
|
|
||||||
"ToolTip": "D:\\unityProjects\\3d-guanwang\\Assets\\Scripts\\MouseSuspensionOneSecond.cs",
|
|
||||||
"RelativeToolTip": "Assets\\Scripts\\MouseSuspensionOneSecond.cs",
|
|
||||||
"ViewState": "AgIAAAAAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
|
|
||||||
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
|
|
||||||
"WhenOpened": "2026-08-26T00:58:33.337Z",
|
|
||||||
"EditorCaption": ""
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"$type": "Document",
|
|
||||||
"DocumentIndex": 3,
|
|
||||||
"Title": "WellLid.cs",
|
|
||||||
"DocumentMoniker": "D:\\unityProjects\\3d-guanwang\\Assets\\Scripts\\WellLid.cs",
|
|
||||||
"RelativeDocumentMoniker": "Assets\\Scripts\\WellLid.cs",
|
|
||||||
"ToolTip": "D:\\unityProjects\\3d-guanwang\\Assets\\Scripts\\WellLid.cs",
|
|
||||||
"RelativeToolTip": "Assets\\Scripts\\WellLid.cs",
|
|
||||||
"ViewState": "AgIAAAsAAAAAAAAAAADwvywAAAAlAAAAAAAAAA==",
|
|
||||||
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
|
|
||||||
"WhenOpened": "2026-08-25T06:40:04.645Z"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"$type": "Document",
|
|
||||||
"DocumentIndex": 4,
|
|
||||||
"Title": "DisplayChosenIcons.cs",
|
|
||||||
"DocumentMoniker": "D:\\unityProjects\\3d-guanwang\\Assets\\Scripts\\DisplayChosenIcons.cs",
|
|
||||||
"RelativeDocumentMoniker": "Assets\\Scripts\\DisplayChosenIcons.cs",
|
|
||||||
"ToolTip": "D:\\unityProjects\\3d-guanwang\\Assets\\Scripts\\DisplayChosenIcons.cs",
|
|
||||||
"RelativeToolTip": "Assets\\Scripts\\DisplayChosenIcons.cs",
|
|
||||||
"ViewState": "AgIAAEsAAAAAAAAAAAAIwBgAAAAEAAAAAAAAAA==",
|
|
||||||
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
|
|
||||||
"WhenOpened": "2026-08-25T05:44:59.51Z"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"$type": "Document",
|
|
||||||
"DocumentIndex": 2,
|
|
||||||
"Title": "ControlMoving.cs",
|
"Title": "ControlMoving.cs",
|
||||||
"DocumentMoniker": "D:\\unityProjects\\3d-guanwang\\Assets\\Scripts\\ControlMoving.cs",
|
"DocumentMoniker": "D:\\unityProjects\\3d-guanwang\\Assets\\Scripts\\ControlMoving.cs",
|
||||||
"RelativeDocumentMoniker": "Assets\\Scripts\\ControlMoving.cs",
|
"RelativeDocumentMoniker": "Assets\\Scripts\\ControlMoving.cs",
|
||||||
"ToolTip": "D:\\unityProjects\\3d-guanwang\\Assets\\Scripts\\ControlMoving.cs",
|
"ToolTip": "D:\\unityProjects\\3d-guanwang\\Assets\\Scripts\\ControlMoving.cs",
|
||||||
"RelativeToolTip": "Assets\\Scripts\\ControlMoving.cs",
|
"RelativeToolTip": "Assets\\Scripts\\ControlMoving.cs",
|
||||||
"ViewState": "AgIAABYAAAAAAAAAAAAowBwAAAALAAAAAAAAAA==",
|
"ViewState": "AgIAABcAAAAAAAAAAAAgwBwAAAALAAAAAAAAAA==",
|
||||||
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
|
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
|
||||||
"WhenOpened": "2026-08-24T09:54:34.666Z"
|
"WhenOpened": "2026-08-24T09:54:34.666Z"
|
||||||
},
|
},
|
||||||
@@ -115,15 +78,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "Document",
|
"$type": "Document",
|
||||||
"DocumentIndex": 7,
|
"DocumentIndex": 0,
|
||||||
"Title": "DoubleClickToFocus.cs",
|
"Title": "DoubleClickToFocus.cs",
|
||||||
"DocumentMoniker": "D:\\unityProjects\\3d-guanwang\\Assets\\Scripts\\DoubleClickToFocus.cs",
|
"DocumentMoniker": "D:\\unityProjects\\3d-guanwang\\Assets\\Scripts\\DoubleClickToFocus.cs",
|
||||||
"RelativeDocumentMoniker": "Assets\\Scripts\\DoubleClickToFocus.cs",
|
"RelativeDocumentMoniker": "Assets\\Scripts\\DoubleClickToFocus.cs",
|
||||||
"ToolTip": "D:\\unityProjects\\3d-guanwang\\Assets\\Scripts\\DoubleClickToFocus.cs",
|
"ToolTip": "D:\\unityProjects\\3d-guanwang\\Assets\\Scripts\\DoubleClickToFocus.cs",
|
||||||
"RelativeToolTip": "Assets\\Scripts\\DoubleClickToFocus.cs",
|
"RelativeToolTip": "Assets\\Scripts\\DoubleClickToFocus.cs",
|
||||||
"ViewState": "AgIAAGQBAAAAAAAAAAAAAAABAAAeAAAAAAAAAA==",
|
"ViewState": "AgIAAEEBAAAAAAAAAAAcwFUBAAANAAAAAAAAAA==",
|
||||||
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
|
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
|
||||||
"WhenOpened": "2026-08-24T09:50:48.907Z"
|
"WhenOpened": "2026-08-24T09:50:48.907Z",
|
||||||
|
"EditorCaption": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "Document",
|
"$type": "Document",
|
||||||
@@ -133,7 +97,7 @@
|
|||||||
"RelativeDocumentMoniker": "Assets\\Editor\\DebugTools.cs",
|
"RelativeDocumentMoniker": "Assets\\Editor\\DebugTools.cs",
|
||||||
"ToolTip": "D:\\unityProjects\\3d-guanwang\\Assets\\Editor\\DebugTools.cs",
|
"ToolTip": "D:\\unityProjects\\3d-guanwang\\Assets\\Editor\\DebugTools.cs",
|
||||||
"RelativeToolTip": "Assets\\Editor\\DebugTools.cs",
|
"RelativeToolTip": "Assets\\Editor\\DebugTools.cs",
|
||||||
"ViewState": "AgIAABsAAAAAAAAAAAAWwB4AAAAEAAAAAAAAAA==",
|
"ViewState": "AgIAAAAAAAAAAAAAAAAAABMAAAAxAAAAAAAAAA==",
|
||||||
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
|
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
|
||||||
"WhenOpened": "2026-08-24T09:46:22.074Z",
|
"WhenOpened": "2026-08-24T09:46:22.074Z",
|
||||||
"EditorCaption": ""
|
"EditorCaption": ""
|
||||||
@@ -141,6 +105,30 @@
|
|||||||
{
|
{
|
||||||
"$type": "Document",
|
"$type": "Document",
|
||||||
"DocumentIndex": 6,
|
"DocumentIndex": 6,
|
||||||
|
"Title": "DisplayChosenIcons.cs",
|
||||||
|
"DocumentMoniker": "D:\\unityProjects\\3d-guanwang\\Assets\\Scripts\\DisplayChosenIcons.cs",
|
||||||
|
"RelativeDocumentMoniker": "Assets\\Scripts\\DisplayChosenIcons.cs",
|
||||||
|
"ToolTip": "D:\\unityProjects\\3d-guanwang\\Assets\\Scripts\\DisplayChosenIcons.cs",
|
||||||
|
"RelativeToolTip": "Assets\\Scripts\\DisplayChosenIcons.cs",
|
||||||
|
"ViewState": "AgIAAEsAAAAAAAAAAAAIwFIAAAArAAAAAAAAAA==",
|
||||||
|
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
|
||||||
|
"WhenOpened": "2026-08-25T05:44:59.51Z"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$type": "Document",
|
||||||
|
"DocumentIndex": 7,
|
||||||
|
"Title": "WellLid.cs",
|
||||||
|
"DocumentMoniker": "D:\\unityProjects\\3d-guanwang\\Assets\\Scripts\\WellLid.cs",
|
||||||
|
"RelativeDocumentMoniker": "Assets\\Scripts\\WellLid.cs",
|
||||||
|
"ToolTip": "D:\\unityProjects\\3d-guanwang\\Assets\\Scripts\\WellLid.cs",
|
||||||
|
"RelativeToolTip": "Assets\\Scripts\\WellLid.cs",
|
||||||
|
"ViewState": "AgIAAAsAAAAAAAAAAADwvywAAAAlAAAAAAAAAA==",
|
||||||
|
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
|
||||||
|
"WhenOpened": "2026-08-25T06:40:04.645Z"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$type": "Document",
|
||||||
|
"DocumentIndex": 3,
|
||||||
"Title": "FastSlowAnimationANDZoomIN.cs",
|
"Title": "FastSlowAnimationANDZoomIN.cs",
|
||||||
"DocumentMoniker": "D:\\unityProjects\\3d-guanwang\\Assets\\Scripts\\FastSlowAnimationANDZoomIN.cs",
|
"DocumentMoniker": "D:\\unityProjects\\3d-guanwang\\Assets\\Scripts\\FastSlowAnimationANDZoomIN.cs",
|
||||||
"RelativeDocumentMoniker": "Assets\\Scripts\\FastSlowAnimationANDZoomIN.cs",
|
"RelativeDocumentMoniker": "Assets\\Scripts\\FastSlowAnimationANDZoomIN.cs",
|
||||||
@@ -148,19 +136,39 @@
|
|||||||
"RelativeToolTip": "Assets\\Scripts\\FastSlowAnimationANDZoomIN.cs",
|
"RelativeToolTip": "Assets\\Scripts\\FastSlowAnimationANDZoomIN.cs",
|
||||||
"ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==",
|
"ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==",
|
||||||
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
|
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
|
||||||
"WhenOpened": "2026-08-24T09:08:48.53Z"
|
"WhenOpened": "2026-08-24T09:08:48.53Z",
|
||||||
|
"EditorCaption": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$type": "Document",
|
"$type": "Document",
|
||||||
"DocumentIndex": 5,
|
"DocumentIndex": 4,
|
||||||
|
"Title": "MouseSuspensionOneSecond.cs",
|
||||||
|
"DocumentMoniker": "D:\\unityProjects\\3d-guanwang\\Assets\\Scripts\\MouseSuspensionOneSecond.cs",
|
||||||
|
"RelativeDocumentMoniker": "Assets\\Scripts\\MouseSuspensionOneSecond.cs",
|
||||||
|
"ToolTip": "D:\\unityProjects\\3d-guanwang\\Assets\\Scripts\\MouseSuspensionOneSecond.cs",
|
||||||
|
"RelativeToolTip": "Assets\\Scripts\\MouseSuspensionOneSecond.cs",
|
||||||
|
"ViewState": "AgIAAAAAAAAAAAAAAADwvwwAAAAFAAAAAAAAAA==",
|
||||||
|
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
|
||||||
|
"WhenOpened": "2026-08-26T00:58:33.337Z"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DockedWidth": 166,
|
||||||
|
"SelectedChildIndex": 0,
|
||||||
|
"Children": [
|
||||||
|
{
|
||||||
|
"$type": "Document",
|
||||||
|
"DocumentIndex": 2,
|
||||||
"Title": "AskForWEBInfomation.cs",
|
"Title": "AskForWEBInfomation.cs",
|
||||||
"DocumentMoniker": "D:\\unityProjects\\3d-guanwang\\Assets\\Scripts\\AskForWEBInfomation.cs",
|
"DocumentMoniker": "D:\\unityProjects\\3d-guanwang\\Assets\\Scripts\\AskForWEBInfomation.cs",
|
||||||
"RelativeDocumentMoniker": "Assets\\Scripts\\AskForWEBInfomation.cs",
|
"RelativeDocumentMoniker": "Assets\\Scripts\\AskForWEBInfomation.cs",
|
||||||
"ToolTip": "D:\\unityProjects\\3d-guanwang\\Assets\\Scripts\\AskForWEBInfomation.cs",
|
"ToolTip": "D:\\unityProjects\\3d-guanwang\\Assets\\Scripts\\AskForWEBInfomation.cs",
|
||||||
"RelativeToolTip": "Assets\\Scripts\\AskForWEBInfomation.cs",
|
"RelativeToolTip": "Assets\\Scripts\\AskForWEBInfomation.cs",
|
||||||
"ViewState": "AgIAADMAAAAAAAAAAAAmwFgAAABYAAAAAAAAAA==",
|
"ViewState": "AgIAAHoAAAAAAAAAAAAAwJAAAABSAAAAAAAAAA==",
|
||||||
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
|
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
|
||||||
"WhenOpened": "2026-08-24T07:17:40.811Z"
|
"WhenOpened": "2026-08-24T07:17:40.811Z",
|
||||||
|
"EditorCaption": ""
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -4,10 +4,40 @@ using UnityEngine;
|
|||||||
using UnityEditor;
|
using UnityEditor;
|
||||||
public class DebugTools
|
public class DebugTools
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
|
//修改物体name
|
||||||
|
[MenuItem("Modify/Name")]
|
||||||
|
static void ModifyName()
|
||||||
|
{
|
||||||
|
if (Selection.activeGameObject == null)
|
||||||
|
{
|
||||||
|
Debug.LogWarning("请先选中一个物体");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
foreach (Transform child in Selection.activeGameObject.transform)
|
||||||
|
{
|
||||||
|
if (!child.name.EndsWith("ViewPort"))
|
||||||
|
{
|
||||||
|
child.name = child.name + "ViewPort";
|
||||||
|
// 或者使用 Undo 记录,方便撤销 (更专业)
|
||||||
|
// Undo.RecordObject(child.gameObject, "Rename Child");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
//输出物体的Position
|
//输出物体的Position
|
||||||
[MenuItem("PrintParameters/WorldPosition")]
|
[MenuItem("PrintParameters/WorldPosition")]
|
||||||
static void WorldPosition()
|
static void WorldPosition()
|
||||||
{
|
{
|
||||||
|
if (Selection.activeGameObject == null)
|
||||||
|
{
|
||||||
|
Debug.LogWarning("请先选中一个物体");
|
||||||
|
return;
|
||||||
|
}
|
||||||
Debug.Log(Selection.activeGameObject.transform.position);
|
Debug.Log(Selection.activeGameObject.transform.position);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -132,9 +132,9 @@ MonoBehaviour:
|
|||||||
preset: {fileID: 11400000, guid: 0fcdd472bd6a8ec429fc1e9bc978c4fa, type: 2}
|
preset: {fileID: 11400000, guid: 0fcdd472bd6a8ec429fc1e9bc978c4fa, type: 2}
|
||||||
showCirrusCloudsControls: 0
|
showCirrusCloudsControls: 0
|
||||||
show2DCloudsControls: 0
|
show2DCloudsControls: 0
|
||||||
cloudFlatBaseAnim: {x: 0.9116267, y: 0.3181839}
|
cloudFlatBaseAnim: {x: -0.9671052, y: 0.43371388}
|
||||||
cloudFlatDetailAnim: {x: 0.195184, y: 0.07140167}
|
cloudFlatDetailAnim: {x: 0.8015582, y: 0.6488411}
|
||||||
cirrusAnim: {x: -0.697941, y: 0.29559642}
|
cirrusAnim: {x: -0.63730294, y: -0.6466376}
|
||||||
--- !u!114 &-1033463005042072443
|
--- !u!114 &-1033463005042072443
|
||||||
MonoBehaviour:
|
MonoBehaviour:
|
||||||
m_ObjectHideFlags: 0
|
m_ObjectHideFlags: 0
|
||||||
@@ -1902,7 +1902,7 @@ MonoBehaviour:
|
|||||||
m_PreInfinity: 2
|
m_PreInfinity: 2
|
||||||
m_PostInfinity: 2
|
m_PostInfinity: 2
|
||||||
m_RotationOrder: 4
|
m_RotationOrder: 4
|
||||||
temperature: 9.774983
|
temperature: 9.774997
|
||||||
temperatureWeatherMod: 0
|
temperatureWeatherMod: 0
|
||||||
temperatureCustomMod: 0
|
temperatureCustomMod: 0
|
||||||
temperatureChangingSpeed: 0.1
|
temperatureChangingSpeed: 0.1
|
||||||
@@ -2169,9 +2169,9 @@ MonoBehaviour:
|
|||||||
showDensityControls: 1
|
showDensityControls: 1
|
||||||
showTextureControls: 0
|
showTextureControls: 0
|
||||||
showWindControls: 0
|
showWindControls: 0
|
||||||
cloudAnimLayer1: {x: 0.12959316, y: -0.95945215, z: 0.15396555}
|
cloudAnimLayer1: {x: 0.7359638, y: -0.38212964, z: -0.51817423}
|
||||||
cloudAnimLayer2: {x: -0.4793451, y: 0.47841242, z: 0.015471124}
|
cloudAnimLayer2: {x: -0.4793451, y: 0.47841242, z: 0.015471124}
|
||||||
cloudAnimNonScaledLayer1: {x: 0.32899472, y: -1.0335524, z: -39.41685}
|
cloudAnimNonScaledLayer1: {x: 0.3336179, y: -0.94874084, z: -42.120426}
|
||||||
cloudAnimNonScaledLayer2: {x: -0.001515836, y: 0.0009908647, z: -0.28406617}
|
cloudAnimNonScaledLayer2: {x: -0.001515836, y: 0.0009908647, z: -0.28406617}
|
||||||
weatherMap: {fileID: 0}
|
weatherMap: {fileID: 0}
|
||||||
--- !u!114 &4011421771873438716
|
--- !u!114 &4011421771873438716
|
||||||
@@ -2871,6 +2871,9 @@ MonoBehaviour:
|
|||||||
- {fileID: 0}
|
- {fileID: 0}
|
||||||
- {fileID: 0}
|
- {fileID: 0}
|
||||||
- {fileID: 0}
|
- {fileID: 0}
|
||||||
|
- {fileID: 0}
|
||||||
|
- {fileID: 0}
|
||||||
|
- {fileID: 0}
|
||||||
customFogDensityModifer: 1
|
customFogDensityModifer: 1
|
||||||
fogMat: {fileID: 0}
|
fogMat: {fileID: 0}
|
||||||
volumetricsMat: {fileID: 0}
|
volumetricsMat: {fileID: 0}
|
||||||
|
|||||||
@@ -1,34 +0,0 @@
|
|||||||
%YAML 1.1
|
|
||||||
%TAG !u! tag:unity3d.com,2011:
|
|
||||||
--- !u!114 &11400000
|
|
||||||
MonoBehaviour:
|
|
||||||
m_ObjectHideFlags: 0
|
|
||||||
m_CorrespondingSourceObject: {fileID: 0}
|
|
||||||
m_PrefabInstance: {fileID: 0}
|
|
||||||
m_PrefabAsset: {fileID: 0}
|
|
||||||
m_GameObject: {fileID: 0}
|
|
||||||
m_Enabled: 1
|
|
||||||
m_EditorHideFlags: 0
|
|
||||||
m_Script: {fileID: 11500000, guid: fcf7219bab7fe46a1ad266029b2fee19, type: 3}
|
|
||||||
m_Name: Readme
|
|
||||||
m_EditorClassIdentifier:
|
|
||||||
icon: {fileID: 2800000, guid: 727a75301c3d24613a3ebcec4a24c2c8, type: 3}
|
|
||||||
title: URP Empty Template
|
|
||||||
sections:
|
|
||||||
- heading: Welcome to the Universal Render Pipeline
|
|
||||||
text: This template includes the settings and assets you need to start creating with the Universal Render Pipeline.
|
|
||||||
linkText:
|
|
||||||
url:
|
|
||||||
- heading: URP Documentation
|
|
||||||
text:
|
|
||||||
linkText: Read more about URP
|
|
||||||
url: https://docs.unity3d.com/Packages/com.unity.render-pipelines.universal@latest
|
|
||||||
- heading: Forums
|
|
||||||
text:
|
|
||||||
linkText: Get answers and support
|
|
||||||
url: https://forum.unity.com/forums/universal-render-pipeline.383/
|
|
||||||
- heading: Report bugs
|
|
||||||
text:
|
|
||||||
linkText: Submit a report
|
|
||||||
url: https://unity3d.com/unity/qa/bug-reporting
|
|
||||||
loadedLayout: 1
|
|
||||||
@@ -26,7 +26,7 @@ RenderSettings:
|
|||||||
m_AmbientIntensity: 0.8050667
|
m_AmbientIntensity: 0.8050667
|
||||||
m_AmbientMode: 0
|
m_AmbientMode: 0
|
||||||
m_SubtractiveShadowColor: {r: 0.42, g: 0.478, b: 0.627, a: 1}
|
m_SubtractiveShadowColor: {r: 0.42, g: 0.478, b: 0.627, a: 1}
|
||||||
m_SkyboxMaterial: {fileID: 431497396}
|
m_SkyboxMaterial: {fileID: 1759143228}
|
||||||
m_HaloStrength: 0.5
|
m_HaloStrength: 0.5
|
||||||
m_FlareStrength: 1
|
m_FlareStrength: 1
|
||||||
m_FlareFadeSpeed: 3
|
m_FlareFadeSpeed: 3
|
||||||
@@ -2033,6 +2033,11 @@ PrefabInstance:
|
|||||||
propertyPath: m_TagString
|
propertyPath: m_TagString
|
||||||
value: Target
|
value: Target
|
||||||
objectReference: {fileID: 0}
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: -4320617644238609279, guid: a4b4ab1f9a2706e46ab0d3c6e9de00de,
|
||||||
|
type: 3}
|
||||||
|
propertyPath: m_IsActive
|
||||||
|
value: 1
|
||||||
|
objectReference: {fileID: 0}
|
||||||
- target: {fileID: -3882037816171446847, guid: a4b4ab1f9a2706e46ab0d3c6e9de00de,
|
- target: {fileID: -3882037816171446847, guid: a4b4ab1f9a2706e46ab0d3c6e9de00de,
|
||||||
type: 3}
|
type: 3}
|
||||||
propertyPath: m_Materials.Array.data[0]
|
propertyPath: m_Materials.Array.data[0]
|
||||||
@@ -5538,61 +5543,6 @@ Transform:
|
|||||||
type: 3}
|
type: 3}
|
||||||
m_PrefabInstance: {fileID: 1895965697}
|
m_PrefabInstance: {fileID: 1895965697}
|
||||||
m_PrefabAsset: {fileID: 0}
|
m_PrefabAsset: {fileID: 0}
|
||||||
--- !u!21 &431497396
|
|
||||||
Material:
|
|
||||||
serializedVersion: 8
|
|
||||||
m_ObjectHideFlags: 0
|
|
||||||
m_CorrespondingSourceObject: {fileID: 0}
|
|
||||||
m_PrefabInstance: {fileID: 0}
|
|
||||||
m_PrefabAsset: {fileID: 0}
|
|
||||||
m_Name: Enviro/Skybox
|
|
||||||
m_Shader: {fileID: 4800000, guid: 34fee0a1b19b20b45aea7483b5f757da, type: 3}
|
|
||||||
m_Parent: {fileID: 0}
|
|
||||||
m_ModifiedSerializedProperties: 0
|
|
||||||
m_ValidKeywords: []
|
|
||||||
m_InvalidKeywords: []
|
|
||||||
m_LightmapFlags: 4
|
|
||||||
m_EnableInstancingVariants: 0
|
|
||||||
m_DoubleSidedGI: 0
|
|
||||||
m_CustomRenderQueue: -1
|
|
||||||
stringTagMap: {}
|
|
||||||
disabledShaderPasses: []
|
|
||||||
m_LockedProperties:
|
|
||||||
m_SavedProperties:
|
|
||||||
serializedVersion: 3
|
|
||||||
m_TexEnvs:
|
|
||||||
- _CloudTex:
|
|
||||||
m_Texture: {fileID: 0}
|
|
||||||
m_Scale: {x: 1, y: 1}
|
|
||||||
m_Offset: {x: 0, y: 0}
|
|
||||||
- _GalaxyTex:
|
|
||||||
m_Texture: {fileID: 8900000, guid: 5734983fc81450b4187c3cfa5985edef, type: 3}
|
|
||||||
m_Scale: {x: 1, y: 1}
|
|
||||||
m_Offset: {x: 0, y: 0}
|
|
||||||
- _MoonGlowTex:
|
|
||||||
m_Texture: {fileID: 2800000, guid: 6838e0810da4e49488b5d9a6ee76eb07, type: 3}
|
|
||||||
m_Scale: {x: 1, y: 1}
|
|
||||||
m_Offset: {x: 0, y: 0}
|
|
||||||
- _MoonTex:
|
|
||||||
m_Texture: {fileID: 2800000, guid: c6fd9f694390e0245b6dca5812065950, type: 3}
|
|
||||||
m_Scale: {x: 1, y: 1}
|
|
||||||
m_Offset: {x: 0, y: 0}
|
|
||||||
- _StarsTex:
|
|
||||||
m_Texture: {fileID: 8900000, guid: b5a7175da0f133b4d951c19c9c2cebfc, type: 3}
|
|
||||||
m_Scale: {x: 1, y: 1}
|
|
||||||
m_Offset: {x: 0, y: 0}
|
|
||||||
- _SunTex:
|
|
||||||
m_Texture: {fileID: 2800000, guid: c95bed5306e94f24ba5802d841607ac7, type: 3}
|
|
||||||
m_Scale: {x: 1, y: 1}
|
|
||||||
m_Offset: {x: 0, y: 0}
|
|
||||||
m_Ints: []
|
|
||||||
m_Floats:
|
|
||||||
- _CloudStrength: 0.8
|
|
||||||
- _HorizonFade: 0.5
|
|
||||||
- _HorizonRemap: 0.7
|
|
||||||
- _MirrorOffset: 0.03
|
|
||||||
m_Colors: []
|
|
||||||
m_BuildTextureStacks: []
|
|
||||||
--- !u!1001 &433397273
|
--- !u!1001 &433397273
|
||||||
PrefabInstance:
|
PrefabInstance:
|
||||||
m_ObjectHideFlags: 0
|
m_ObjectHideFlags: 0
|
||||||
@@ -8462,6 +8412,11 @@ PrefabInstance:
|
|||||||
propertyPath: m_Materials.Array.data[0]
|
propertyPath: m_Materials.Array.data[0]
|
||||||
value:
|
value:
|
||||||
objectReference: {fileID: 2100000, guid: 85b8954033a8ca948baa5373e1d5de61, type: 2}
|
objectReference: {fileID: 2100000, guid: 85b8954033a8ca948baa5373e1d5de61, type: 2}
|
||||||
|
- target: {fileID: -1935274331078131374, guid: 89ed927956909b049af28763abe1e8cc,
|
||||||
|
type: 3}
|
||||||
|
propertyPath: m_IsActive
|
||||||
|
value: 1
|
||||||
|
objectReference: {fileID: 0}
|
||||||
- target: {fileID: 747743741954586159, guid: 89ed927956909b049af28763abe1e8cc,
|
- target: {fileID: 747743741954586159, guid: 89ed927956909b049af28763abe1e8cc,
|
||||||
type: 3}
|
type: 3}
|
||||||
propertyPath: m_TagString
|
propertyPath: m_TagString
|
||||||
@@ -12432,6 +12387,11 @@ PrefabInstance:
|
|||||||
propertyPath: m_TagString
|
propertyPath: m_TagString
|
||||||
value: Target
|
value: Target
|
||||||
objectReference: {fileID: 0}
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: -459374437901272368, guid: 32cba4175a2ea1e40847052198fbea23,
|
||||||
|
type: 3}
|
||||||
|
propertyPath: m_IsActive
|
||||||
|
value: 1
|
||||||
|
objectReference: {fileID: 0}
|
||||||
- target: {fileID: 919132149155446097, guid: 32cba4175a2ea1e40847052198fbea23,
|
- target: {fileID: 919132149155446097, guid: 32cba4175a2ea1e40847052198fbea23,
|
||||||
type: 3}
|
type: 3}
|
||||||
propertyPath: m_Name
|
propertyPath: m_Name
|
||||||
@@ -23012,6 +22972,61 @@ Transform:
|
|||||||
m_Children: []
|
m_Children: []
|
||||||
m_Father: {fileID: 1334621511}
|
m_Father: {fileID: 1334621511}
|
||||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
|
--- !u!21 &1759143228
|
||||||
|
Material:
|
||||||
|
serializedVersion: 8
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name: Enviro/Skybox
|
||||||
|
m_Shader: {fileID: 4800000, guid: 34fee0a1b19b20b45aea7483b5f757da, type: 3}
|
||||||
|
m_Parent: {fileID: 0}
|
||||||
|
m_ModifiedSerializedProperties: 0
|
||||||
|
m_ValidKeywords: []
|
||||||
|
m_InvalidKeywords: []
|
||||||
|
m_LightmapFlags: 4
|
||||||
|
m_EnableInstancingVariants: 0
|
||||||
|
m_DoubleSidedGI: 0
|
||||||
|
m_CustomRenderQueue: -1
|
||||||
|
stringTagMap: {}
|
||||||
|
disabledShaderPasses: []
|
||||||
|
m_LockedProperties:
|
||||||
|
m_SavedProperties:
|
||||||
|
serializedVersion: 3
|
||||||
|
m_TexEnvs:
|
||||||
|
- _CloudTex:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _GalaxyTex:
|
||||||
|
m_Texture: {fileID: 8900000, guid: 5734983fc81450b4187c3cfa5985edef, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _MoonGlowTex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: 6838e0810da4e49488b5d9a6ee76eb07, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _MoonTex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: c6fd9f694390e0245b6dca5812065950, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _StarsTex:
|
||||||
|
m_Texture: {fileID: 8900000, guid: b5a7175da0f133b4d951c19c9c2cebfc, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _SunTex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: c95bed5306e94f24ba5802d841607ac7, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
m_Ints: []
|
||||||
|
m_Floats:
|
||||||
|
- _CloudStrength: 0.8
|
||||||
|
- _HorizonFade: 0.5
|
||||||
|
- _HorizonRemap: 0.7
|
||||||
|
- _MirrorOffset: 0.03
|
||||||
|
m_Colors: []
|
||||||
|
m_BuildTextureStacks: []
|
||||||
--- !u!4 &1760865498 stripped
|
--- !u!4 &1760865498 stripped
|
||||||
Transform:
|
Transform:
|
||||||
m_CorrespondingSourceObject: {fileID: 6642146934636914945, guid: b3007adc8f1370a4ea15f9f78b3fe9ad,
|
m_CorrespondingSourceObject: {fileID: 6642146934636914945, guid: b3007adc8f1370a4ea15f9f78b3fe9ad,
|
||||||
@@ -23718,6 +23733,11 @@ PrefabInstance:
|
|||||||
propertyPath: m_TagString
|
propertyPath: m_TagString
|
||||||
value: Target
|
value: Target
|
||||||
objectReference: {fileID: 0}
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: -6007572194180340563, guid: 31f652d5bf70cd740ab20cf6e63dd706,
|
||||||
|
type: 3}
|
||||||
|
propertyPath: m_IsActive
|
||||||
|
value: 1
|
||||||
|
objectReference: {fileID: 0}
|
||||||
- target: {fileID: -2723007256551452516, guid: 31f652d5bf70cd740ab20cf6e63dd706,
|
- target: {fileID: -2723007256551452516, guid: 31f652d5bf70cd740ab20cf6e63dd706,
|
||||||
type: 3}
|
type: 3}
|
||||||
propertyPath: m_TagString
|
propertyPath: m_TagString
|
||||||
@@ -26579,6 +26599,11 @@ PrefabInstance:
|
|||||||
propertyPath: m_TagString
|
propertyPath: m_TagString
|
||||||
value: Target
|
value: Target
|
||||||
objectReference: {fileID: 0}
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 3030061029683988018, guid: c3bc1fe8711bc4241a1a87625b9a186a,
|
||||||
|
type: 3}
|
||||||
|
propertyPath: m_IsActive
|
||||||
|
value: 1
|
||||||
|
objectReference: {fileID: 0}
|
||||||
- target: {fileID: 7865171420240864340, guid: c3bc1fe8711bc4241a1a87625b9a186a,
|
- target: {fileID: 7865171420240864340, guid: c3bc1fe8711bc4241a1a87625b9a186a,
|
||||||
type: 3}
|
type: 3}
|
||||||
propertyPath: m_Enabled
|
propertyPath: m_Enabled
|
||||||
|
|||||||
BIN
Assets/Scripts.7z
Normal file
BIN
Assets/Scripts.7z
Normal file
Binary file not shown.
@@ -1,6 +1,5 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: ba062aa6c92b140379dbc06b43dd3b9b
|
guid: eda56ecfe338e6a48b3d467ae2a40ec1
|
||||||
folderAsset: yes
|
|
||||||
DefaultImporter:
|
DefaultImporter:
|
||||||
externalObjects: {}
|
externalObjects: {}
|
||||||
userData:
|
userData:
|
||||||
BIN
Assets/Scripts.zip
Normal file
BIN
Assets/Scripts.zip
Normal file
Binary file not shown.
@@ -1,8 +1,7 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: 8105016687592461f977c054a80ce2f2
|
guid: f9851bffd728bd949b1293578aac7e22
|
||||||
NativeFormatImporter:
|
DefaultImporter:
|
||||||
externalObjects: {}
|
externalObjects: {}
|
||||||
mainObjectFileID: 0
|
|
||||||
userData:
|
userData:
|
||||||
assetBundleName:
|
assetBundleName:
|
||||||
assetBundleVariant:
|
assetBundleVariant:
|
||||||
@@ -277,6 +277,13 @@ public class DoubleClickToFocus : MonoBehaviour
|
|||||||
StartCoroutine(MoveCamera(mainCamera, targetPos, transitionDuration, finalObject));
|
StartCoroutine(MoveCamera(mainCamera, targetPos, transitionDuration, finalObject));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Debug.Log(
|
||||||
|
"====== CORE DEBUG ======\n" +
|
||||||
|
"Object Name: " + finalObject.name + "\n" +
|
||||||
|
"Instance ID: " + finalObject.GetInstanceID() + "\n" +
|
||||||
|
"Position: " + finalObject.position + "\n" +
|
||||||
|
"Active: " + finalObject.gameObject.activeSelf
|
||||||
|
);
|
||||||
core = finalObject.position;
|
core = finalObject.position;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -331,7 +338,7 @@ public class DoubleClickToFocus : MonoBehaviour
|
|||||||
//我在里面把参数写死,然后来一一匹配,传的参数就是gameobject的名字
|
//我在里面把参数写死,然后来一一匹配,传的参数就是gameobject的名字
|
||||||
foreach (KeyValuePair<string, Vector3> pair in targetObjectAndPosition)
|
foreach (KeyValuePair<string, Vector3> pair in targetObjectAndPosition)
|
||||||
{
|
{
|
||||||
if (IconName.Substring(0, IconName.Length - 4) == pair.Key)
|
if (IconName.Substring(0, IconName.Length - 4)+ "ViewPort" == pair.Key)
|
||||||
{
|
{
|
||||||
|
|
||||||
Vector3 targetPos = pair.Value;
|
Vector3 targetPos = pair.Value;
|
||||||
@@ -339,6 +346,14 @@ public class DoubleClickToFocus : MonoBehaviour
|
|||||||
StartCoroutine(MoveCamera(mainCamera, targetPos, transitionDuration, finalObject));
|
StartCoroutine(MoveCamera(mainCamera, targetPos, transitionDuration, finalObject));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Debug.Log(
|
||||||
|
"====== CORE DEBUG ======\n" +
|
||||||
|
"Object Name: " + finalObject.name + "\n" +
|
||||||
|
"Instance ID: " + finalObject.GetInstanceID() + "\n" +
|
||||||
|
"Position: " + finalObject.position + "\n" +
|
||||||
|
"Active: " + finalObject.gameObject.activeSelf
|
||||||
|
);
|
||||||
core = finalObject.position;
|
core = finalObject.position;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -360,4 +375,5 @@ public class DoubleClickToFocus : MonoBehaviour
|
|||||||
}
|
}
|
||||||
core = finalObject.position;
|
core = finalObject.position;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
//123
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: 8a0c9218a650547d98138cd835033977
|
|
||||||
folderAsset: yes
|
|
||||||
timeCreated: 1484670163
|
|
||||||
licenseType: Store
|
|
||||||
DefaultImporter:
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 24 KiB |
@@ -1,134 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: 727a75301c3d24613a3ebcec4a24c2c8
|
|
||||||
TextureImporter:
|
|
||||||
internalIDToNameTable: []
|
|
||||||
externalObjects: {}
|
|
||||||
serializedVersion: 11
|
|
||||||
mipmaps:
|
|
||||||
mipMapMode: 0
|
|
||||||
enableMipMap: 0
|
|
||||||
sRGBTexture: 1
|
|
||||||
linearTexture: 0
|
|
||||||
fadeOut: 0
|
|
||||||
borderMipMap: 0
|
|
||||||
mipMapsPreserveCoverage: 0
|
|
||||||
alphaTestReferenceValue: 0.5
|
|
||||||
mipMapFadeDistanceStart: 1
|
|
||||||
mipMapFadeDistanceEnd: 3
|
|
||||||
bumpmap:
|
|
||||||
convertToNormalMap: 0
|
|
||||||
externalNormalMap: 0
|
|
||||||
heightScale: 0.25
|
|
||||||
normalMapFilter: 0
|
|
||||||
isReadable: 0
|
|
||||||
streamingMipmaps: 0
|
|
||||||
streamingMipmapsPriority: 0
|
|
||||||
vTOnly: 0
|
|
||||||
ignoreMasterTextureLimit: 0
|
|
||||||
grayScaleToAlpha: 0
|
|
||||||
generateCubemap: 6
|
|
||||||
cubemapConvolution: 0
|
|
||||||
seamlessCubemap: 0
|
|
||||||
textureFormat: 1
|
|
||||||
maxTextureSize: 2048
|
|
||||||
textureSettings:
|
|
||||||
serializedVersion: 2
|
|
||||||
filterMode: 0
|
|
||||||
aniso: 1
|
|
||||||
mipBias: 0
|
|
||||||
wrapU: 1
|
|
||||||
wrapV: 1
|
|
||||||
wrapW: 0
|
|
||||||
nPOTScale: 0
|
|
||||||
lightmap: 0
|
|
||||||
compressionQuality: 50
|
|
||||||
spriteMode: 0
|
|
||||||
spriteExtrude: 1
|
|
||||||
spriteMeshType: 1
|
|
||||||
alignment: 0
|
|
||||||
spritePivot: {x: 0.5, y: 0.5}
|
|
||||||
spritePixelsToUnits: 100
|
|
||||||
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
|
|
||||||
spriteGenerateFallbackPhysicsShape: 1
|
|
||||||
alphaUsage: 1
|
|
||||||
alphaIsTransparency: 1
|
|
||||||
spriteTessellationDetail: -1
|
|
||||||
textureType: 2
|
|
||||||
textureShape: 1
|
|
||||||
singleChannelComponent: 0
|
|
||||||
flipbookRows: 1
|
|
||||||
flipbookColumns: 1
|
|
||||||
maxTextureSizeSet: 0
|
|
||||||
compressionQualitySet: 0
|
|
||||||
textureFormatSet: 0
|
|
||||||
ignorePngGamma: 0
|
|
||||||
applyGammaDecoding: 0
|
|
||||||
platformSettings:
|
|
||||||
- serializedVersion: 3
|
|
||||||
buildTarget: DefaultTexturePlatform
|
|
||||||
maxTextureSize: 2048
|
|
||||||
resizeAlgorithm: 0
|
|
||||||
textureFormat: -1
|
|
||||||
textureCompression: 0
|
|
||||||
compressionQuality: 50
|
|
||||||
crunchedCompression: 0
|
|
||||||
allowsAlphaSplitting: 0
|
|
||||||
overridden: 0
|
|
||||||
androidETC2FallbackOverride: 0
|
|
||||||
forceMaximumCompressionQuality_BC6H_BC7: 0
|
|
||||||
- serializedVersion: 3
|
|
||||||
buildTarget: Standalone
|
|
||||||
maxTextureSize: 2048
|
|
||||||
resizeAlgorithm: 0
|
|
||||||
textureFormat: -1
|
|
||||||
textureCompression: 1
|
|
||||||
compressionQuality: 50
|
|
||||||
crunchedCompression: 0
|
|
||||||
allowsAlphaSplitting: 0
|
|
||||||
overridden: 0
|
|
||||||
androidETC2FallbackOverride: 0
|
|
||||||
forceMaximumCompressionQuality_BC6H_BC7: 0
|
|
||||||
- serializedVersion: 3
|
|
||||||
buildTarget: Android
|
|
||||||
maxTextureSize: 2048
|
|
||||||
resizeAlgorithm: 0
|
|
||||||
textureFormat: -1
|
|
||||||
textureCompression: 1
|
|
||||||
compressionQuality: 50
|
|
||||||
crunchedCompression: 0
|
|
||||||
allowsAlphaSplitting: 0
|
|
||||||
overridden: 0
|
|
||||||
androidETC2FallbackOverride: 0
|
|
||||||
forceMaximumCompressionQuality_BC6H_BC7: 0
|
|
||||||
- serializedVersion: 3
|
|
||||||
buildTarget: iPhone
|
|
||||||
maxTextureSize: 2048
|
|
||||||
resizeAlgorithm: 0
|
|
||||||
textureFormat: -1
|
|
||||||
textureCompression: 1
|
|
||||||
compressionQuality: 50
|
|
||||||
crunchedCompression: 0
|
|
||||||
allowsAlphaSplitting: 0
|
|
||||||
overridden: 0
|
|
||||||
androidETC2FallbackOverride: 0
|
|
||||||
forceMaximumCompressionQuality_BC6H_BC7: 0
|
|
||||||
spriteSheet:
|
|
||||||
serializedVersion: 2
|
|
||||||
sprites: []
|
|
||||||
outline: []
|
|
||||||
physicsShape: []
|
|
||||||
bones: []
|
|
||||||
spriteID:
|
|
||||||
internalID: 0
|
|
||||||
vertices: []
|
|
||||||
indices:
|
|
||||||
edges: []
|
|
||||||
weights: []
|
|
||||||
secondaryTextures: []
|
|
||||||
nameFileIdTable: {}
|
|
||||||
spritePackingTag:
|
|
||||||
pSDRemoveMatte: 0
|
|
||||||
pSDShowRemoveMatteOption: 0
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
@@ -1,654 +0,0 @@
|
|||||||
%YAML 1.1
|
|
||||||
%TAG !u! tag:unity3d.com,2011:
|
|
||||||
--- !u!114 &1
|
|
||||||
MonoBehaviour:
|
|
||||||
m_ObjectHideFlags: 52
|
|
||||||
m_PrefabParentObject: {fileID: 0}
|
|
||||||
m_PrefabInternal: {fileID: 0}
|
|
||||||
m_GameObject: {fileID: 0}
|
|
||||||
m_Enabled: 1
|
|
||||||
m_EditorHideFlags: 1
|
|
||||||
m_Script: {fileID: 12004, guid: 0000000000000000e000000000000000, type: 0}
|
|
||||||
m_Name:
|
|
||||||
m_EditorClassIdentifier:
|
|
||||||
m_PixelRect:
|
|
||||||
serializedVersion: 2
|
|
||||||
x: 0
|
|
||||||
y: 45
|
|
||||||
width: 1666
|
|
||||||
height: 958
|
|
||||||
m_ShowMode: 4
|
|
||||||
m_Title:
|
|
||||||
m_RootView: {fileID: 6}
|
|
||||||
m_MinSize: {x: 950, y: 542}
|
|
||||||
m_MaxSize: {x: 10000, y: 10000}
|
|
||||||
--- !u!114 &2
|
|
||||||
MonoBehaviour:
|
|
||||||
m_ObjectHideFlags: 52
|
|
||||||
m_PrefabParentObject: {fileID: 0}
|
|
||||||
m_PrefabInternal: {fileID: 0}
|
|
||||||
m_GameObject: {fileID: 0}
|
|
||||||
m_Enabled: 1
|
|
||||||
m_EditorHideFlags: 1
|
|
||||||
m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0}
|
|
||||||
m_Name:
|
|
||||||
m_EditorClassIdentifier:
|
|
||||||
m_Children: []
|
|
||||||
m_Position:
|
|
||||||
serializedVersion: 2
|
|
||||||
x: 0
|
|
||||||
y: 466
|
|
||||||
width: 290
|
|
||||||
height: 442
|
|
||||||
m_MinSize: {x: 234, y: 271}
|
|
||||||
m_MaxSize: {x: 10004, y: 10021}
|
|
||||||
m_ActualView: {fileID: 14}
|
|
||||||
m_Panes:
|
|
||||||
- {fileID: 14}
|
|
||||||
m_Selected: 0
|
|
||||||
m_LastSelected: 0
|
|
||||||
--- !u!114 &3
|
|
||||||
MonoBehaviour:
|
|
||||||
m_ObjectHideFlags: 52
|
|
||||||
m_PrefabParentObject: {fileID: 0}
|
|
||||||
m_PrefabInternal: {fileID: 0}
|
|
||||||
m_GameObject: {fileID: 0}
|
|
||||||
m_Enabled: 1
|
|
||||||
m_EditorHideFlags: 1
|
|
||||||
m_Script: {fileID: 12010, guid: 0000000000000000e000000000000000, type: 0}
|
|
||||||
m_Name:
|
|
||||||
m_EditorClassIdentifier:
|
|
||||||
m_Children:
|
|
||||||
- {fileID: 4}
|
|
||||||
- {fileID: 2}
|
|
||||||
m_Position:
|
|
||||||
serializedVersion: 2
|
|
||||||
x: 973
|
|
||||||
y: 0
|
|
||||||
width: 290
|
|
||||||
height: 908
|
|
||||||
m_MinSize: {x: 234, y: 492}
|
|
||||||
m_MaxSize: {x: 10004, y: 14042}
|
|
||||||
vertical: 1
|
|
||||||
controlID: 226
|
|
||||||
--- !u!114 &4
|
|
||||||
MonoBehaviour:
|
|
||||||
m_ObjectHideFlags: 52
|
|
||||||
m_PrefabParentObject: {fileID: 0}
|
|
||||||
m_PrefabInternal: {fileID: 0}
|
|
||||||
m_GameObject: {fileID: 0}
|
|
||||||
m_Enabled: 1
|
|
||||||
m_EditorHideFlags: 1
|
|
||||||
m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0}
|
|
||||||
m_Name:
|
|
||||||
m_EditorClassIdentifier:
|
|
||||||
m_Children: []
|
|
||||||
m_Position:
|
|
||||||
serializedVersion: 2
|
|
||||||
x: 0
|
|
||||||
y: 0
|
|
||||||
width: 290
|
|
||||||
height: 466
|
|
||||||
m_MinSize: {x: 204, y: 221}
|
|
||||||
m_MaxSize: {x: 4004, y: 4021}
|
|
||||||
m_ActualView: {fileID: 17}
|
|
||||||
m_Panes:
|
|
||||||
- {fileID: 17}
|
|
||||||
m_Selected: 0
|
|
||||||
m_LastSelected: 0
|
|
||||||
--- !u!114 &5
|
|
||||||
MonoBehaviour:
|
|
||||||
m_ObjectHideFlags: 52
|
|
||||||
m_PrefabParentObject: {fileID: 0}
|
|
||||||
m_PrefabInternal: {fileID: 0}
|
|
||||||
m_GameObject: {fileID: 0}
|
|
||||||
m_Enabled: 1
|
|
||||||
m_EditorHideFlags: 1
|
|
||||||
m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0}
|
|
||||||
m_Name:
|
|
||||||
m_EditorClassIdentifier:
|
|
||||||
m_Children: []
|
|
||||||
m_Position:
|
|
||||||
serializedVersion: 2
|
|
||||||
x: 0
|
|
||||||
y: 466
|
|
||||||
width: 973
|
|
||||||
height: 442
|
|
||||||
m_MinSize: {x: 202, y: 221}
|
|
||||||
m_MaxSize: {x: 4002, y: 4021}
|
|
||||||
m_ActualView: {fileID: 15}
|
|
||||||
m_Panes:
|
|
||||||
- {fileID: 15}
|
|
||||||
m_Selected: 0
|
|
||||||
m_LastSelected: 0
|
|
||||||
--- !u!114 &6
|
|
||||||
MonoBehaviour:
|
|
||||||
m_ObjectHideFlags: 52
|
|
||||||
m_PrefabParentObject: {fileID: 0}
|
|
||||||
m_PrefabInternal: {fileID: 0}
|
|
||||||
m_GameObject: {fileID: 0}
|
|
||||||
m_Enabled: 1
|
|
||||||
m_EditorHideFlags: 1
|
|
||||||
m_Script: {fileID: 12008, guid: 0000000000000000e000000000000000, type: 0}
|
|
||||||
m_Name:
|
|
||||||
m_EditorClassIdentifier:
|
|
||||||
m_Children:
|
|
||||||
- {fileID: 7}
|
|
||||||
- {fileID: 8}
|
|
||||||
- {fileID: 9}
|
|
||||||
m_Position:
|
|
||||||
serializedVersion: 2
|
|
||||||
x: 0
|
|
||||||
y: 0
|
|
||||||
width: 1666
|
|
||||||
height: 958
|
|
||||||
m_MinSize: {x: 950, y: 542}
|
|
||||||
m_MaxSize: {x: 10000, y: 10000}
|
|
||||||
--- !u!114 &7
|
|
||||||
MonoBehaviour:
|
|
||||||
m_ObjectHideFlags: 52
|
|
||||||
m_PrefabParentObject: {fileID: 0}
|
|
||||||
m_PrefabInternal: {fileID: 0}
|
|
||||||
m_GameObject: {fileID: 0}
|
|
||||||
m_Enabled: 1
|
|
||||||
m_EditorHideFlags: 1
|
|
||||||
m_Script: {fileID: 12011, guid: 0000000000000000e000000000000000, type: 0}
|
|
||||||
m_Name:
|
|
||||||
m_EditorClassIdentifier:
|
|
||||||
m_Children: []
|
|
||||||
m_Position:
|
|
||||||
serializedVersion: 2
|
|
||||||
x: 0
|
|
||||||
y: 0
|
|
||||||
width: 1666
|
|
||||||
height: 30
|
|
||||||
m_MinSize: {x: 0, y: 0}
|
|
||||||
m_MaxSize: {x: 0, y: 0}
|
|
||||||
m_LastLoadedLayoutName: Tutorial
|
|
||||||
--- !u!114 &8
|
|
||||||
MonoBehaviour:
|
|
||||||
m_ObjectHideFlags: 52
|
|
||||||
m_PrefabParentObject: {fileID: 0}
|
|
||||||
m_PrefabInternal: {fileID: 0}
|
|
||||||
m_GameObject: {fileID: 0}
|
|
||||||
m_Enabled: 1
|
|
||||||
m_EditorHideFlags: 1
|
|
||||||
m_Script: {fileID: 12010, guid: 0000000000000000e000000000000000, type: 0}
|
|
||||||
m_Name:
|
|
||||||
m_EditorClassIdentifier:
|
|
||||||
m_Children:
|
|
||||||
- {fileID: 10}
|
|
||||||
- {fileID: 3}
|
|
||||||
- {fileID: 11}
|
|
||||||
m_Position:
|
|
||||||
serializedVersion: 2
|
|
||||||
x: 0
|
|
||||||
y: 30
|
|
||||||
width: 1666
|
|
||||||
height: 908
|
|
||||||
m_MinSize: {x: 713, y: 492}
|
|
||||||
m_MaxSize: {x: 18008, y: 14042}
|
|
||||||
vertical: 0
|
|
||||||
controlID: 74
|
|
||||||
--- !u!114 &9
|
|
||||||
MonoBehaviour:
|
|
||||||
m_ObjectHideFlags: 52
|
|
||||||
m_PrefabParentObject: {fileID: 0}
|
|
||||||
m_PrefabInternal: {fileID: 0}
|
|
||||||
m_GameObject: {fileID: 0}
|
|
||||||
m_Enabled: 1
|
|
||||||
m_EditorHideFlags: 1
|
|
||||||
m_Script: {fileID: 12042, guid: 0000000000000000e000000000000000, type: 0}
|
|
||||||
m_Name:
|
|
||||||
m_EditorClassIdentifier:
|
|
||||||
m_Children: []
|
|
||||||
m_Position:
|
|
||||||
serializedVersion: 2
|
|
||||||
x: 0
|
|
||||||
y: 938
|
|
||||||
width: 1666
|
|
||||||
height: 20
|
|
||||||
m_MinSize: {x: 0, y: 0}
|
|
||||||
m_MaxSize: {x: 0, y: 0}
|
|
||||||
--- !u!114 &10
|
|
||||||
MonoBehaviour:
|
|
||||||
m_ObjectHideFlags: 52
|
|
||||||
m_PrefabParentObject: {fileID: 0}
|
|
||||||
m_PrefabInternal: {fileID: 0}
|
|
||||||
m_GameObject: {fileID: 0}
|
|
||||||
m_Enabled: 1
|
|
||||||
m_EditorHideFlags: 1
|
|
||||||
m_Script: {fileID: 12010, guid: 0000000000000000e000000000000000, type: 0}
|
|
||||||
m_Name:
|
|
||||||
m_EditorClassIdentifier:
|
|
||||||
m_Children:
|
|
||||||
- {fileID: 12}
|
|
||||||
- {fileID: 5}
|
|
||||||
m_Position:
|
|
||||||
serializedVersion: 2
|
|
||||||
x: 0
|
|
||||||
y: 0
|
|
||||||
width: 973
|
|
||||||
height: 908
|
|
||||||
m_MinSize: {x: 202, y: 442}
|
|
||||||
m_MaxSize: {x: 4002, y: 8042}
|
|
||||||
vertical: 1
|
|
||||||
controlID: 75
|
|
||||||
--- !u!114 &11
|
|
||||||
MonoBehaviour:
|
|
||||||
m_ObjectHideFlags: 52
|
|
||||||
m_PrefabParentObject: {fileID: 0}
|
|
||||||
m_PrefabInternal: {fileID: 0}
|
|
||||||
m_GameObject: {fileID: 0}
|
|
||||||
m_Enabled: 1
|
|
||||||
m_EditorHideFlags: 1
|
|
||||||
m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0}
|
|
||||||
m_Name:
|
|
||||||
m_EditorClassIdentifier:
|
|
||||||
m_Children: []
|
|
||||||
m_Position:
|
|
||||||
serializedVersion: 2
|
|
||||||
x: 1263
|
|
||||||
y: 0
|
|
||||||
width: 403
|
|
||||||
height: 908
|
|
||||||
m_MinSize: {x: 277, y: 71}
|
|
||||||
m_MaxSize: {x: 4002, y: 4021}
|
|
||||||
m_ActualView: {fileID: 13}
|
|
||||||
m_Panes:
|
|
||||||
- {fileID: 13}
|
|
||||||
m_Selected: 0
|
|
||||||
m_LastSelected: 0
|
|
||||||
--- !u!114 &12
|
|
||||||
MonoBehaviour:
|
|
||||||
m_ObjectHideFlags: 52
|
|
||||||
m_PrefabParentObject: {fileID: 0}
|
|
||||||
m_PrefabInternal: {fileID: 0}
|
|
||||||
m_GameObject: {fileID: 0}
|
|
||||||
m_Enabled: 1
|
|
||||||
m_EditorHideFlags: 1
|
|
||||||
m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0}
|
|
||||||
m_Name:
|
|
||||||
m_EditorClassIdentifier:
|
|
||||||
m_Children: []
|
|
||||||
m_Position:
|
|
||||||
serializedVersion: 2
|
|
||||||
x: 0
|
|
||||||
y: 0
|
|
||||||
width: 973
|
|
||||||
height: 466
|
|
||||||
m_MinSize: {x: 202, y: 221}
|
|
||||||
m_MaxSize: {x: 4002, y: 4021}
|
|
||||||
m_ActualView: {fileID: 16}
|
|
||||||
m_Panes:
|
|
||||||
- {fileID: 16}
|
|
||||||
m_Selected: 0
|
|
||||||
m_LastSelected: 0
|
|
||||||
--- !u!114 &13
|
|
||||||
MonoBehaviour:
|
|
||||||
m_ObjectHideFlags: 52
|
|
||||||
m_PrefabParentObject: {fileID: 0}
|
|
||||||
m_PrefabInternal: {fileID: 0}
|
|
||||||
m_GameObject: {fileID: 0}
|
|
||||||
m_Enabled: 1
|
|
||||||
m_EditorHideFlags: 1
|
|
||||||
m_Script: {fileID: 12019, guid: 0000000000000000e000000000000000, type: 0}
|
|
||||||
m_Name:
|
|
||||||
m_EditorClassIdentifier:
|
|
||||||
m_AutoRepaintOnSceneChange: 0
|
|
||||||
m_MinSize: {x: 275, y: 50}
|
|
||||||
m_MaxSize: {x: 4000, y: 4000}
|
|
||||||
m_TitleContent:
|
|
||||||
m_Text: Inspector
|
|
||||||
m_Image: {fileID: -6905738622615590433, guid: 0000000000000000d000000000000000,
|
|
||||||
type: 0}
|
|
||||||
m_Tooltip:
|
|
||||||
m_DepthBufferBits: 0
|
|
||||||
m_Pos:
|
|
||||||
serializedVersion: 2
|
|
||||||
x: 2
|
|
||||||
y: 19
|
|
||||||
width: 401
|
|
||||||
height: 887
|
|
||||||
m_ScrollPosition: {x: 0, y: 0}
|
|
||||||
m_InspectorMode: 0
|
|
||||||
m_PreviewResizer:
|
|
||||||
m_CachedPref: -160
|
|
||||||
m_ControlHash: -371814159
|
|
||||||
m_PrefName: Preview_InspectorPreview
|
|
||||||
m_PreviewWindow: {fileID: 0}
|
|
||||||
--- !u!114 &14
|
|
||||||
MonoBehaviour:
|
|
||||||
m_ObjectHideFlags: 52
|
|
||||||
m_PrefabParentObject: {fileID: 0}
|
|
||||||
m_PrefabInternal: {fileID: 0}
|
|
||||||
m_GameObject: {fileID: 0}
|
|
||||||
m_Enabled: 1
|
|
||||||
m_EditorHideFlags: 1
|
|
||||||
m_Script: {fileID: 12014, guid: 0000000000000000e000000000000000, type: 0}
|
|
||||||
m_Name:
|
|
||||||
m_EditorClassIdentifier:
|
|
||||||
m_AutoRepaintOnSceneChange: 0
|
|
||||||
m_MinSize: {x: 230, y: 250}
|
|
||||||
m_MaxSize: {x: 10000, y: 10000}
|
|
||||||
m_TitleContent:
|
|
||||||
m_Text: Project
|
|
||||||
m_Image: {fileID: -7501376956915960154, guid: 0000000000000000d000000000000000,
|
|
||||||
type: 0}
|
|
||||||
m_Tooltip:
|
|
||||||
m_DepthBufferBits: 0
|
|
||||||
m_Pos:
|
|
||||||
serializedVersion: 2
|
|
||||||
x: 2
|
|
||||||
y: 19
|
|
||||||
width: 286
|
|
||||||
height: 421
|
|
||||||
m_SearchFilter:
|
|
||||||
m_NameFilter:
|
|
||||||
m_ClassNames: []
|
|
||||||
m_AssetLabels: []
|
|
||||||
m_AssetBundleNames: []
|
|
||||||
m_VersionControlStates: []
|
|
||||||
m_ReferencingInstanceIDs:
|
|
||||||
m_ScenePaths: []
|
|
||||||
m_ShowAllHits: 0
|
|
||||||
m_SearchArea: 0
|
|
||||||
m_Folders:
|
|
||||||
- Assets
|
|
||||||
m_ViewMode: 0
|
|
||||||
m_StartGridSize: 64
|
|
||||||
m_LastFolders:
|
|
||||||
- Assets
|
|
||||||
m_LastFoldersGridSize: -1
|
|
||||||
m_LastProjectPath: /Users/danielbrauer/Unity Projects/New Unity Project 47
|
|
||||||
m_IsLocked: 0
|
|
||||||
m_FolderTreeState:
|
|
||||||
scrollPos: {x: 0, y: 0}
|
|
||||||
m_SelectedIDs: ee240000
|
|
||||||
m_LastClickedID: 9454
|
|
||||||
m_ExpandedIDs: ee24000000ca9a3bffffff7f
|
|
||||||
m_RenameOverlay:
|
|
||||||
m_UserAcceptedRename: 0
|
|
||||||
m_Name:
|
|
||||||
m_OriginalName:
|
|
||||||
m_EditFieldRect:
|
|
||||||
serializedVersion: 2
|
|
||||||
x: 0
|
|
||||||
y: 0
|
|
||||||
width: 0
|
|
||||||
height: 0
|
|
||||||
m_UserData: 0
|
|
||||||
m_IsWaitingForDelay: 0
|
|
||||||
m_IsRenaming: 0
|
|
||||||
m_OriginalEventType: 11
|
|
||||||
m_IsRenamingFilename: 1
|
|
||||||
m_ClientGUIView: {fileID: 0}
|
|
||||||
m_SearchString:
|
|
||||||
m_CreateAssetUtility:
|
|
||||||
m_EndAction: {fileID: 0}
|
|
||||||
m_InstanceID: 0
|
|
||||||
m_Path:
|
|
||||||
m_Icon: {fileID: 0}
|
|
||||||
m_ResourceFile:
|
|
||||||
m_AssetTreeState:
|
|
||||||
scrollPos: {x: 0, y: 0}
|
|
||||||
m_SelectedIDs: 68fbffff
|
|
||||||
m_LastClickedID: 0
|
|
||||||
m_ExpandedIDs: ee240000
|
|
||||||
m_RenameOverlay:
|
|
||||||
m_UserAcceptedRename: 0
|
|
||||||
m_Name:
|
|
||||||
m_OriginalName:
|
|
||||||
m_EditFieldRect:
|
|
||||||
serializedVersion: 2
|
|
||||||
x: 0
|
|
||||||
y: 0
|
|
||||||
width: 0
|
|
||||||
height: 0
|
|
||||||
m_UserData: 0
|
|
||||||
m_IsWaitingForDelay: 0
|
|
||||||
m_IsRenaming: 0
|
|
||||||
m_OriginalEventType: 11
|
|
||||||
m_IsRenamingFilename: 1
|
|
||||||
m_ClientGUIView: {fileID: 0}
|
|
||||||
m_SearchString:
|
|
||||||
m_CreateAssetUtility:
|
|
||||||
m_EndAction: {fileID: 0}
|
|
||||||
m_InstanceID: 0
|
|
||||||
m_Path:
|
|
||||||
m_Icon: {fileID: 0}
|
|
||||||
m_ResourceFile:
|
|
||||||
m_ListAreaState:
|
|
||||||
m_SelectedInstanceIDs: 68fbffff
|
|
||||||
m_LastClickedInstanceID: -1176
|
|
||||||
m_HadKeyboardFocusLastEvent: 0
|
|
||||||
m_ExpandedInstanceIDs: c6230000
|
|
||||||
m_RenameOverlay:
|
|
||||||
m_UserAcceptedRename: 0
|
|
||||||
m_Name:
|
|
||||||
m_OriginalName:
|
|
||||||
m_EditFieldRect:
|
|
||||||
serializedVersion: 2
|
|
||||||
x: 0
|
|
||||||
y: 0
|
|
||||||
width: 0
|
|
||||||
height: 0
|
|
||||||
m_UserData: 0
|
|
||||||
m_IsWaitingForDelay: 0
|
|
||||||
m_IsRenaming: 0
|
|
||||||
m_OriginalEventType: 11
|
|
||||||
m_IsRenamingFilename: 1
|
|
||||||
m_ClientGUIView: {fileID: 0}
|
|
||||||
m_CreateAssetUtility:
|
|
||||||
m_EndAction: {fileID: 0}
|
|
||||||
m_InstanceID: 0
|
|
||||||
m_Path:
|
|
||||||
m_Icon: {fileID: 0}
|
|
||||||
m_ResourceFile:
|
|
||||||
m_NewAssetIndexInList: -1
|
|
||||||
m_ScrollPosition: {x: 0, y: 0}
|
|
||||||
m_GridSize: 64
|
|
||||||
m_DirectoriesAreaWidth: 110
|
|
||||||
--- !u!114 &15
|
|
||||||
MonoBehaviour:
|
|
||||||
m_ObjectHideFlags: 52
|
|
||||||
m_PrefabParentObject: {fileID: 0}
|
|
||||||
m_PrefabInternal: {fileID: 0}
|
|
||||||
m_GameObject: {fileID: 0}
|
|
||||||
m_Enabled: 1
|
|
||||||
m_EditorHideFlags: 1
|
|
||||||
m_Script: {fileID: 12015, guid: 0000000000000000e000000000000000, type: 0}
|
|
||||||
m_Name:
|
|
||||||
m_EditorClassIdentifier:
|
|
||||||
m_AutoRepaintOnSceneChange: 1
|
|
||||||
m_MinSize: {x: 200, y: 200}
|
|
||||||
m_MaxSize: {x: 4000, y: 4000}
|
|
||||||
m_TitleContent:
|
|
||||||
m_Text: Game
|
|
||||||
m_Image: {fileID: -2087823869225018852, guid: 0000000000000000d000000000000000,
|
|
||||||
type: 0}
|
|
||||||
m_Tooltip:
|
|
||||||
m_DepthBufferBits: 32
|
|
||||||
m_Pos:
|
|
||||||
serializedVersion: 2
|
|
||||||
x: 0
|
|
||||||
y: 19
|
|
||||||
width: 971
|
|
||||||
height: 421
|
|
||||||
m_MaximizeOnPlay: 0
|
|
||||||
m_Gizmos: 0
|
|
||||||
m_Stats: 0
|
|
||||||
m_SelectedSizes: 00000000000000000000000000000000000000000000000000000000000000000000000000000000
|
|
||||||
m_TargetDisplay: 0
|
|
||||||
m_ZoomArea:
|
|
||||||
m_HRangeLocked: 0
|
|
||||||
m_VRangeLocked: 0
|
|
||||||
m_HBaseRangeMin: -242.75
|
|
||||||
m_HBaseRangeMax: 242.75
|
|
||||||
m_VBaseRangeMin: -101
|
|
||||||
m_VBaseRangeMax: 101
|
|
||||||
m_HAllowExceedBaseRangeMin: 1
|
|
||||||
m_HAllowExceedBaseRangeMax: 1
|
|
||||||
m_VAllowExceedBaseRangeMin: 1
|
|
||||||
m_VAllowExceedBaseRangeMax: 1
|
|
||||||
m_ScaleWithWindow: 0
|
|
||||||
m_HSlider: 0
|
|
||||||
m_VSlider: 0
|
|
||||||
m_IgnoreScrollWheelUntilClicked: 0
|
|
||||||
m_EnableMouseInput: 1
|
|
||||||
m_EnableSliderZoom: 0
|
|
||||||
m_UniformScale: 1
|
|
||||||
m_UpDirection: 1
|
|
||||||
m_DrawArea:
|
|
||||||
serializedVersion: 2
|
|
||||||
x: 0
|
|
||||||
y: 17
|
|
||||||
width: 971
|
|
||||||
height: 404
|
|
||||||
m_Scale: {x: 2, y: 2}
|
|
||||||
m_Translation: {x: 485.5, y: 202}
|
|
||||||
m_MarginLeft: 0
|
|
||||||
m_MarginRight: 0
|
|
||||||
m_MarginTop: 0
|
|
||||||
m_MarginBottom: 0
|
|
||||||
m_LastShownAreaInsideMargins:
|
|
||||||
serializedVersion: 2
|
|
||||||
x: -242.75
|
|
||||||
y: -101
|
|
||||||
width: 485.5
|
|
||||||
height: 202
|
|
||||||
m_MinimalGUI: 1
|
|
||||||
m_defaultScale: 2
|
|
||||||
m_TargetTexture: {fileID: 0}
|
|
||||||
m_CurrentColorSpace: 0
|
|
||||||
m_LastWindowPixelSize: {x: 1942, y: 842}
|
|
||||||
m_ClearInEditMode: 1
|
|
||||||
m_NoCameraWarning: 1
|
|
||||||
m_LowResolutionForAspectRatios: 01000000000100000100
|
|
||||||
--- !u!114 &16
|
|
||||||
MonoBehaviour:
|
|
||||||
m_ObjectHideFlags: 52
|
|
||||||
m_PrefabParentObject: {fileID: 0}
|
|
||||||
m_PrefabInternal: {fileID: 0}
|
|
||||||
m_GameObject: {fileID: 0}
|
|
||||||
m_Enabled: 1
|
|
||||||
m_EditorHideFlags: 1
|
|
||||||
m_Script: {fileID: 12013, guid: 0000000000000000e000000000000000, type: 0}
|
|
||||||
m_Name:
|
|
||||||
m_EditorClassIdentifier:
|
|
||||||
m_AutoRepaintOnSceneChange: 1
|
|
||||||
m_MinSize: {x: 200, y: 200}
|
|
||||||
m_MaxSize: {x: 4000, y: 4000}
|
|
||||||
m_TitleContent:
|
|
||||||
m_Text: Scene
|
|
||||||
m_Image: {fileID: 2318424515335265636, guid: 0000000000000000d000000000000000,
|
|
||||||
type: 0}
|
|
||||||
m_Tooltip:
|
|
||||||
m_DepthBufferBits: 32
|
|
||||||
m_Pos:
|
|
||||||
serializedVersion: 2
|
|
||||||
x: 0
|
|
||||||
y: 19
|
|
||||||
width: 971
|
|
||||||
height: 445
|
|
||||||
m_SceneLighting: 1
|
|
||||||
lastFramingTime: 0
|
|
||||||
m_2DMode: 0
|
|
||||||
m_isRotationLocked: 0
|
|
||||||
m_AudioPlay: 0
|
|
||||||
m_Position:
|
|
||||||
m_Target: {x: 0, y: 0, z: 0}
|
|
||||||
speed: 2
|
|
||||||
m_Value: {x: 0, y: 0, z: 0}
|
|
||||||
m_RenderMode: 0
|
|
||||||
m_ValidateTrueMetals: 0
|
|
||||||
m_SceneViewState:
|
|
||||||
showFog: 1
|
|
||||||
showMaterialUpdate: 0
|
|
||||||
showSkybox: 1
|
|
||||||
showFlares: 1
|
|
||||||
showImageEffects: 1
|
|
||||||
grid:
|
|
||||||
xGrid:
|
|
||||||
m_Target: 0
|
|
||||||
speed: 2
|
|
||||||
m_Value: 0
|
|
||||||
yGrid:
|
|
||||||
m_Target: 1
|
|
||||||
speed: 2
|
|
||||||
m_Value: 1
|
|
||||||
zGrid:
|
|
||||||
m_Target: 0
|
|
||||||
speed: 2
|
|
||||||
m_Value: 0
|
|
||||||
m_Rotation:
|
|
||||||
m_Target: {x: -0.08717229, y: 0.89959055, z: -0.21045254, w: -0.3726226}
|
|
||||||
speed: 2
|
|
||||||
m_Value: {x: -0.08717229, y: 0.89959055, z: -0.21045254, w: -0.3726226}
|
|
||||||
m_Size:
|
|
||||||
m_Target: 10
|
|
||||||
speed: 2
|
|
||||||
m_Value: 10
|
|
||||||
m_Ortho:
|
|
||||||
m_Target: 0
|
|
||||||
speed: 2
|
|
||||||
m_Value: 0
|
|
||||||
m_LastSceneViewRotation: {x: 0, y: 0, z: 0, w: 0}
|
|
||||||
m_LastSceneViewOrtho: 0
|
|
||||||
m_ReplacementShader: {fileID: 0}
|
|
||||||
m_ReplacementString:
|
|
||||||
m_LastLockedObject: {fileID: 0}
|
|
||||||
m_ViewIsLockedToObject: 0
|
|
||||||
--- !u!114 &17
|
|
||||||
MonoBehaviour:
|
|
||||||
m_ObjectHideFlags: 52
|
|
||||||
m_PrefabParentObject: {fileID: 0}
|
|
||||||
m_PrefabInternal: {fileID: 0}
|
|
||||||
m_GameObject: {fileID: 0}
|
|
||||||
m_Enabled: 1
|
|
||||||
m_EditorHideFlags: 1
|
|
||||||
m_Script: {fileID: 12061, guid: 0000000000000000e000000000000000, type: 0}
|
|
||||||
m_Name:
|
|
||||||
m_EditorClassIdentifier:
|
|
||||||
m_AutoRepaintOnSceneChange: 0
|
|
||||||
m_MinSize: {x: 200, y: 200}
|
|
||||||
m_MaxSize: {x: 4000, y: 4000}
|
|
||||||
m_TitleContent:
|
|
||||||
m_Text: Hierarchy
|
|
||||||
m_Image: {fileID: -590624980919486359, guid: 0000000000000000d000000000000000,
|
|
||||||
type: 0}
|
|
||||||
m_Tooltip:
|
|
||||||
m_DepthBufferBits: 0
|
|
||||||
m_Pos:
|
|
||||||
serializedVersion: 2
|
|
||||||
x: 2
|
|
||||||
y: 19
|
|
||||||
width: 286
|
|
||||||
height: 445
|
|
||||||
m_TreeViewState:
|
|
||||||
scrollPos: {x: 0, y: 0}
|
|
||||||
m_SelectedIDs: 68fbffff
|
|
||||||
m_LastClickedID: -1176
|
|
||||||
m_ExpandedIDs: 7efbffff00000000
|
|
||||||
m_RenameOverlay:
|
|
||||||
m_UserAcceptedRename: 0
|
|
||||||
m_Name:
|
|
||||||
m_OriginalName:
|
|
||||||
m_EditFieldRect:
|
|
||||||
serializedVersion: 2
|
|
||||||
x: 0
|
|
||||||
y: 0
|
|
||||||
width: 0
|
|
||||||
height: 0
|
|
||||||
m_UserData: 0
|
|
||||||
m_IsWaitingForDelay: 0
|
|
||||||
m_IsRenaming: 0
|
|
||||||
m_OriginalEventType: 11
|
|
||||||
m_IsRenamingFilename: 0
|
|
||||||
m_ClientGUIView: {fileID: 0}
|
|
||||||
m_SearchString:
|
|
||||||
m_ExpandedScenes:
|
|
||||||
-
|
|
||||||
m_CurrenRootInstanceID: 0
|
|
||||||
m_Locked: 0
|
|
||||||
m_CurrentSortingName: TransformSorting
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: eabc9546105bf4accac1fd62a63e88e6
|
|
||||||
timeCreated: 1487337779
|
|
||||||
licenseType: Store
|
|
||||||
DefaultImporter:
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: 5a9bcd70e6a4b4b05badaa72e827d8e0
|
|
||||||
folderAsset: yes
|
|
||||||
timeCreated: 1475835190
|
|
||||||
licenseType: Store
|
|
||||||
DefaultImporter:
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: 3ad9b87dffba344c89909c6d1b1c17e1
|
|
||||||
folderAsset: yes
|
|
||||||
timeCreated: 1475593892
|
|
||||||
licenseType: Store
|
|
||||||
DefaultImporter:
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
@@ -1,242 +0,0 @@
|
|||||||
using System.Collections;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using UnityEngine;
|
|
||||||
using UnityEditor;
|
|
||||||
using System;
|
|
||||||
using System.IO;
|
|
||||||
using System.Reflection;
|
|
||||||
|
|
||||||
[CustomEditor(typeof(Readme))]
|
|
||||||
[InitializeOnLoad]
|
|
||||||
public class ReadmeEditor : Editor
|
|
||||||
{
|
|
||||||
static string s_ShowedReadmeSessionStateName = "ReadmeEditor.showedReadme";
|
|
||||||
|
|
||||||
static string s_ReadmeSourceDirectory = "Assets/TutorialInfo";
|
|
||||||
|
|
||||||
const float k_Space = 16f;
|
|
||||||
|
|
||||||
static ReadmeEditor()
|
|
||||||
{
|
|
||||||
EditorApplication.delayCall += SelectReadmeAutomatically;
|
|
||||||
}
|
|
||||||
|
|
||||||
static void RemoveTutorial()
|
|
||||||
{
|
|
||||||
if (EditorUtility.DisplayDialog("Remove Readme Assets",
|
|
||||||
|
|
||||||
$"All contents under {s_ReadmeSourceDirectory} will be removed, are you sure you want to proceed?",
|
|
||||||
"Proceed",
|
|
||||||
"Cancel"))
|
|
||||||
{
|
|
||||||
if (Directory.Exists(s_ReadmeSourceDirectory))
|
|
||||||
{
|
|
||||||
FileUtil.DeleteFileOrDirectory(s_ReadmeSourceDirectory);
|
|
||||||
FileUtil.DeleteFileOrDirectory(s_ReadmeSourceDirectory + ".meta");
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
Debug.Log($"Could not find the Readme folder at {s_ReadmeSourceDirectory}");
|
|
||||||
}
|
|
||||||
|
|
||||||
var readmeAsset = SelectReadme();
|
|
||||||
if (readmeAsset != null)
|
|
||||||
{
|
|
||||||
var path = AssetDatabase.GetAssetPath(readmeAsset);
|
|
||||||
FileUtil.DeleteFileOrDirectory(path + ".meta");
|
|
||||||
FileUtil.DeleteFileOrDirectory(path);
|
|
||||||
}
|
|
||||||
|
|
||||||
AssetDatabase.Refresh();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
static void SelectReadmeAutomatically()
|
|
||||||
{
|
|
||||||
if (!SessionState.GetBool(s_ShowedReadmeSessionStateName, false))
|
|
||||||
{
|
|
||||||
var readme = SelectReadme();
|
|
||||||
SessionState.SetBool(s_ShowedReadmeSessionStateName, true);
|
|
||||||
|
|
||||||
if (readme && !readme.loadedLayout)
|
|
||||||
{
|
|
||||||
LoadLayout();
|
|
||||||
readme.loadedLayout = true;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
static void LoadLayout()
|
|
||||||
{
|
|
||||||
var assembly = typeof(EditorApplication).Assembly;
|
|
||||||
var windowLayoutType = assembly.GetType("UnityEditor.WindowLayout", true);
|
|
||||||
var method = windowLayoutType.GetMethod("LoadWindowLayout", BindingFlags.Public | BindingFlags.Static);
|
|
||||||
method.Invoke(null, new object[] { Path.Combine(Application.dataPath, "TutorialInfo/Layout.wlt"), false });
|
|
||||||
}
|
|
||||||
|
|
||||||
static Readme SelectReadme()
|
|
||||||
{
|
|
||||||
var ids = AssetDatabase.FindAssets("Readme t:Readme");
|
|
||||||
if (ids.Length == 1)
|
|
||||||
{
|
|
||||||
var readmeObject = AssetDatabase.LoadMainAssetAtPath(AssetDatabase.GUIDToAssetPath(ids[0]));
|
|
||||||
|
|
||||||
Selection.objects = new UnityEngine.Object[] { readmeObject };
|
|
||||||
|
|
||||||
return (Readme)readmeObject;
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
Debug.Log("Couldn't find a readme");
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
protected override void OnHeaderGUI()
|
|
||||||
{
|
|
||||||
var readme = (Readme)target;
|
|
||||||
Init();
|
|
||||||
|
|
||||||
var iconWidth = Mathf.Min(EditorGUIUtility.currentViewWidth / 3f - 20f, 128f);
|
|
||||||
|
|
||||||
GUILayout.BeginHorizontal("In BigTitle");
|
|
||||||
{
|
|
||||||
if (readme.icon != null)
|
|
||||||
{
|
|
||||||
GUILayout.Space(k_Space);
|
|
||||||
GUILayout.Label(readme.icon, GUILayout.Width(iconWidth), GUILayout.Height(iconWidth));
|
|
||||||
}
|
|
||||||
GUILayout.Space(k_Space);
|
|
||||||
GUILayout.BeginVertical();
|
|
||||||
{
|
|
||||||
|
|
||||||
GUILayout.FlexibleSpace();
|
|
||||||
GUILayout.Label(readme.title, TitleStyle);
|
|
||||||
GUILayout.FlexibleSpace();
|
|
||||||
}
|
|
||||||
GUILayout.EndVertical();
|
|
||||||
GUILayout.FlexibleSpace();
|
|
||||||
}
|
|
||||||
GUILayout.EndHorizontal();
|
|
||||||
}
|
|
||||||
|
|
||||||
public override void OnInspectorGUI()
|
|
||||||
{
|
|
||||||
var readme = (Readme)target;
|
|
||||||
Init();
|
|
||||||
|
|
||||||
foreach (var section in readme.sections)
|
|
||||||
{
|
|
||||||
if (!string.IsNullOrEmpty(section.heading))
|
|
||||||
{
|
|
||||||
GUILayout.Label(section.heading, HeadingStyle);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!string.IsNullOrEmpty(section.text))
|
|
||||||
{
|
|
||||||
GUILayout.Label(section.text, BodyStyle);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!string.IsNullOrEmpty(section.linkText))
|
|
||||||
{
|
|
||||||
if (LinkLabel(new GUIContent(section.linkText)))
|
|
||||||
{
|
|
||||||
Application.OpenURL(section.url);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
GUILayout.Space(k_Space);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (GUILayout.Button("Remove Readme Assets", ButtonStyle))
|
|
||||||
{
|
|
||||||
RemoveTutorial();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
bool m_Initialized;
|
|
||||||
|
|
||||||
GUIStyle LinkStyle
|
|
||||||
{
|
|
||||||
get { return m_LinkStyle; }
|
|
||||||
}
|
|
||||||
|
|
||||||
[SerializeField]
|
|
||||||
GUIStyle m_LinkStyle;
|
|
||||||
|
|
||||||
GUIStyle TitleStyle
|
|
||||||
{
|
|
||||||
get { return m_TitleStyle; }
|
|
||||||
}
|
|
||||||
|
|
||||||
[SerializeField]
|
|
||||||
GUIStyle m_TitleStyle;
|
|
||||||
|
|
||||||
GUIStyle HeadingStyle
|
|
||||||
{
|
|
||||||
get { return m_HeadingStyle; }
|
|
||||||
}
|
|
||||||
|
|
||||||
[SerializeField]
|
|
||||||
GUIStyle m_HeadingStyle;
|
|
||||||
|
|
||||||
GUIStyle BodyStyle
|
|
||||||
{
|
|
||||||
get { return m_BodyStyle; }
|
|
||||||
}
|
|
||||||
|
|
||||||
[SerializeField]
|
|
||||||
GUIStyle m_BodyStyle;
|
|
||||||
|
|
||||||
GUIStyle ButtonStyle
|
|
||||||
{
|
|
||||||
get { return m_ButtonStyle; }
|
|
||||||
}
|
|
||||||
|
|
||||||
[SerializeField]
|
|
||||||
GUIStyle m_ButtonStyle;
|
|
||||||
|
|
||||||
void Init()
|
|
||||||
{
|
|
||||||
if (m_Initialized)
|
|
||||||
return;
|
|
||||||
m_BodyStyle = new GUIStyle(EditorStyles.label);
|
|
||||||
m_BodyStyle.wordWrap = true;
|
|
||||||
m_BodyStyle.fontSize = 14;
|
|
||||||
m_BodyStyle.richText = true;
|
|
||||||
|
|
||||||
m_TitleStyle = new GUIStyle(m_BodyStyle);
|
|
||||||
m_TitleStyle.fontSize = 26;
|
|
||||||
|
|
||||||
m_HeadingStyle = new GUIStyle(m_BodyStyle);
|
|
||||||
m_HeadingStyle.fontStyle = FontStyle.Bold;
|
|
||||||
m_HeadingStyle.fontSize = 18;
|
|
||||||
|
|
||||||
m_LinkStyle = new GUIStyle(m_BodyStyle);
|
|
||||||
m_LinkStyle.wordWrap = false;
|
|
||||||
|
|
||||||
// Match selection color which works nicely for both light and dark skins
|
|
||||||
m_LinkStyle.normal.textColor = new Color(0x00 / 255f, 0x78 / 255f, 0xDA / 255f, 1f);
|
|
||||||
m_LinkStyle.stretchWidth = false;
|
|
||||||
|
|
||||||
m_ButtonStyle = new GUIStyle(EditorStyles.miniButton);
|
|
||||||
m_ButtonStyle.fontStyle = FontStyle.Bold;
|
|
||||||
|
|
||||||
m_Initialized = true;
|
|
||||||
}
|
|
||||||
|
|
||||||
bool LinkLabel(GUIContent label, params GUILayoutOption[] options)
|
|
||||||
{
|
|
||||||
var position = GUILayoutUtility.GetRect(label, LinkStyle, options);
|
|
||||||
|
|
||||||
Handles.BeginGUI();
|
|
||||||
Handles.color = LinkStyle.normal.textColor;
|
|
||||||
Handles.DrawLine(new Vector3(position.xMin, position.yMax), new Vector3(position.xMax, position.yMax));
|
|
||||||
Handles.color = Color.white;
|
|
||||||
Handles.EndGUI();
|
|
||||||
|
|
||||||
EditorGUIUtility.AddCursorRect(position, MouseCursor.Link);
|
|
||||||
|
|
||||||
return GUI.Button(position, label, LinkStyle);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,12 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: 476cc7d7cd9874016adc216baab94a0a
|
|
||||||
timeCreated: 1484146680
|
|
||||||
licenseType: Store
|
|
||||||
MonoImporter:
|
|
||||||
serializedVersion: 2
|
|
||||||
defaultReferences: []
|
|
||||||
executionOrder: 0
|
|
||||||
icon: {instanceID: 0}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
@@ -1,16 +0,0 @@
|
|||||||
using System;
|
|
||||||
using UnityEngine;
|
|
||||||
|
|
||||||
public class Readme : ScriptableObject
|
|
||||||
{
|
|
||||||
public Texture2D icon;
|
|
||||||
public string title;
|
|
||||||
public Section[] sections;
|
|
||||||
public bool loadedLayout;
|
|
||||||
|
|
||||||
[Serializable]
|
|
||||||
public class Section
|
|
||||||
{
|
|
||||||
public string heading, text, linkText, url;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,12 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: fcf7219bab7fe46a1ad266029b2fee19
|
|
||||||
MonoImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
serializedVersion: 2
|
|
||||||
defaultReferences:
|
|
||||||
- icon: {instanceID: 0}
|
|
||||||
executionOrder: 0
|
|
||||||
icon: {fileID: 2800000, guid: a186f8a87ca4f4d3aa864638ad5dfb65, type: 3}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -10,7 +10,7 @@
|
|||||||
"url": "https://packages.unity.cn"
|
"url": "https://packages.unity.cn"
|
||||||
},
|
},
|
||||||
"com.unity.burst": {
|
"com.unity.burst": {
|
||||||
"version": "1.8.21",
|
"version": "1.8.19",
|
||||||
"depth": 1,
|
"depth": 1,
|
||||||
"source": "registry",
|
"source": "registry",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
m_EditorVersion: 2022.3.62f3c1
|
m_EditorVersion: 2022.3.61f1c1
|
||||||
m_EditorVersionWithRevision: 2022.3.62f3c1 (1623fc0bbb97)
|
m_EditorVersionWithRevision: 2022.3.61f1c1 (327989805ccf)
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user