Skip to content

Added Lobby Scene, UI Manager#8

Open
MalharDevasthali wants to merge 1 commit intooutscal:masterfrom
MalharDevasthali:feature3-Score
Open

Added Lobby Scene, UI Manager#8
MalharDevasthali wants to merge 1 commit intooutscal:masterfrom
MalharDevasthali:feature3-Score

Conversation

@MalharDevasthali
Copy link

I have refactored the PlayerController Code pretty much
Created The Lobby Scene
Designed the Code Architecture for UI

I have refactored the PlayerController Code pretty much 
Created The Lobby Scene 
Designed the Code Architecture for UI
Copy link

@vijit101 vijit101 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if (other.CompareTag("Player"))
{
UIManager.instance.LevelCompleteCheck();
}
Never sue compare tag instead use other.gameobject.getcomponent(playercontroller) != null

void Start()
{

}


// Update is called once per frame
void Update()
{

}

always delete if these functions are not in use as they are also called and it takes time to make function calls
rest seems fine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants