An open API service indexing awesome lists of open source software.

https://github.com/cable8mm/unity-unit-test

unity unit test 용 프로젝트
https://github.com/cable8mm/unity-unit-test

Last synced: 13 days ago
JSON representation

unity unit test 용 프로젝트

Awesome Lists containing this project

README

          

# About

본 레포지토리는 Unity 프로젝트의 Unit Test만을 위해 만들어 졌습니다.

## Unit Test

기본적으로 본 레포지토리는 Play Mode용 코드를 `Assets/Tests` 디렉토리에서 테스트합니다.

테스트는 유니티 공식 프레임워크인 `Unity Test Framework`를 사용합니다.

## How-to

```sh
clone https://github.com/cable8mm/unity-unit-test.git
```

unity 오픈 후 Test Runner를 실행한 후 테스트 코드를 실행합니다.