rifaterdemsahin / aif

Adaptive Intelligence Framework
5 stars 7 forks source link

nunit could not be found error #372

Closed rifaterdemsahin closed 6 years ago

rifaterdemsahin commented 6 years ago

after clean install we are having the issue image

rifaterdemsahin commented 6 years ago

@dorukugur these licraries are giving the errors image

rifaterdemsahin commented 6 years ago

what is added to run this? [UnityTest] public IEnumerator Test0LoadingScene() { InitializeSceneController(); //After: Initializes scene controller. yield return new WaitForFixedUpdate();

    yield return null;
}
rifaterdemsahin commented 6 years ago

https://docs.unity3d.com/Manual/testing-editortestsrunner.html

rifaterdemsahin commented 6 years ago

this resolves it image

rifaterdemsahin commented 6 years ago

added to devhelper image