|
|
|
|
LEADER |
00000cam a2200000 a 4500 |
001 |
EBSCO_ocn878048901 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr cnu---unuuu |
008 |
140424s2014 enka o 001 0 eng d |
040 |
|
|
|a UMI
|b eng
|e pn
|c UMI
|d E7B
|d COO
|d OCLCA
|d N$T
|d OCLCF
|d DEBBG
|d DEBSZ
|d YDXCP
|d TEFOD
|d OCLCQ
|d OCLCO
|d TEFOD
|d OCLCQ
|d D6H
|d AGLDB
|d OCLCQ
|d COCUF
|d ICA
|d CNNOR
|d OCLCQ
|d MOR
|d PIFAG
|d OCLCQ
|d U3W
|d REB
|d STF
|d VTS
|d CEF
|d NLE
|d INT
|d VT2
|d UKMGB
|d OCLCQ
|d WYU
|d G3B
|d TKN
|d OCLCQ
|d UAB
|d AU@
|d M8D
|d OCLCA
|d HS0
|d OCLCO
|d QGK
|d OCLCQ
|d OCL
|
016 |
7 |
|
|a 018014217
|2 Uk
|
019 |
|
|
|a 878049106
|a 878049281
|a 878059737
|a 902651682
|a 1259261801
|
020 |
|
|
|a 9781849693431
|q (electronic bk.)
|
020 |
|
|
|a 1849693439
|q (electronic bk.)
|
020 |
|
|
|z 1849693420
|
020 |
|
|
|z 9781849693424
|
029 |
1 |
|
|a CHNEW
|b 000697091
|
029 |
1 |
|
|a CHNEW
|b 000697092
|
029 |
1 |
|
|a DEBBG
|b BV042032223
|
029 |
1 |
|
|a DEBSZ
|b 414176901
|
029 |
1 |
|
|a DEBSZ
|b 484721828
|
029 |
1 |
|
|a UKMGB
|b 018014217
|
035 |
|
|
|a (OCoLC)878048901
|z (OCoLC)878049106
|z (OCoLC)878049281
|z (OCoLC)878059737
|z (OCoLC)902651682
|z (OCoLC)1259261801
|
037 |
|
|
|a 16DB7FA2-D4A9-4641-99E4-25B5266BD55D
|b OverDrive, Inc.
|n http://www.overdrive.com
|
050 |
|
4 |
|a QA76.76.C672
|b H673 2014
|
072 |
|
7 |
|a GAM
|x 001000
|2 bisacsh
|
082 |
0 |
4 |
|a 794.81526
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Horachek, David.
|
245 |
1 |
0 |
|a Creating e-learning games with Unity :
|b develop your own 3D e-learning game using gamification, systems design, and gameplay programming techniques /
|c David Horachek.
|
260 |
|
|
|a Birmingham, UK :
|b Packt Pub.,
|c 2014.
|
300 |
|
|
|a 1 online resource (1 volume) :
|b illustrations
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
490 |
1 |
|
|a Community experience distilled
|
588 |
0 |
|
|a Online resource; title from cover page (Safari, viewed Apr 9, 2014).
|
500 |
|
|
|a Includes index.
|
588 |
0 |
|
|a Print version record.
|
505 |
0 |
|
|a Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Introduction to E-Learning and the Three Cs of 3D Games; Understanding e-learning; Introducing our game -- Geography Quest; Comprehending the three Cs; Creating our first scene; Developing the character system; Building character representation; Developing the camera code; Implementing GameCam.cs; Developing the player controls code; Implementing PlayerControls.cs; Try it out; Summary; Chapter 2: Interactive Objects and MissionMgr; Understanding the base scripts
|
505 |
8 |
|
|a Building an interactive objectImplementing the CustomGameObj script; Implementing the InteractiveObj script; Implementing the ObjectInteraction script; Implementing the InventoryItem script; Implementing the InventoryMgr script; Implementing the DisplayInventory method; Implementing the MissionMgr script; Implementing the Mission script; Implementing the MissionToken script; Implementing the SimpleLifespanScript; Putting it all together; Testing the mission system; Try it out!; Summary; Chapter 3: Mission One -- Find the Facts; Finding the facts; Designing games to maximize fun
|
505 |
8 |
|
|a The teaching loop in game designImplementing the core classes for mission one; Creating a terrain; Creating the FlagLocators; Creating the FlagMonument; Creating the MonumentMgr; Creating the InventoryPlaceOnMonument class; Creating the MissionMgrHelper script; Creating the TriviaCardScript script; Creating the SetupMissionOne script; Creating the flag Prefabs; Creating the pop-up card Prefabs; Creating the mission pop-up Prefab; Creating the mission reward Prefabs; Creating the FoundAllTheFlags Prefab; Creating the ReturnedTheFlagsResult Prefab; Configuring the mission manager
|
505 |
8 |
|
|a Playing the level!Summary; Chapter 4: Mission One -- Future Proofing the Code; Reorganizing our GameObjects in the Scene view; Creating a global scene; Creating a first level scene; Adding new scenes to the project; Creating the PopupMainMenu GameObject; An introduction to Finite State Machines; Implementing an FSM in a game; Switch Case FSM; Classes implementation of FSM; Implementing the GameMgr script; Reflecting on our code changes; Analyzing code functionality; Updating some systems; Making the ScorePlate active; Updating the player motion algorithm; Playing the level!; Summary
|
505 |
8 |
|
|a Chapter 5: User Interfaces in UnityGetting familiar with Unity UI classes; Developing the pop-up system; Exploring the GUIText component; Interpreting the members on GUIText; Exploring the GUITexture component; Exploring the TextMesh component; Ideal use of TextMesh; Creating clickable text elements; Detecting mouse clicks; Detecting mouse over; Detecting leaving mouse over; Exploring UnityScript and the GUIButton object; Using UnityGUI; Creating a clickable button; Detecting a mouse click; Building the main menu pop up; Testing our work; Future extensions; Summary
|
520 |
|
|
|a Unity is a fully integrated development engine providing the required functionality to create games and interactive 3D content, while reducing the time, effort, and cost of developing the content. Nowadays, many people have started to use Unity in an eLearning setting as it allows them to create real-world scenarios, or models, for training purposes. With Unity, one can develop video games that are not only fun, but are also effective teaching and learning tools. When properly designed, an engaging game is an ideal platform for the presentation, testing, and application of learning objectives.
|
546 |
|
|
|a English.
|
590 |
|
|
|a eBooks on EBSCOhost
|b EBSCO eBook Subscription Academic Collection - Worldwide
|
650 |
|
0 |
|a Computer games
|x Programming.
|
650 |
|
0 |
|a Computer graphics.
|
650 |
|
0 |
|a Three-dimensional display systems.
|
650 |
|
0 |
|a Education
|v Computer games.
|
650 |
|
6 |
|a Jeux d'ordinateur
|x Programmation.
|
650 |
|
6 |
|a Infographie.
|
650 |
|
6 |
|a Affichage tridimensionnel.
|
650 |
|
7 |
|a computer graphics.
|2 aat
|
650 |
|
7 |
|a three-dimensional.
|2 aat
|
650 |
|
7 |
|a GAMES
|x Board.
|2 bisacsh
|
650 |
|
7 |
|a Video games
|x Programming.
|2 fast
|0 (OCoLC)fst00872114
|
650 |
|
7 |
|a Computer graphics.
|2 fast
|0 (OCoLC)fst00872119
|
650 |
|
7 |
|a Education.
|2 fast
|0 (OCoLC)fst00902499
|
650 |
|
7 |
|a Three-dimensional display systems.
|2 fast
|0 (OCoLC)fst01150324
|
655 |
|
7 |
|a Computer games.
|2 fast
|0 (OCoLC)fst01423728
|
776 |
0 |
8 |
|i Print version:
|a Horachek, David.
|t Creating e-Learning games with unity : develop your own 3D e-learning game using gamification, systems design, and gameplay programming techniques.
|d Birmingham, England : Packt Publishing, ©2014
|h 228 pages
|z 9781849693424
|
830 |
|
0 |
|a Community experience distilled.
|
856 |
4 |
0 |
|u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=747093
|z Texto completo
|
938 |
|
|
|a ebrary
|b EBRY
|n ebr10854999
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 747093
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 11724443
|
994 |
|
|
|a 92
|b IZTAP
|