修改灵灯系统报错
This commit is contained in:
@@ -4,7 +4,9 @@ using System.Collections;
|
|||||||
namespace IndianOceanAssets.Engine2_5D
|
namespace IndianOceanAssets.Engine2_5D
|
||||||
{
|
{
|
||||||
// Ensures the GameObject has these essential components
|
// Ensures the GameObject has these essential components
|
||||||
[RequireComponent(typeof(HealthSystem), typeof(SwordAttack), typeof(ProjectileShooter), typeof(SpiritLanternSystem))]
|
[RequireComponent(typeof(HealthSystem), typeof(SwordAttack))]
|
||||||
|
[RequireComponent(typeof(ProjectileShooter))]
|
||||||
|
[RequireComponent(typeof(SpiritLanternSystem))]
|
||||||
public class PlayerController : MonoBehaviour
|
public class PlayerController : MonoBehaviour
|
||||||
{
|
{
|
||||||
[Header("Movement")]
|
[Header("Movement")]
|
||||||
|
|||||||
@@ -55,6 +55,8 @@ public static class SpiritLanternPrefabCreator
|
|||||||
Object.DestroyImmediate(root);
|
Object.DestroyImmediate(root);
|
||||||
|
|
||||||
Debug.Log($"[SpiritLantern] Prefab 已创建: {prefabPath}");
|
Debug.Log($"[SpiritLantern] Prefab 已创建: {prefabPath}");
|
||||||
EditorUtility.PingAsset(AssetDatabase.LoadMainAssetAtPath(prefabPath));
|
var asset = AssetDatabase.LoadMainAssetAtPath(prefabPath);
|
||||||
|
Selection.activeObject = asset;
|
||||||
|
EditorGUIUtility.PingObject(asset);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -38,6 +38,17 @@
|
|||||||
"com.unity.modules.video": "1.0.0",
|
"com.unity.modules.video": "1.0.0",
|
||||||
"com.unity.modules.vr": "1.0.0",
|
"com.unity.modules.vr": "1.0.0",
|
||||||
"com.unity.modules.wind": "1.0.0",
|
"com.unity.modules.wind": "1.0.0",
|
||||||
"com.unity.modules.xr": "1.0.0"
|
"com.unity.modules.xr": "1.0.0",
|
||||||
}
|
"com.ivanmurzak.unity.mcp": "0.82.3"
|
||||||
|
},
|
||||||
|
"scopedRegistries": [
|
||||||
|
{
|
||||||
|
"name": "package.openupm.com",
|
||||||
|
"url": "https://package.openupm.com",
|
||||||
|
"scopes": [
|
||||||
|
"com.ivanmurzak",
|
||||||
|
"extensions.unity"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
@@ -1,5 +1,16 @@
|
|||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"com.ivanmurzak.unity.mcp": {
|
||||||
|
"version": "0.82.3",
|
||||||
|
"depth": 0,
|
||||||
|
"source": "registry",
|
||||||
|
"dependencies": {
|
||||||
|
"com.unity.test-framework": "1.1.33",
|
||||||
|
"com.unity.modules.uielements": "1.0.0",
|
||||||
|
"extensions.unity.playerprefsex": "2.1.5"
|
||||||
|
},
|
||||||
|
"url": "https://package.openupm.com"
|
||||||
|
},
|
||||||
"com.unity.2d.sprite": {
|
"com.unity.2d.sprite": {
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"depth": 0,
|
"depth": 0,
|
||||||
@@ -226,6 +237,13 @@
|
|||||||
},
|
},
|
||||||
"url": "https://packages.tuanjie.cn"
|
"url": "https://packages.tuanjie.cn"
|
||||||
},
|
},
|
||||||
|
"extensions.unity.playerprefsex": {
|
||||||
|
"version": "2.1.5",
|
||||||
|
"depth": 1,
|
||||||
|
"source": "registry",
|
||||||
|
"dependencies": {},
|
||||||
|
"url": "https://package.openupm.com"
|
||||||
|
},
|
||||||
"com.unity.modules.ai": {
|
"com.unity.modules.ai": {
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"depth": 0,
|
"depth": 0,
|
||||||
|
|||||||
@@ -26,11 +26,20 @@ MonoBehaviour:
|
|||||||
m_IsDefault: 1
|
m_IsDefault: 1
|
||||||
m_Capabilities: 7
|
m_Capabilities: 7
|
||||||
m_ConfigSource: 0
|
m_ConfigSource: 0
|
||||||
m_UserSelectedRegistryName:
|
- m_Id: scoped:project:package.openupm.com
|
||||||
|
m_Name: package.openupm.com
|
||||||
|
m_Url: https://package.openupm.com
|
||||||
|
m_Scopes:
|
||||||
|
- com.ivanmurzak
|
||||||
|
- extensions.unity
|
||||||
|
m_IsDefault: 0
|
||||||
|
m_Capabilities: 0
|
||||||
|
m_ConfigSource: 4
|
||||||
|
m_UserSelectedRegistryName: package.openupm.com
|
||||||
m_UserAddingNewScopedRegistry: 0
|
m_UserAddingNewScopedRegistry: 0
|
||||||
m_RegistryInfoDraft:
|
m_RegistryInfoDraft:
|
||||||
m_Modified: 0
|
m_Modified: 0
|
||||||
m_ErrorMessage:
|
m_ErrorMessage:
|
||||||
m_UserModificationsInstanceId: -862
|
m_UserModificationsInstanceId: -858
|
||||||
m_OriginalInstanceId: -864
|
m_OriginalInstanceId: -860
|
||||||
m_LoadAssets: 0
|
m_LoadAssets: 0
|
||||||
|
|||||||
@@ -1 +1,76 @@
|
|||||||
{}
|
trackSelection = true
|
||||||
|
refreshSearchWindowsInPlayMode = false
|
||||||
|
pickerAdvancedUI = false
|
||||||
|
fetchPreview = true
|
||||||
|
defaultFlags = 0
|
||||||
|
keepOpen = true
|
||||||
|
queryFolder = "Assets"
|
||||||
|
onBoardingDoNotAskAgain = true
|
||||||
|
showPackageIndexes = false
|
||||||
|
showStatusBar = false
|
||||||
|
scopes = {
|
||||||
|
}
|
||||||
|
providers = {
|
||||||
|
asset = {
|
||||||
|
active = true
|
||||||
|
priority = 25
|
||||||
|
defaultAction = null
|
||||||
|
}
|
||||||
|
scene = {
|
||||||
|
active = true
|
||||||
|
priority = 50
|
||||||
|
defaultAction = null
|
||||||
|
}
|
||||||
|
adb = {
|
||||||
|
active = false
|
||||||
|
priority = 2500
|
||||||
|
defaultAction = null
|
||||||
|
}
|
||||||
|
find = {
|
||||||
|
active = true
|
||||||
|
priority = 25
|
||||||
|
defaultAction = null
|
||||||
|
}
|
||||||
|
packages = {
|
||||||
|
active = false
|
||||||
|
priority = 90
|
||||||
|
defaultAction = null
|
||||||
|
}
|
||||||
|
store = {
|
||||||
|
active = false
|
||||||
|
priority = 100
|
||||||
|
defaultAction = null
|
||||||
|
}
|
||||||
|
performance = {
|
||||||
|
active = false
|
||||||
|
priority = 100
|
||||||
|
defaultAction = null
|
||||||
|
}
|
||||||
|
profilermarkers = {
|
||||||
|
active = false
|
||||||
|
priority = 100
|
||||||
|
defaultAction = null
|
||||||
|
}
|
||||||
|
log = {
|
||||||
|
active = false
|
||||||
|
priority = 210
|
||||||
|
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
|
||||||
Reference in New Issue
Block a user