debug
This commit is contained in:
parent
ed5dbae9bc
commit
e252204e80
@ -28,6 +28,7 @@ void OnDisable()
|
||||
void Redraw(int currentQuestion)
|
||||
{
|
||||
Prompt prompt = promptList.prompts.Find(x => x.id == player2questions[currentQuestion - 1].promptId);
|
||||
Debug.Log(JsonUtility.ToJson(prompt));
|
||||
explainText.SetText(prompt.en);
|
||||
|
||||
CameraManager cameraManager = gameObject.GetComponent<CameraManager>();
|
||||
|
Loading…
Reference in New Issue
Block a user