cameraController 기능 개선
This commit is contained in:
@@ -127,10 +127,10 @@ namespace UVC.Factory.Component
|
||||
set
|
||||
{
|
||||
info = value;
|
||||
if (value != null)
|
||||
if (info != null)
|
||||
{
|
||||
// 객체의 이름을 GameObject의 이름으로 설정합니다.
|
||||
gameObject.name = value.Name;
|
||||
gameObject.name = info.Name;
|
||||
FactoryObjectManager.Instance.RegisterFactoryObject(this);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user