Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

youraveagewirdo

5
Posts
2
Topics
A member registered Aug 12, 2019

Recent community posts

thanks did not notice that

i'm getting this error, error CS1585: Member modifier 'static' must precede the member type and name please can I get some help this is the line of code,   privite static GameMaster instance;

thank you

else if(Input.GetKeyDown(KeyCode.UpArrow) && extraJumps == 0 && isGrounded = true)

my script is getting this error "Assets\PlayerMovement.cs(65,18): error CS0131: The left-hand side of an assignment must be a variable, property or indexer" can I get some help please