1.修复一些错误2.准备专门提供基于距离的spline3.tracydll存在崩溃问题
This commit is contained in:
@@ -8,7 +8,9 @@ namespace Demo.Game
|
||||
{
|
||||
public static Anchor Make()
|
||||
{
|
||||
return new GameObject().AddComponent<Anchor>();
|
||||
var anchor = new GameObject().AddComponent<Anchor>();
|
||||
anchor.SetUpdatePerFrame(0);
|
||||
return anchor;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user