Advertisement

Latest error Activity

I wish I could change the thread title and tags. Meant to say exception not access violation.

Anyway, seems to be related to this? https://stackoverflow.com/questions/63407764/what-is-a-wilresultexception-and-what-does-it-mean-to-rethrow

I don't know of the solution, but in the meantime I guess I ca…

3,732 views
Advertisement

I am trying to convert a post processing vignette into a torchlight effect and have the centre position brighter instead of the dark edges but unable to work out depth buffer so as to get depth adjustments.

My code is in HSLS (Dx9) and this is what I have (based off CopperCube game engine - irrLicht…

3,779 views
Geri
March 15, 2023 05:39 PM
Unity WebGL Build issues. PLEASE HELP

Forget this clownery, and learn javascript if you want to get from 1 to 2. Also you can observe the error in the browser log instead. 

4,560 views
How to make your own UI sounds.
Breaking down my method of creating UI sounds for video games. I go through my process from start to finish to create a navigation, menu open/close, option select, error and save sounds.
13,772 views
frob
December 31, 2020 11:42 PM
NullReferenceException

This is a place to leverage your debugger.

foreach (Collider2D enemy in hitEnemies)

{
    enemy.GetComponent<EnemyHealth>().TakeDamage(attackDamage);
}

Most likely the collider being processed doesn't have an EnemyHealth component attached.

There are only a few other ways you could get the erro…

5,479 views
Advertisement
Advertisement