Created
November 1, 2017 22:18
-
-
Save unity3dcollege/5236b7f88c8b757616a1c44ab0b38d0a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class NumberDemoAgent : Agent | |
{ | |
[SerializeField] | |
private float currentNumber; | |
[SerializeField] | |
private float targetNumber; | |
[SerializeField] | |
private Text text; | |
[SerializeField] | |
private Transform cube; | |
[SerializeField] | |
private Transform sphere; | |
int solved; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment