Does this library have support for leadership, and other Google Services ? or is it just admob ?
Can anyone recommend a library for google services leadership, scoreboard and admob plus what ever esle.
Search found 3 matches
- Fri Mar 23, 2018 4:55 pm
- Forum: Libraries and Tools
- Topic: [11.3] AdMob support for Android + EU Consent
- Replies: 106
- Views: 293650
- Tue Mar 20, 2018 8:59 am
- Forum: Support and Development
- Topic: line with ellipse/circle collision
- Replies: 15
- Views: 11158
Re: line with ellipse/circle collision
I wouldn't use collisions for this. Instead, I suggest using intersection of two segments. Let me explain. My suggestion, however, is to score a point whenever the ball's centre crosses the line. To detect that, imagine the line between the ball's position in the previous frame and the ball's posit...
- Mon Mar 19, 2018 12:41 am
- Forum: Support and Development
- Topic: line with ellipse/circle collision
- Replies: 15
- Views: 11158
Re: line with ellipse/circle collision
Hi Guys, I need a ball to go through a line, when it does I increase the player's score. Similar to a soccer goal, but the line is moving. I dont want the ball to bounce off the line, I need it to go through it, but still trigger a collision so I can increase the players score. I want to use physics...