Can I make BoltEntity as destroyable in scene hierarchy?

Options
when I instantiate object with BoltNetwork.Instantiate that object automatically being DontDestroyOnLoad.

So I cant make object as some transform's child.

Is it possible make object in scene hierarchy as some object's child?

Best Answers

  • stanchion
    stanchion mod
    Answer ✓
    Options
    You can call SetParent on the entity to do that
  • nanali
    nanali
    Answer ✓
    Options
    Really thx!!!

    I was idoit.. It is fixed with transform.parent = this.transform

Answers

  • stanchion
    stanchion mod
    Answer ✓
    Options
    You can call SetParent on the entity to do that
  • nanali
    nanali
    Answer ✓
    Options
    Really thx!!!

    I was idoit.. It is fixed with transform.parent = this.transform