I am trying to make this work i have tried everything please help

So what i want to do is i want to destroy the yellow circle but i cant i put the yellow circle inside the sprite mask you can shrink the sprite mask and that is supposed to destroy the yellow circle i have tried using an edge collider and that wouldnt work i have also tried making the collider a separate object from the sprite mask and then putting it insidr the mask

Please use issue-based topic’s name, post formatting, separate sentences, and screenshots (not camera shots). You’re making the job more difficult by posting in such a way.

I am a begginer so i didnt know just help me man

We don’t read minds here. This may be useful to you:

How to report your problem productively in the Unity3D forums:

http://plbm.com/?p=220

This is the bare minimum of information to report:

  • what you want
  • what you tried
  • what you expected to happen
  • what actually happened, log output, variable values, and especially any errors you see
  • links to actual Unity3D documentation you used to cross-check your work (CRITICAL!!!)

The purpose of YOU providing links is to make our job easier, while simultaneously showing us that you actually put effort into the process. If you haven’t put effort into finding the documentation, why should we bother putting effort into replying?

If you post a code snippet, ALWAYS USE CODE TAGS:

How to use code tags: see code formatting button above.

  • Do not TALK about code without posting it.
  • Do NOT post unformatted code.
  • Do NOT retype code. Use copy/paste properly using code tags.
  • Do NOT post screenshots of code.
  • Do NOT post photographs of code.
  • Do NOT attach entire scripts to your post.
  • ONLY post the relevant code, and then refer to it in your discussion.