├── Link to code.txt ├── LICENSE └── README.md /Link to code.txt: -------------------------------------------------------------------------------- 1 | https://downloads.packtpub.com/code/9781789618136.zip 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2019 Packt 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Augmented Reality projects with ARCore 1.6 [Video] 2 | This is the code repository for [Augmented Reality projects with ARCore 1.6 [Video]](https://www.packtpub.com/application-development/augmented-reality-projects-arcore-16-video?utm_source=github&utm_medium=repository&utm_campaign=9781789618136), published by [Packt](https://www.packtpub.com/?utm_source=github). It contains all the supporting project files necessary to work through the video course from start to finish. 3 | ## About the Video Course 4 | A practical course guiding you to build amazing and immersive Augmented Reality experiences. Take advantages of the features of ARCore 1.6 and Unity to create 6 unique and exciting projects that will help take your AR development skills to the next level 5 | 6 |

What You Will Learn

7 |
8 |
17 | 18 | ## Instructions and Navigation 19 | ### Assumed Knowledge 20 | To fully benefit from the coverage included in this course, you will need:
21 | This course is for Android developers, AR enthusiasts, and hobbyists who want to learn to build practical, real-life, immersive, and beautiful AR projects using Google's ARCore. Basic programming knowledge is assumed and all you need is a computer that is capable of running Unity3D. 22 | ### Technical Requirements 23 | This course has the following software requirements:
24 | #### Minimum Hardware Requirements 25 | 26 | For successful completion of this course, students will require the computer systems with at least the following: 27 | 28 | OS: Windows 7 or later and macOS 10.11+ 29 | 30 | Memory: 2 GB of RAM 31 | 32 | Storage: 4 GB of free hard drive space 33 | 34 | #### Recommended Hardware Requirements 35 | 36 | For an optimal experience with hands-on labs and other practical activities, we recommend the following configuration: 37 | 38 | ● OS: Windows 7 or later and macOS 10.11+ 39 | 40 | ● Memory: 6 GB of RAM 41 | 42 | ● Storage: 10 GB of free hard drive space 43 | 44 | #### Software Requirements 45 | 46 | Unity3D 2017.3 or later. You can download from here : https://unity3d.com/ 47 | 48 | ARCore Unity Package. You can download from here : https://developers.google.com/ar/develop/unity/quickstart-android 49 | 50 | ARCore enabled device.You can get the list of ARCore supported mobiles from this link https://developers.google.com/ar/discover/supported-devices 51 | 52 | ## Related Products 53 | * [Real-World Projects with Flutter [Video]](https://www.packtpub.com/application-development/real-world-projects-flutter-video?utm_source=github&utm_medium=repository&utm_campaign=9781789616033) 54 | 55 | * [Hands-on Application Development with Spring Boot 2.0 [Video]](https://www.packtpub.com/application-development/hands-application-development-spring-boot-20-video?utm_source=github&utm_medium=repository&utm_campaign=9781789137712) 56 | 57 | * [Hands-On Microservices with Spring Boot 2.0 [Video]](https://www.packtpub.com/application-development/hands-microservices-spring-boot-20-video?utm_source=github&utm_medium=repository&utm_campaign=9781788991551) 58 | --------------------------------------------------------------------------------