• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!
  • Hello [name]! Thanks for joining the GMC. Before making any posts in the Tech Support forum, can we suggest you read the forum rules? These are simple guidelines that we ask you to follow so that you can get the best help possible for your issue.

Question - IDE Best way to handle missing resource messages? (Particularly views...)

G

Guest

Guest
I like that GMS2 now provides warnings when it's missing resources, but I'm curious about the best way to resolve these warnings. I assume that for a missing script or something, one could try to find the referrer or copy the resource over from a backup, but how about missing view resources, i.e.:

Code:
Verifying views...
Missing resource detected: 6803fbb8-6552-48e7-a063-34758dfbc225
Missing resource detected: d93efd5e-ce09-4009-8987-03da11581226
Missing resource detected: 42b5fc09-e0c8-49ea-887c-06e25c6ecf85
Missing resource detected: 659ab8c2-1bbc-4088-acd0-f0aa503f787c
Missing resource detected: 1eea7b9b-efe3-4f43-88eb-ea7bb1efcd7d
Missing resource detected: 8de54d53-537e-42c4-91f7-0ffd4a657404
Missing resource detected: ddb01ebf-fb5f-4ffc-89d2-b2728b6eda58
Missing resource detected: 23294432-32e7-46ea-89dd-6a08afe88f13
Missing resource detected: c1af0cd4-32dc-4615-9304-7ae8812eb04a
...done
I'm inclined to just leave it, but maybe there's a reason not to...
 
Top