Question by
cboorman · Jan 14, 2018 at 09:11 PM ·
buildmacroll a ball
Roll-a-ball build on Mac not behaving properly
I successfully completed the Roll-a-ball tutorial on the Mac. But when I build and run it, the ball just moves through the cubes (seems collision detection isn't working). Is this a known issue, or did I miss something?
Comment
Answer by viper009 · Feb 09, 2018 at 08:12 PM
@cboorman I ran into the same problem as well. I came across this reddit thread that helped solve the problem. However, for me I had to do the following:
Select the PickUp prefab
Change Tag to be "Untagged"
Save, close and reopen the project
Select the PickUp prefab
Change Tag to be "PickUp"
Build and run
Hope this helps, cheers!