Take gxc_input_playback, gxc_record_input_playback and gxc_save_input_playback from behind feature flag #8409
Closed
3 tasks done
Labels
documentation
Improvements or additions to documentation are required by this issue
feature request
New feature (or a request for one)
Milestone
Is your feature request related to a problem?
Right now we are using the input record, save and playback to automate some playtests to gather performance stats and evaluate performance changes across new builds. The function describe in this ticket were kept behind a feature flag and are important for this task, making them widely available can prove to be useful in some cases.
Keeping in mind that these are debug functions and their purpose is not to be used in production games.
Describe the solution you'd like
The solution here will pass throw the series of tasks:
gxc_
from this set of functions (asset compiler)Even though they were named
gxc_
they are not actually platgform specific and should work across all platforms.Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: