UnityLibrary
UnityLibrary copied to clipboard
Add Unit Testing
Hi.
We need to test our scripts in Play Mode and Edit Mode using Unity Test Runner to make our scripts stable for public usage.
We have Editor/Tests folder for adding test scripts, so make a new test script for each script to tests it's functionally.
Also, we should test them ourselves by interaction tests.
Thanks.