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?
@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!