wtf does this error mean
Assets/app controller.js(17,14): BCE0031: Language feature not implemented: Ambiguous(Void Play(UInt64), Void Play()).
and heres the line its talking about
Message1.Play=true;
and message 1 is an audio source variable
Comment
Answer by Wumbo_Games · Sep 29, 2016 at 01:14 AM
Is this c#? If so, I vaugly recall having to call Play as a method.
Try:
Message1.Play();
And see if that works.
Your answer
Follow this Question
Related Questions
Array index is out of range (C#)? 1 Answer
Unknown WebGL error (please help this is due for a project in 2 days) 0 Answers
NullReferenceException: Object reference not set to an instance of an object ... Why? 1 Answer
Weapon Reload script error 0 Answers
How to fix "no overload for method get component takes 1 arguments" 1 Answer