✅ System.NullReferenceException: 'Object reference not set to an instance of an object.' C#
hello I'm facing an error I wanted to see if someone can help me this happens only when I try to extract the texture folder, in the others it works fine.
9 Replies
Well, something there is
null
Start up the debugger and see what it isI couldn't find the error can you help me?
Place some breakpoints
The variables in that line are what matters
Help me please.
what's the full exception message?
it will mention the thing that's null (when it expected it not to be null)
dataHierarchy is null
but this is only transient with this folder, the others work without giving an error
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.