已经可以重新恢复运行, 成功提升到RScript版本

This commit is contained in:
2025-11-26 17:59:18 +08:00
parent a0347dcfe6
commit 19175b72b3
6 changed files with 83 additions and 14 deletions

View File

@@ -55,7 +55,7 @@ namespace Demo.Game
{ $"{nameof(SplinePointerObject)}",SplinePointerObject.Make},
{ $"{nameof(SplineTrackRenderer)}",SplineTrackRenderer.Make},
{ $"{nameof(SplineTubeRenderer)}",SplineTubeRenderer.Make},
{ $"{nameof(SplineSurfaceRenderer)}",SplineTubeRenderer.Make},
{ $"{nameof(SplineSurfaceRenderer)}",SplineSurfaceRenderer.Make},
};
public static Dictionary<string, Func<ScriptableObject>> JudgementInstantiate = new()