Table of Contents

Class VSCodeBuildPostprocessor

Namespace
GrindFest.Editor
Assembly
GrindFest.dll

Removes the VS Code archive for the wrong platform from build output. Both VSCode-win32-x64.zip and VSCode-linux-x64.tar.gz live in StreamingAssets so the editor updater can download both, but only the matching one should ship.

public class VSCodeBuildPostprocessor : IPostprocessBuildWithReport, IOrderedCallback
Inheritance
object
VSCodeBuildPostprocessor
Implements

Properties

callbackOrder

Returns a numeric value that determines the order in which the build callback is invoked.

Methods

OnPostprocessBuild(BuildReport)

Implement this function to receive a callback after the build is complete.