Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Search results

  1. A

    Why is input mouse clicking not working on WebGL build?

    Hi, I made an FPS game in unity3d and exported it to webgl (unity play). When I played that, however, and clicked on a gameobject, nothing happened. The gameobject was supposed to rotate on click. Even when I tried clicking on other similar gameobjects, the same issue persisted. I'm not sure...
  2. A

    HTML & CSS How to make 2 circles disappear on collision?

    Hi, I'm trying to make a html/css program where there are 2 circles, moving in a circular path. My code so far: body{ margin: 0; padding: 0; } .circle { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 400px; height: 400px...
Back
Top Bottom