Nicht aus der Schweiz? Besuchen Sie lehmanns.de

Unity Cookbook (eBook)

Over 160 recipes to craft your own masterpiece in Unity 2023
eBook Download: EPUB
2023
780 Seiten
Packt Publishing Limited (Verlag)
978-1-80512-913-4 (ISBN)

Lese- und Medienproben

Unity Cookbook -  Shaun Ferns,  Sinead Murphy,  Matt Smith
Systemvoraussetzungen
35,99 inkl. MwSt
(CHF 35,15)
Der eBook-Verkauf erfolgt durch die Lehmanns Media GmbH (Berlin) zum Preis in Euro inkl. MwSt.
  • Download sofort lieferbar
  • Zahlungsarten anzeigen

Unleash your game development potential with Unity Cookbook, 5th Edition, designed to equip you with the skills and knowledge needed to excel in Unity game development. With over 160 expertly crafted recipes empowering you to pioneer VR and AR experiences, excel in mobile game development, and become a master of audio techniques.

In this latest edition, we've meticulously curated a collection of recipes that reflect the latest advancements in Unity 2023, ensuring you stay at the forefront of game development. You'll discover dedicated recipes for First/Third Person (Core) templates, create engaging mobile games, delve into Virtual and Augmented Reality, and go further with audio by exploring advanced techniques. Additionally, the book has been fully updated to incorporate the new input system and TextMeshPro, essential elements for modern game development.

From exploring C# scripting to crafting stylish UIs, creating stunning visual effects, and understanding shader development through Shader Graph, every chapter is designed to take you closer to your goal of becoming a proficient Unity developer.
So, whether you're aiming to develop the next hit game, enhance your portfolio, or simply have fun building games, this book will be your trusted companion on your journey to Unity proficiency.


Are you ready to take your Unity game development skills to the next level? Look no further! The "e;Unity Cookbook 2023, 5th Edition"e; is your essential guide to mastering the latest features of Unity 2023, packed with over 140 recipes to empower your game development journey. Purchase of the print or Kindle book includes a free eBook in the PDF format.Key FeaturesExplore VR and AR development to create immersive experiences that redefine gamingCraft captivating mobile games with optimized performance and user-friendly controlsElevate gameplay with expertly composed music, dynamic sound effects, and seamless audio integrationBook DescriptionUnleash your game development potential with Unity Cookbook, 5th Edition, designed to equip you with the skills and knowledge needed to excel in Unity game development. With over 160 expertly crafted recipes empowering you to pioneer VR and AR experiences, excel in mobile game development, and become a master of audio techniques. In this latest edition, we've meticulously curated a collection of recipes that reflect the latest advancements in Unity 2023, ensuring you stay at the forefront of game development. You'll discover dedicated recipes for First/Third Person (Core) templates, create engaging mobile games, delve into Virtual and Augmented Reality, and go further with audio by exploring advanced techniques. Additionally, the book has been fully updated to incorporate the new input system and TextMeshPro, essential elements for modern game development. From exploring C# scripting to crafting stylish UIs, creating stunning visual effects, and understanding shader development through Shader Graph, every chapter is designed to take you closer to your goal of becoming a proficient Unity developer. So, whether you're aiming to develop the next hit game, enhance your portfolio, or simply have fun building games, this book will be your trusted companion on your journey to Unity proficiency.What you will learnCraft stylish user interfaces, from power bars to radars, and implement button-driven scene changes effortlesslyEnhance your games with AI controlled characters, harnessing Unity's navigation meshes, surfaces, and agentsDiscover the power of Cinemachine in Unity for intelligent camera movementsElevate games with immersive audio, including background music and dynamic sound effectsBring your games to life with captivating visual effects, from smoke and explosions to customizable particle systemsBuild your own shaders using Unity's Shader Graph toolWho this book is forIf you re a Unity developer looking for better ways to resolve common recurring problems, then this book is for you. Programmers dipping their toes into multimedia features for the first time will also find this book useful. Before you get started with this book, you ll need a solid understanding of Unity s functionality and experience with programming in C#.]]>

