📹Moments
Moments help you break your playtests into parts.
//Make sure you add the namespace
using Gamebuild.Feedback;
void OnEnterLevel()
{
//This will capture a screenshot and mark a timestamp to be used later on.
GamebuildFeedback.CaptureMoment("Level 1");
}You'll be able to find all your moments while reviewing your playtests:

Last updated