Search Unity

Copying EntityCommandBuffer

Discussion in 'Entity Component System' started by Julian-Dicken, Aug 13, 2021.

  1. Julian-Dicken

    Julian-Dicken

    Joined:
    Dec 3, 2015
    Posts:
    8
    Heya,
    Is there a way to copy an EntityCommandBuffer ?
    I couldn't find any native way and the other immediate solution i can think of would be to write a custom version that implements such a method but id prefer avoiding the trouble :b