Problem with string path
LoadClipsFromResources(string path = "Assets/Audio/Music"); Does anybody know why I'm getting errors on this? Assets/Scripts/OSCoreScripts/Misc/TestScripts/HajiyevMusicManager.cs(798,50): error CS1525:...
View ArticleRequired API level 26, android sdk
I installed the android sdk and downloaded tools to fix errors but this error seems to be the one I cant seem to fix. it occurs when I attempt to build and its really annoying me now
View ArticleAssertion failed: Assertion failed on expression: 'SUCCEEDED(hr)'
When I open a project in Unity, I get this error in the console right after. **Assertion failed: Assertion failed on expression: 'SUCCEEDED(hr)'** I do not really understand what it means. I uninstall...
View ArticleCopying assembly from directory Temp to Library/ScriptAssemblies failed
So I got this error when moving to a new laptop that also uses a newer version of Unity (previously 2018 1.1f, currently 2018 1.6f1). "Copying assembly from directory Temp to Library/ScriptAssemblies...
View ArticleAfter loading CTS I get these?!
What does this mean? ![alt text][1] [1]: /storage/temp/120256-cts-errors.png
View Article2018.2 text mesh pro. plugin Errors.
After updating from 2018.1.7 to 2018.2. I get these game braking errors from text mesh pro: ![alt text][1] [1]: /storage/temp/120579-errors.jpg two of them are about plugins with the same name. and the...
View ArticleHelp. The Keyword Void Cannot Be Used In This Context
I Keep Geting This Error Here's My Code _________________________________________ using UnityEngine; using UnityEngine.SceneManagement; public class GameManager : MonoBehaviour { bool GameHasEnded =...
View ArticleOpen File Failed - "The handle is invalid".
I re-installed my Unity 2018.1.1f1 and when I opened an old project it threw "Opening File Failed-The handle is invalid" error. (The screenshot is attached). When clicked on Try Again it opened the...
View ArticleError CS1525,error CS1525
Can someone tell me why i´m getting this error? Seems to be something with the "choice" lines. (Error in unity is " error CS1525: Unexpected symbol `end-of-file' ") Thanks in advance! //Choice public...
View ArticleError CS 0023 Help
Im getting this error, Assets/Scripts/Part1Scripts/AIScripts/AITest.cs(32,29): error CS0023: The `.' operator cannot be applied to operand of type `method group' Anyone know how to fix it? { public...
View ArticleI got this error: error CS1525: Unexpected symbol `Public',error CS1525:...
I've got this error while I was making a C# coding:![alt text][1] [1]: /storage/temp/120851-helpmeeeeeeeeeeeeee.png ,I've got this error while I was making a C# coding to my game: ![alt text][1] [1]:...
View ArticleFailed to Install documentation / package.json errors
I recently installed Unity Hub and with it, Unity 2018.1.2f1 the newest version (no beta) after taking some time I get the error "Failed to install documentation" and after running Unity 2018 I get...
View ArticleIssues with script in unity 5.4.5p5 and VS 2017
Hi everyone. I'm learning Unity and scripting because i'm completely new to all of it, and currently I'm watching an instructional video and we are building a flappy bird clone, which seems to be...
View ArticleFailed to Install documentation / package.json errors
I recently installed Unity Hub and with it, Unity 2018.1.2f1 the newest version (no beta) after taking some time I get the error "Failed to install documentation" and after running Unity 2018 I get...
View ArticleUnity as a Plugin JNI error
So I've added unity as an Activity into my android app. I also added an app that overlays onto the UnityPlayerActivity that calls finish() to close out that activity and return back to my main...
View Articleis marked as an override but no suitable method found to override
I'm following Brackeys RPG tutorial and when i was doing this script i got an error: is marked as an override but no suitable method found to override this is my code with error: public override void...
View ArticleHelp with code, "You are trying to create a MonoBehaviour using the 'new'...
"You are trying to create a MonoBehaviour using the 'new' keyword. This is not allowed. MonoBehaviours can only be added using AddComponent(). Alternatively, your script can inherit from...
View ArticleType Player is not marked as Serializable?
Please Help...I have no idea what this means. "SerializationException: Type Player is not marked as Serializable. System.Runtime.Serialization.Formatters.Binary.BinaryCommon.CheckSerializable...
View ArticleUnable to target build platforms when building on Andriod (2018.2.0f2)
![alt text][1] [1]: /storage/temp/121181-unityforum.png Hello, I'm having trouble building my game to my device. I have installed android studio and the java development kit but I keep getting this...
View Articlecan soemone please help me fix this bug
i have![alt text][1] an old unity file for a game ive been working on for a while. i'm not getting these errors can someone tell me how to fix them. [1]: /storage/temp/121266-warning.jpg
View Article