I just finished the Space Shooter tutorial and since there was no GUIText
object I created UI.Text
objects instead and coded accordingly. It works in the unity player but not after building the web application. It took me a while to pinpoint the bug but when i completely dissabled the UI.Text
and rebuild I got it to work.
The web player displays: The content was stopped because a fatal content error has been detected. followed by a crash report.
Is there any fix for this? Or perhaps a temporary workaround to use text?