-
Couldn't load subscription status.
- Fork 575
Closed
Labels
stat:awaiting triageStatus - Awaiting triage from MLAPI team.Status - Awaiting triage from MLAPI team.type:bugBug ReportBug Report
Description
NameGenerationData.cs-the last name never display
should change
var firstword = FirstWordList[Random.Range(0, FirstWordList.Length - 1)];
var secondword = SecondWordList[Random.Range(0, SecondWordList.Length - 1)];
to
var firstword = FirstWordList[Random.Range(0, FirstWordList.Length)];
var secondword = SecondWordList[Random.Range(0, SecondWordList.Length)];
Metadata
Metadata
Assignees
Labels
stat:awaiting triageStatus - Awaiting triage from MLAPI team.Status - Awaiting triage from MLAPI team.type:bugBug ReportBug Report