Search icon CANCEL
Subscription
0
Cart icon
Cart
Close icon
You have no products in your basket yet
Save more on your purchases!
Savings automatically calculated. No voucher code required
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Unity 2021 Cookbook - Fourth Edition

You're reading from  Unity 2021 Cookbook - Fourth Edition

Product type Book
Published in Sep 2021
Publisher Packt
ISBN-13 9781839217616
Pages 816 pages
Edition 4th Edition
Languages
Author (1):
Shaun Ferns Shaun Ferns
Profile icon Shaun Ferns
Toc

Table of Contents (15) Chapters close

1. Displaying Data with Core UI Elements 2. Responding to User Events for Interactive UIs 3. Inventory and Advanced UIs 4. Playing and Manipulating Sounds 5. Creating 3D Objects, Terrains, Textures, and Materials 6. 2D Animation and Physics 7. Characters, Game Kits, and Starter Assets 8. Web Server Communication and Online Version Control 9. Controlling and Choosing Positions 10. Navigation Meshes and Agents 11. Cameras and Rendering Pipelines 12. Shader Graphs and Video Players 13. Advanced Topics - Gizmos, Automated Testing, and More 14. Particle Systems and Other Visual Effects 15. Virtual and Augmented Reality (VR/AR)

How to do it...

To set up a leaderboard using PHP and a database, perform the following steps:

  1. Copy the PHP project provided to where you will be running your web server:
    • Live website hostingCopy the files to the live web folder on your server (often www or htdocs).
    • Running on a local machineAt the command line, you can use the Composer script shortcut to run the PHP built-in web server by typing composer serve or php -S localhost:8000 -t public:

Figure 8.1 – Running a web server in a macOS command-line Terminal using the shortcut composer serve
  1. Open a web browser to your website location:
    • Live website hosting:Visit the URL for your hosted domain.
    • Running on a local machine: Visit the localhost:8000 URL:

Figure 8.2 – Viewing the high score website home page in a web browser
  1. Create/reset the database by clicking the last bulleted link: reset database. You should see a page with the message database has been reset, and a link back...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €14.99/month. Cancel anytime}