fix: ChanraoTuibu补ping边框重亮+Shose OnEnable替换Start+描边加粗

This commit is contained in:
yangbear
2026-07-06 04:43:49 +08:00
parent 3c76ce47df
commit 96f6d22658
2 changed files with 9 additions and 15 deletions
@@ -8,7 +8,7 @@ public class ShoseClickHandler : MonoBehaviour
private Bounds _meshBounds;
private bool _clicked;
void Start()
void OnEnable()
{
// 用模型的精确 Bounds 设 BoxCollider
var mf = GetComponent<MeshFilter>();