Recycling application

Hello, i am very new in unity and i have a problem. I want to make simple recycling game where you have a few objects and you have to put them in right bins. When you move object 1 to bin 1 you will get +point, but when you move object 2 into bin 1 you will get -point or +bad point. I hope you know what i mean. Please, if you have any advice, tutorial, script or something i would be very glad. Thanks

Or maybe if you already have a project similar to this, you can send me.

Have you visited the ‘Learn’ section and go over some tutorials? :slight_smile:
https://unity3d.com/learn/tutorials

What have you tried so far with your game project?

Well, i made 2 objects and put some easy drag script on them. Then i made 2 pictures of bins each in bottom corner. And text field with score. That´s like everything so far.

Well, if the dragging n dropping is working, you need a way to know which bin is “right” for each object.
Check that when it’s dropped in a bin & adjust your score accordingly.

And how can i do that? Is here any script or?

Well, there’s probably not a script already made for your very specific goal there. :slight_smile:

If you’re very new to programming, unity, game dev … you should consider running through a number of starter tutorials, which you can find here: Learn