Skip to content

FlaxCommunityProjects/FlaxUnitTesting

Repository files navigation

Unit Testing Plugin for the FlaxEngine

A simple unit testing plugin for the FlaxEngine.

Installation

To install it, simply download the latest release and unpack it into your Content folder.

Example

ExampleClass.cs contains a simple example of how to write unit tests with this plugin.