master #10
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,9 +1,13 @@
|
|||||||
/AxibugEmuOnline.Client/*.vsconfig
|
/AxibugEmuOnline.Client/*.vsconfig
|
||||||
/AxibugEmuOnline.Client/Library/
|
/AxibugEmuOnline.Client/Library/
|
||||||
/AxibugEmuOnline.Client/Temp/
|
/AxibugEmuOnline.Client/Temp/
|
||||||
|
/AxibugEmuOnline.Client/UserSettings/
|
||||||
/AxibugEmuOnline.Client/.vs/
|
/AxibugEmuOnline.Client/.vs/
|
||||||
/AxibugEmuOnline.Client/*.csproj
|
/AxibugEmuOnline.Client/*.csproj
|
||||||
/AxibugEmuOnline.Client/*.sln
|
/AxibugEmuOnline.Client/*.sln
|
||||||
/AxibugEmuOnline.Client/*.sln
|
/AxibugEmuOnline.Client/*.sln
|
||||||
|
/AxibugEmuOnline.Client/obj/
|
||||||
|
/AxibugEmuOnline.Client/log/
|
||||||
/AxibugEmuOnline.Client/ProjectSettings/Packages/
|
/AxibugEmuOnline.Client/ProjectSettings/Packages/
|
||||||
/AxibugEmuOnline.Web/config.cfg
|
/AxibugEmuOnline.Web/config.cfg
|
||||||
|
/AxibugEmuOnline.Client/ProjectSettings/ProjectVersion.txt
|
||||||
|
@ -1,2 +0,0 @@
|
|||||||
m_EditorVersion: 2022.3.30f1c1
|
|
||||||
m_EditorVersionWithRevision: 2022.3.30f1c1 (a6dc00fbe362)
|
|
@ -1,31 +0,0 @@
|
|||||||
%YAML 1.1
|
|
||||||
%TAG !u! tag:unity3d.com,2011:
|
|
||||||
--- !u!162 &1
|
|
||||||
EditorUserSettings:
|
|
||||||
m_ObjectHideFlags: 0
|
|
||||||
serializedVersion: 4
|
|
||||||
m_ConfigSettings:
|
|
||||||
RecentlyUsedSceneGuid-0:
|
|
||||||
value: 06530405540d080d5c575d7545700744124e4d7b787f7e6975284960b2b5603a
|
|
||||||
flags: 0
|
|
||||||
RecentlyUsedSceneGuid-1:
|
|
||||||
value: 5055560752040d595b59547547760644174e1a7f2e7f716078704f63b7e53760
|
|
||||||
flags: 0
|
|
||||||
vcSharedLogLevel:
|
|
||||||
value: 0d5e400f0650
|
|
||||||
flags: 0
|
|
||||||
m_VCAutomaticAdd: 1
|
|
||||||
m_VCDebugCom: 0
|
|
||||||
m_VCDebugCmd: 0
|
|
||||||
m_VCDebugOut: 0
|
|
||||||
m_SemanticMergeMode: 2
|
|
||||||
m_DesiredImportWorkerCount: 4
|
|
||||||
m_StandbyImportWorkerCount: 2
|
|
||||||
m_IdleImportWorkerShutdownDelay: 60000
|
|
||||||
m_VCShowFailedCheckout: 1
|
|
||||||
m_VCOverwriteFailedCheckoutAssets: 1
|
|
||||||
m_VCProjectOverlayIcons: 1
|
|
||||||
m_VCHierarchyOverlayIcons: 1
|
|
||||||
m_VCOtherOverlayIcons: 1
|
|
||||||
m_VCAllowAsyncUpdate: 1
|
|
||||||
m_ArtifactGarbageCollection: 1
|
|
File diff suppressed because it is too large
Load Diff
@ -1,13 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "Assets",
|
|
||||||
"roots": ["Assets"],
|
|
||||||
"includes": [],
|
|
||||||
"excludes": [],
|
|
||||||
"options": {
|
|
||||||
"types": true,
|
|
||||||
"properties": true,
|
|
||||||
"extended": false,
|
|
||||||
"dependencies": false
|
|
||||||
},
|
|
||||||
"baseScore": 999
|
|
||||||
}
|
|
@ -1,76 +0,0 @@
|
|||||||
trackSelection = true
|
|
||||||
refreshSearchWindowsInPlayMode = false
|
|
||||||
pickerAdvancedUI = false
|
|
||||||
fetchPreview = true
|
|
||||||
defaultFlags = 0
|
|
||||||
keepOpen = false
|
|
||||||
queryFolder = "Assets"
|
|
||||||
onBoardingDoNotAskAgain = true
|
|
||||||
showPackageIndexes = false
|
|
||||||
showStatusBar = false
|
|
||||||
scopes = {
|
|
||||||
}
|
|
||||||
providers = {
|
|
||||||
log = {
|
|
||||||
active = false
|
|
||||||
priority = 210
|
|
||||||
defaultAction = null
|
|
||||||
}
|
|
||||||
find = {
|
|
||||||
active = true
|
|
||||||
priority = 25
|
|
||||||
defaultAction = null
|
|
||||||
}
|
|
||||||
profilermarkers = {
|
|
||||||
active = false
|
|
||||||
priority = 100
|
|
||||||
defaultAction = null
|
|
||||||
}
|
|
||||||
scene = {
|
|
||||||
active = true
|
|
||||||
priority = 50
|
|
||||||
defaultAction = null
|
|
||||||
}
|
|
||||||
asset = {
|
|
||||||
active = true
|
|
||||||
priority = 25
|
|
||||||
defaultAction = null
|
|
||||||
}
|
|
||||||
adb = {
|
|
||||||
active = false
|
|
||||||
priority = 2500
|
|
||||||
defaultAction = null
|
|
||||||
}
|
|
||||||
packages = {
|
|
||||||
active = false
|
|
||||||
priority = 90
|
|
||||||
defaultAction = null
|
|
||||||
}
|
|
||||||
store = {
|
|
||||||
active = false
|
|
||||||
priority = 100
|
|
||||||
defaultAction = null
|
|
||||||
}
|
|
||||||
performance = {
|
|
||||||
active = false
|
|
||||||
priority = 100
|
|
||||||
defaultAction = null
|
|
||||||
}
|
|
||||||
}
|
|
||||||
objectSelectors = {
|
|
||||||
}
|
|
||||||
recentSearches = [
|
|
||||||
]
|
|
||||||
searchItemFavorites = [
|
|
||||||
]
|
|
||||||
savedSearchesSortOrder = 0
|
|
||||||
showSavedSearchPanel = false
|
|
||||||
hideTabs = false
|
|
||||||
expandedQueries = [
|
|
||||||
]
|
|
||||||
queryBuilder = true
|
|
||||||
ignoredProperties = "id;name;classname;imagecontentshash"
|
|
||||||
helperWidgetCurrentArea = "all"
|
|
||||||
disabledIndexers = ""
|
|
||||||
minIndexVariations = 2
|
|
||||||
findProviderIndexHelper = true
|
|
Loading…
Reference in New Issue
Block a user