Contents


  1. Preface
    1. Who this book is for
    2. What this book covers
    3. Technical requirements to get the most out of this book
    4. Get in touch
  2. Displaying Data with Core UI Elements
    1. Creating a Font Asset file for use with TextMeshPro
      1. Getting ready
      2. How to do it...
      3. How it works...
    2. Displaying a “Hello World” UI text message
      1. Getting ready
      2. How to do it...
      3. How it works...
      4. There’s more...
        1. Styling substrings with rich text
        2. Exploring the TextMeshPro Examples and Extras
    3. Displaying a digital clock
      1. Getting ready
      2. How to do it…
      3. How it works...
    4. Displaying a digital countdown timer
      1. Getting ready
      2. How to do it...
      3. How it works...
      4. There’s more...
        1. Automatically add components with [RequireComponent(...)]
    5. Creating a message that fades away
      1. Getting ready
      2. How to do it...
      3. How it works...
    6. Displaying an image
      1. Getting ready
      2. How to do it...
      3. How it works...
      4. There’s more...
        1. Working with 2D sprites and UI Image components
      5. See also
    7. Further reading
    8. Learn more on Discord
  3. Responding to User Events for Interactive UIs
    1. Creating a UI Button to reveal an image
      1. Getting ready
      2. How to do it...
      3. How it works...
      4. There’s more...
    2. Creating a UI Button to move between scenes
      1. How to do it...
      2. How it works...
      3. There’s more...
    3. Animating UI Button properties on mouseover
      1. How to do it...
      2. How it works...
    4. Organizing image panels and changing panel depths via buttons
      1. Getting ready
      2. How to do it...
      3. How it works...
      4. There’s more...
        1. Moving up or down by just one position, using scripted methods
    5. Displaying the value of an interactive UI Slider
      1. How to do it...
      2. How it works...
    6. Displaying a countdown timer graphically with a UI Slider
      1. Getting ready
      2. How to do it...
      3. How it works...
    7. Setting custom mouse cursors for 2D and 3D GameObjects
      1. Getting ready
      2. How to do it...
      3. How it works...
    8. Setting custom mouse cursors for UI controls
      1. Getting ready
      2. How to do it...
      3. How it works...
    9. Interactive text entry with Input Field
      1. Getting ready
      2. How to do it...
      3. How it works...
      4. There’s more...
    10. Detecting interactions with a single Toggle UI component
      1. Getting ready
      2. How to do it...
      3. How it works...
    11. Creating related radio buttons using UI Toggles
      1. Getting ready
      2. How to do it...
      3. How it works...
    12. Creating text UI Dropdown menus
      1. How to do it...
      2. How it works...
    13. Creating image icon UI Dropdown menus
      1. Getting ready
      2. How to do it...
      3. How it works...
    14. Displaying a radar to indicate the relative locations of objects
      1. Getting ready
      2. How to do it...
      3. How it works...
        1. The Start() method
        2. The Update() method
        3. The FindAndDisplayBlipsForTag(...) method
        4. The CalculateBlipPositionAndDrawBlip (...) method
        5. The NormalizedPosition(...) method
        6. The CalculateBlipPosition(...) method
        7. The DrawBlip() method
      4. There’s more...
    15. Further reading
  4. Inventory and Advanced UIs
    1. Creating a simple 2D mini-game – SpaceGirl
      1. Getting ready
      2. How to do it...
      3. How it works...
    2. Displaying single object pickups with carrying and not-carrying text
      1. Getting ready
      2. How to do it...
      3. How it works...
        1. The PlayerInventory script class
        2. The PlayerInventoryDisplay script class
      4. There’s more...
        1. Collecting multiple items and displaying the total number carried
        2. Alternative – combining all the responsibilities into a single script
    3. Displaying single-object pickups with carrying and not-carrying icons
      1. Getting ready
      2. How to do it...
      3. How it works...
    4. Displaying multiple pickups of the same object with multiple status icons
      1. Getting ready
      2. How to do it...
      3. How it works...
      4. There’s more...
        1. Revealing icons for multiple object pickups by changing the size of a tiled image
      5. How it works...
    5. Using panels to visually outline the inventory UI area and individual items
      1. Getting ready
      2. How to do it…
      3. How it works...
    6. Creating a C# inventory slot UI to display scripted components
      1. Getting ready
      2. How to do it...
      3. How it works...
      4. There’s more...
        1. Modifying the game for a second inventory panel for keys
    7. Displaying multiple pickups of different objects as a list of text via a dynamic List<> of scripted PickUp objects
        ...

Erscheint lt. Verlag 30.11.2023
Vorwort Chris Gregan
Sprache englisch
Themenwelt Mathematik / Informatik Informatik Grafik / Design
Mathematik / Informatik Informatik Programmiersprachen / -werkzeuge
Informatik Software Entwicklung Spieleprogrammierung
ISBN-10 1-80512-913-9 / 1805129139
ISBN-13 978-1-80512-913-4 / 9781805129134
Haben Sie eine Frage zum Produkt?
Wie bewerten Sie den Artikel?
Bitte geben Sie Ihre Bewertung ein:
Bitte geben Sie Daten ein:
EPUBEPUB (Adobe DRM)
Größe: 92,1 MB

Kopierschutz: Adobe-DRM
Adobe-DRM ist ein Kopierschutz, der das eBook vor Mißbrauch schützen soll. Dabei wird das eBook bereits beim Download auf Ihre persönliche Adobe-ID autorisiert. Lesen können Sie das eBook dann nur auf den Geräten, welche ebenfalls auf Ihre Adobe-ID registriert sind.
Details zum Adobe-DRM

Dateiformat: EPUB (Electronic Publication)
EPUB ist ein offener Standard für eBooks und eignet sich besonders zur Darstellung von Belle­tristik und Sach­büchern. Der Fließ­text wird dynamisch an die Display- und Schrift­größe ange­passt. Auch für mobile Lese­geräte ist EPUB daher gut geeignet.

Systemvoraussetzungen:
PC/Mac: Mit einem PC oder Mac können Sie dieses eBook lesen. Sie benötigen eine Adobe-ID und die Software Adobe Digital Editions (kostenlos). Von der Benutzung der OverDrive Media Console raten wir Ihnen ab. Erfahrungsgemäß treten hier gehäuft Probleme mit dem Adobe DRM auf.
eReader: Dieses eBook kann mit (fast) allen eBook-Readern gelesen werden. Mit dem amazon-Kindle ist es aber nicht kompatibel.
Smartphone/Tablet: Egal ob Apple oder Android, dieses eBook können Sie lesen. Sie benötigen eine Adobe-ID sowie eine kostenlose App.
Geräteliste und zusätzliche Hinweise

Buying eBooks from abroad
For tax law reasons we can sell eBooks just within Germany and Switzerland. Regrettably we cannot fulfill eBook-orders from other countries.

Mehr entdecken
aus dem Bereich