Please help to fix error CS1061,How to fix error CS1061
error CS1061: 'Transform' does not contain a definition for 'posotion' and no accessible extension method 'posotion' accepting a first argument of type 'Transform' could be found (are you missing a...
View Articlepor que no me deja abrir unity si ya tengo los editores?
ya tengo los editores pero no me deja abrir mi nuevo proyecto cabe aclarar que soy nuevo y ya busque en youtube pero nada intento desinstalar los editores y nada desinstalo unity y lo vuelvo instalar y...
View ArticleI'm getting this error: Assets\WaveSpawner.cs(33,19): error CS1002: ;...
My code: using UnityEngine; using System.Collections; public class WaveSpawner : MonoBehaviour{ public Transform enemyPrefab; public Transform spawnPoint; public float timeBetweenwaves = 5f; private...
View ArticleDllNotFoundException: FirebaseCppApp-11_0_0 assembly: type: member:(null)
Hi I am working with unity and integrating firebase 11.0.0 for using firebase analytics and facing below issues. Specifications: * OS: macOS High Sierra * Script Editor: VS Code * Unity version:...
View Articleim getting a "ArgumentOutOfRangeException: Index was out of range" error but...
to start off my code was made with WSAL evens Maze generator algorithm as a base. so I've been having this issue for awhile now and I haven't been able to find a way to solve it. I have one script that...
View ArticleERROR CS 1503 Help please
Heey ! I ´ve got the error CS 1503 : Argument 2 : cannot convert from ´float ´ to ´bool ´. Maybe it´s a stupid question ( i´m sorry for that )but I am a beginner and I have no idea how to fix my error....
View Articleerror CS7036 with multiple parameters
I'm creating a script that is generating a hexagonal map. I have a script that generates the base map and then a script on the same game object that will generate a river. I have been able to feed one...
View ArticleGameObject list error
Hello! I get this confusing error and can't understand what is the case and how to fix it. What is the difference between `GameObject` and `GameObject[]` !? Can anyone please help? ![screenshot of...
View ArticleI'm getting "Unable to parse file ProjectSettings/ProjectVersion.txt: [Parser...
I'm getting this error when I create a fresh project with Unity 2021.3.26f1. I also get it with 2021.3.2f1. There are some older posts with this subject, but no details on how to get rid of it. Thanks...
View ArticleIm getting an error
using UnityEngine; using UnityEngine.Advertisements; public class AdManager : MonoBehaviour { public string gameID = "your_game_id_here"; public string rewardedVideoPlacementID =...
View ArticleWhy am I getting the error, "NullReferenceException: Object reference not set...
I have been working on a project for a while and recently recieved this error when trying to use a script to edit the text that is the child of an object. The script is on the parent, and I used the...
View Article