完成接入效果

This commit is contained in:
Bob.Song
2026-04-26 15:33:22 +08:00
parent e6415f864c
commit ce4800d542
6 changed files with 1060 additions and 1061 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,2 +1,3 @@
fileFormatVersion: 2
guid: 356b3a6fd883b8b4486025abfa664de9
guid: c7095cf554c345839173044e4786b0ba
timeCreated: 1776948821

File diff suppressed because it is too large Load Diff

View File

@@ -1,3 +0,0 @@
fileFormatVersion: 2
guid: c7095cf554c345839173044e4786b0ba
timeCreated: 1776948821

View File

@@ -241,7 +241,7 @@ namespace NBF
var solver = Instantiate(lineSolverPrefab, GearRoot);
solver.transform.position = Asset.lineConnector.position;
solver.transform.rotation = Asset.lineConnector.rotation;
var indexNames = new[] { "fishing line float set", "fishing line spinning" };
var indexNames = new[] { "LineHand", "LineLure" };
var path =
$"Assets/ResRaw/Prefabs/Line/{indexNames[currentLineTypeIndex]}.prefab";
var prefab = Assets.Load<GameObject>(path);