Having warnings that I don't understand

Hey! So I recently finished my Text adventure and the whole thing got a bunch of game breaking things happen. Long story short, I could not figure it out, and now im back to square one. SUUUUCKS! SO I started fresh and just about to get to Arrays again and these are showing up now. I do not understand why and I need to know how to fix these problems…

Three unused variable warnings, they were created and never touched maybe they need to be set in the inspector

Hi Drew,

You didn’t do anything wrong. These messages are caused by a bug in Unity which has not been fixed yet.

Double click on each error message. A line in your code should get highlighted. Add = default; behind the variable declaration.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms