Y
Hacker News
new
|
ask
|
show
|
jobs
by
kevingadd
1757 days ago
As it happens, Unity has its own version of this problem, where it pretends that a non-null dangling reference is a null-reference:
https://jacx.net/2015/11/20/dont-use-equals-null-on-unity-ob...
1 comments
jay_kyburz
1757 days ago
That is not the same at all. The equivalent would be that your reference is pointing to some other object in the scene.
link