There is no x86 in my build settings to uncheck
I've been searching around google and youtube the whole day but I havn't find any working solution for the google play console error rather than unchecking the x86 checkbox which I don't have it in my...
View ArticleGetting Errors when building for android platform. Need help [Urgent]
Hey, When i try to build apk for android i am getting these errors. plz help. I have single quoted each error so you can understand. **Errors:**...
View ArticleNew projects in Unity 2020 has compilation errors.
The TimelineAction.cs file in Library\PackageCache\com.unity.timeline@1.4.4\Editor\Actions\ is corrupted or is in binary, so there is 300+ erros in the console when i open Unity in safe mode. The file...
View ArticleWhy am I getting error CS1525 when I use the question mark symbol?
I am very new to unity and have been following some tutorials to learn and to try to make a simple game. I followed [this tutorial video][1] to make a simple pong game. Here's my code: using...
View ArticleFailed to create some of the 256 GUID folders
Hello, devs My console is giving this weird error continuously. I can run the program(I mean I can play my project). But I want to fix this issue. Can anyone give me an advice? Thank you all!...
View Article(first post) not all code paths return a value
First question here since i always try to figure things out by myself, but i've been programming for only 2 weeks now and i really need help with this one :( I've been trying to figure out how to solve...
View Article(11,19) 'Inventory.ItemAdded' is inaccessible due to its protection...
[1]: /storage/temp/173084-s2.png ,
View ArticleI need help with this error
public class Player1 : MonoBehaviour { //Variables public float movementSpeed; public GameObject PlayerMovePoint; private Transform pmr; private bool pmrSpawned; private GameObject triggering PMR;...
View ArticleI Have a Bigg error plzz answer me!!
ERROR IS : Microsoft (R) Visual C# Compiler version 2.9.1.65535 (9d34608e) Copyright (C) Microsoft Corporation. All rights reserved. when i was writting a script from the tutorial video of Tom Weiland...
View ArticleTexture creation failed. 'R8G8B8A8_SRGB' is not supported for Sample usage on...
Hello, I got an issue when I want to try my application on a phone which is working with Android 6. The same application works perfectly on a phone with Android 9. Here the error I got : **11-09...
View Articleneed help with this error whilst trying to build my game as a html file to...
UnityEditor.BuildPlayerWindow+BuildMethodException: 2 errors at UnityEditor.BuildPlayerWindow+DefaultBuildMethods.BuildPlayer (UnityEditor.BuildPlayerOptions options) [0x0027c] in...
View ArticleI am trying a tutorial from 3 years ago and learning C# but it not working
I am trying a tutorial from 3 years ago and learning C# but it not working It says something like windows couldnt destroy something: #1, its not saying it anymore it just doing nothing now. if your...
View ArticleError When Loading and White out all UI elements
I have a problem when load a project.> The editor layout could not be fully loaded, this can happen when the layout contains EditorWindows not available in this project...
View Article"MissingReferenceException: The object of type 'TextureImporter' has been...
i tried importing an image and got this in the console: **MissingReferenceException: The object of type 'TextureImporter' has been destroyed but you are still trying to access it. Your script should...
View ArticleDoDeCruncherJob failed - how to find faulty texture?
Hi! Recently I started getting "DoDeCruncherJob failed.", "Failed getting crunch texture info." and "Failed to decompress Crunch texture data" errors in standalone build - Unity 2019.4.17f1 and...
View Articleso later it gives me an error that health does not exist in the current...
using UnityEngine; public class Target : MonoBehaviour { public float health = 50f; public void TakeDamage ( float amount); { health -= amount; if(health >= 0f) { Die(); } } void Die () { Destroy...
View ArticleI am trying a tutorial from 3 years ago and learning C# but it not working
I am trying a tutorial from 3 years ago and learning C# but it not working It says something like windows couldnt destroy something: #1, its not saying it anymore it just doing nothing now. if your...
View ArticleThe variable checkpointObjects of player has not been assigned.
I am trying to make a game similar to Geometry Dash, and I started to create the practice mode system. I tried adding flags to indicate that you placed a checkpoint, but I can't manage to make the...
View ArticleVisual studio says no issues found even though there are errors.
I tried intentionally causing errors in my script, but even then visual studio still says nothing. I have reinstalled it but nothing happened. All boxes in editor help settings are checked. What do i do?
View ArticleAnimations not transitioning properly
I am making a 2d side scroller, and in it, I wanted the player to be able to walk while swinging their sword, the animations are all working, and most of the transitions are too, but when I transition...
View Article