cs-util-com / cscore

cscore is a minimal-footprint library providing commonly used helpers & patterns for your C# projects. It can be used in both pure C# and Unity projects.
https://cs-util-com.github.io/cscore/
Apache License 2.0
195 stars 32 forks source link

Refactoring/unity tests and demo scenes #34

Closed cs-util closed 4 years ago

cs-util commented 4 years ago

Improved the folder structure and testing logic around the UI example scenes, to use them both as code examples but also provide a framework so that they can become actual unit tests


This change is Reviewable