C-Sharp Questions

3

I recently started a new project, and purchased a asset from dexsoft called: Adventurer’s Village 2. After building some houses and stuff this error came: Assets/Standard Assets/Image Effects (Pro On...
Laodicea asked 12/2, 2016 at 21:51

2

Solved

I’ve got a colour puzzle-type game and have 2 UI buttons that I’m trying to set up functionality for - a “YES” button and a “NO” button. If the colours match, you need to press the YES button and if t...
Contaminate asked 24/7, 2019 at 4:23

3

Let’s say I have a coroutine which waits for the player to login. The function EndLoginSequence is subscribed to an event OnEndLogin. This code works just fine, but I was wondering if there’s a way to...
Instate asked 22/10, 2012 at 8:7

1

void Update() { if (Input.GetButtonDown("Fire1")) { GameObject newBullet; newBullet = Instantiate(bullet, spawnPoint.position, spawnPoint.rotation);
Ithnan asked 29/10, 2022 at 13:14

2

Solved

On the microsoft c# docs website, it says you can use [^index] to index from the end of an array in c# 8.0 and later, well, I’m in c# 8.0, but it doesn’t work. I’m wondering if it’s possible to make i...
Brightwork asked 28/10, 2020 at 16:39

4

Solved

Does anyone know what the and/or operator is?
Hogarth asked 25/3, 2016 at 16:27
1

© 2022 - 2025 — McMap. All rights reserved.