Added CreateInstanceOnStart attribute
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
using PashaBibko.Pacore.Shared.Attributes;
|
||||
using UnityEngine;
|
||||
|
||||
public class TestMonoBehaviour : MonoBehaviour
|
||||
[CreateInstanceOnStart] public class TestMonoBehaviour : MonoBehaviour
|
||||
{
|
||||
[InspectorReadOnly, SerializeField] private GameObject go;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user