Game Development Reference
In-Depth Information
Figure 10-16. Compiler error message display in the Scene view
Under the Console tab in the Project panel, additional information regarding the error will also appear
(Figure 10-17 ):
Figure 10-17. Compiler error information displayed in the Console
This error breaks down as follows:
1. Assets/Scripts/
In the Assets/Scripts folder,
2. RegularLandMinePositions.js
the RegularLandMinePositions.js script
3. (23,27)
has an error on line 23 column 27
4. UCE0001
with an abbreviated error code identification UCE0001 for User Created Error 0001 missing
semicolon,
5. ';' expected.
with an error description
Search WWH ::




Custom Search