Table of Contents

Method OnPreprocessBuild

Namespace
GrindFest.Editor
Assembly
GrindFest.dll

OnPreprocessBuild(BuildReport)

Implement this method to receive a callback before the build is started.

public void OnPreprocessBuild(BuildReport report)

Parameters

report BuildReport

A report containing information about the build, such as its target platform and output path.