|
|
|
|
LEADER |
00000cam a2200000Ii 4500 |
001 |
OR_ocn935257264 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr unu|||||||| |
008 |
160119s2015 enka o 001 0 eng d |
040 |
|
|
|a UMI
|b eng
|e rda
|e pn
|c UMI
|d OCLCF
|d N$T
|d IDEBK
|d VT2
|d YDXCP
|d COO
|d EBLCP
|d DEBSZ
|d DEBBG
|d IDB
|d OCLCQ
|d MERUC
|d OCLCQ
|d OCLCO
|d CEF
|d NLE
|d UKMGB
|d OCLCQ
|d OCLCO
|d UAB
|d OCLCA
|d UKAHL
|d NLW
|d OCLCQ
|d OCLCO
|d OCLCQ
|d OCL
|d QGK
|d OCLCO
|
016 |
7 |
|
|a 018010593
|2 Uk
|
019 |
|
|
|a 933713802
|a 934048094
|a 951974884
|a 1259248168
|
020 |
|
|
|a 9781785882005
|q (electronic bk.)
|
020 |
|
|
|a 1785882007
|q (electronic bk.)
|
020 |
|
|
|a 1785885820
|
020 |
|
|
|a 9781785885822
|
020 |
|
|
|z 9781785885822
|
024 |
3 |
|
|a 9781785885822
|
029 |
1 |
|
|a AU@
|b 000059710968
|
029 |
1 |
|
|a DEBBG
|b BV043893521
|
029 |
1 |
|
|a DEBBG
|b BV043968673
|
029 |
1 |
|
|a DEBSZ
|b 473874490
|
029 |
1 |
|
|a DEBSZ
|b 485791803
|
029 |
1 |
|
|a GBVCP
|b 882751409
|
029 |
1 |
|
|a UKMGB
|b 018010593
|
029 |
1 |
|
|a AU@
|b 000057034323
|
029 |
1 |
|
|a AU@
|b 000066532366
|
029 |
1 |
|
|a AU@
|b 000067108872
|
035 |
|
|
|a (OCoLC)935257264
|z (OCoLC)933713802
|z (OCoLC)934048094
|z (OCoLC)951974884
|z (OCoLC)1259248168
|
037 |
|
|
|a CL0500000703
|b Safari Books Online
|
050 |
|
4 |
|a TK7882.I6
|
072 |
|
7 |
|a TEC
|x 009070
|2 bisacsh
|
082 |
0 |
4 |
|a 621.3815422
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Sapio, Francesco,
|e author.
|
245 |
1 |
0 |
|a Unity UI cookbook :
|b over 60 recipes to help you create professional and exquisite UIs to make your games more immersive /
|c Francesco Sapio.
|
264 |
|
1 |
|a Birmingham :
|b Packt Publishing,
|c 2015.
|
300 |
|
|
|a 1 online resource :
|b illustrations
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
347 |
|
|
|a text file
|
490 |
1 |
|
|a Quick answers to common problems
|
588 |
0 |
|
|a Online resource; title from PDF title page (EBSCO, viewed May 3, 2016).
|
500 |
|
|
|a Includes index.
|
520 |
8 |
|
|a Annotation
|b Over 60 recipes to help you create professional and exquisite UIs to make your games more immersiveAbout This Book Design and develop interactive and professional user interfaces (UIs) for games in Unity Discover how to implement and deal with various in-game UI elements that will impress your players This practical recipe guide will help you to efficiently create powerful and remarkable UIs using C# codeWho This Book Is ForIf you are a game developer with some experience in Unity and C# and want to create the best interactive experience fast and intuitively, then this book is for you. If you are an intermediate game developer or an expert, these recipes will help you bring out the power of the new UI Unity system. What You Will Learn Implement different kinds of counters and healthbars Deal with timers and find out how to format them Animate and vivify UI elements Handle runtime customizations Add complex Head-up displays (HUDs) Design and implement 3D UIs Integrate minimaps in the UIIn DetailWith the increasing interest in game development, it's essential to design and implement a UI that reflects the game settings and shows the right information to the player. The Unity system is used to create complex and aesthetically pleasing user interfaces in order to give a professional look and feel to a game. Although the new Unity UI system is powerful and quite easy to use, by integrating it with C# scripts, it's possible to realize the potential of this system and bring an impressive UI to games. This guide is an invaluable collection of recipes if you are planning to use Unity to develop a game. Starting with the basic concepts of the UI components, we'll take you all the way through to creating complex interfaces by including animations and dynamics elements. Based on real-world problems, these recipes will start by showing you how to make common UI elements such as counters and healthbars. You will then get a walkthrough of how to manage time using timers, and will learn how to format them. You will move on to decorating and animating the UI elements to vivify them and give them a professional touch. Furthermore, you will be guided into the 3D UI world and into HUD scripting. Finally, you will discover how to implement complex minimaps in the interface. Style and approachInteractive, easy-to-follow recipes will help you create and implement UIs that make gaming an exhilarating experience.
|
505 |
0 |
|
|a Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: UI Essentials; Introduction; Setting up a 2D texture to be a bordered sprite; Resizing the UI according to the screen size and resolution; Adding and placing an image in the UI; Adding a circular mask to an image; Making an image scrollable; Making text scrollable with a vertical slider; Selecting buttons through the keyboard; Using UI layout components; Chapter 2: Implementing Counters and Health Bars; Introduction; Implementing a score counter.
|
505 |
8 |
|
|a Implementing a lives counterCreating a modular coin counter; Creating a symbolic lives counter; Implementing a linear health bar; Implementing a radial health bar; Creating a health bar with armor; Using multiple bars to make a multibar; Developing a kingdom hearts health bar style; Chapter 3: Implementing Timers; Introduction; Implementing a numeric timer; Creating a linear timer; Implementing a radial timer; Creating a mixed timer; Creating a well-formatted timer; Developing a well-formatted countdown that changes; Chapter 4: Creating Panels for Menus; Introduction.
|
505 |
8 |
|
|a Creating a toggle groupShowing the slider value as a percentage; Adding upper and lower bounds to the slider; Making UI elements affected by different lights; Making a draggable panel; Making a resizable panel; Creating a drag-and-drop element; Developing an MP3 player; Chapter 5: Decorating the UI; Introduction; Creating an extendable element with a final fade effect; Creating an extendable and rotating element with a final fade effect; Creating bars that go up and down; Making a floating UI element; Adding shadows to text; Adding outlines to text; Chapter 6: Animating the UI; Introduction.
|
505 |
8 |
|
|a Appearing and disappearing menuCreating a menu with an entrance transition; Creating a menu with an idle animation; Animating a button when the cursor is over it; Creating a pop-up menu; Animating hearts of the symbolic lives counter; Changing animation of the hearts of the symbolic lives counter through the script; Chapter 7: Applying Runtime Customizations; Introduction; Making a button that changes color; Creating a slider that changes colors gradually; Creating a slide shower using a discrete slider; Creating a slider that changes a single color channel.
|
505 |
8 |
|
|a Making an input field with personal text validation at runtimeMaking an input field for a password with a lower bound limit for characters; Changing the cursor at runtime; Chapter 8: Applying Runtime Customizations; Introduction; Creating a distance displayer; Creating a directional radar; Developing a subtitle shower; Chapter 9: Diving into 3D UIs; Introduction; Creating a 3D menu; Adding a smooth tilt effect; Creating and placing a 3D UI; Making an animated 3D UI warning; Chapter 10: Creating Minimaps; Introduction; Creating a minimap; Implementing advanced features for minimaps; Index.
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
590 |
|
|
|a eBooks on EBSCOhost
|b EBSCO eBook Subscription Academic Collection - Worldwide
|
630 |
0 |
0 |
|a Unity (Electronic resource)
|
630 |
0 |
7 |
|a Unity (Electronic resource)
|2 fast
|
650 |
|
0 |
|a Three-dimensional display systems.
|
650 |
|
0 |
|a Video games
|x Programming.
|
650 |
|
0 |
|a Computer graphics.
|
650 |
|
6 |
|a Affichage tridimensionnel.
|
650 |
|
6 |
|a Jeux vidéo
|x Programmation.
|
650 |
|
6 |
|a Infographie.
|
650 |
|
7 |
|a three-dimensional.
|2 aat
|
650 |
|
7 |
|a computer graphics.
|2 aat
|
650 |
|
7 |
|a TECHNOLOGY & ENGINEERING
|x Mechanical.
|2 bisacsh
|
650 |
|
7 |
|a Video games
|x Programming
|2 fast
|
650 |
|
7 |
|a Computer graphics
|2 fast
|
650 |
|
7 |
|a Three-dimensional display systems
|2 fast
|
776 |
0 |
8 |
|i Print version:
|a Sapio, Francesco.
|t Unity UI Cookbook.
|d Birmingham : Packt Publishing, ©2015
|
830 |
|
0 |
|a Quick answers to common problems.
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9781785885822/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH29891122
|
938 |
|
|
|a EBL - Ebook Library
|b EBLB
|n EBL4520773
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 1134530
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis33469507
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 12772130
|
994 |
|
|
|a 92
|b IZTAP
|