Using Streaming Assets in Unity
Aug 4 2017 · Article (40 mins)
Learn how to make a moddable game in Unity by utilizing streaming assets to dynamically load custom game asse...
more
Using Streaming Assets in Unity
Learn how to make a moddable game in Unity by utilizing streaming assets to dynamically load custom game assets at run-time.
iOS & Swift
How to Play, Record and Merge Videos in iOS and Swift
Aug 5 2020 · Article (30 mins)
Learn the basics of working with videos on iOS with AV Foundation in this tutorial. You’ll play, record and e...
more
How to Play, Record and Merge Videos in iOS and Swift
Learn the basics of working with videos on iOS with AV Foundation in this tutorial. You’ll play, record and even do some light video editing!
iOS & Swift
Building a Camera App With SwiftUI and Combine
Nov 10 2021 · Article (30 mins)
Learn to natively build your own SwiftUI camera app using Combine and create fun filters using the power of C...
more
Building a Camera App With SwiftUI and Combine
Learn to natively build your own SwiftUI camera app using Combine and create fun filters using the power of Core Image.
iOS & Swift
AVFoundation Tutorial: Adding Overlays and Animations to Videos
Dec 11 2019 · Article (30 mins)
In this AVFoundation tutorial, you’ll learn how to add overlays and animations to videos, by using the AVVide...
more
AVFoundation Tutorial: Adding Overlays and Animations to Videos
In this AVFoundation tutorial, you’ll learn how to add overlays and animations to videos, by using the AVVideoComposition CoreAnimationTool, which allows you to combine CALayers with videos to add backgrounds and overlays.
In this Unreal Engine 4 audio tutorial, you will learn how to play audio in 3D space using different methods,...
more
Unreal Engine 4 Audio Tutorial
In this Unreal Engine 4 audio tutorial, you will learn how to play audio in 3D space using different methods, and control audio volumes through a UI.
iOS & Swift
AVAudioEngine Tutorial for iOS: Getting Started
May 12 2021 · Article (20 mins)
Learn how to use AVAudioEngine to build the next greatest podcasting app! Implement audio features to pause, ...
more
AVAudioEngine Tutorial for iOS: Getting Started
Learn how to use AVAudioEngine to build the next greatest podcasting app! Implement audio features to pause, skip, speed up, slow down and change the pitch of audio in your app.
Game Tech
Audio tutorial for Unity: the Audio Mixer
Jul 7 2017 · Article (25 mins)
Learn how to use the Audio Mixer in Unity to create immersive audio experiences for your games. This tutorial...
more
Audio tutorial for Unity: the Audio Mixer
Learn how to use the Audio Mixer in Unity to create immersive audio experiences for your games. This tutorial covers everything you need to know.
Android & Kotlin
MediaPlayer: Simplified Video Playback on Android
Nov 9 2020 · Article (25 mins)
Playing videos is a common requirement in Android apps. In this tutorial learn about handling video playback ...
more
MediaPlayer: Simplified Video Playback on Android
Playing videos is a common requirement in Android apps. In this tutorial learn about handling video playback via the MediaPlayer API on Android.
Game Tech
Introduction to Unity Sound
Oct 30 2018 · Article (20 mins)
Adding sounds to your game is just as important as developing amazing shaders. In this tutorial, you’ll learn...
more
Introduction to Unity Sound
Adding sounds to your game is just as important as developing amazing shaders. In this tutorial, you’ll learn the basics of sound development in Unity by chucking animals into a barn.
iOS & Swift
Vision Tutorial for iOS: What’s New With Face Detection?
Jan 10 2022 · Article (35 mins)
Learn what’s new with Face Detection and how the latest additions to Vision framework can help you achieve be...
more
Vision Tutorial for iOS: What’s New With Face Detection?
Learn what’s new with Face Detection and how the latest additions to Vision framework can help you achieve better results in image segmentation and analysis.
iOS & Swift
Vision Tutorial for iOS: Detect Body and Hand Pose
Mar 1 2021 · Article (25 mins)
Learn how to detect the number of fingers shown to the camera with help from the Vision framework.
Vision Tutorial for iOS: Detect Body and Hand Pose
Learn how to detect the number of fingers shown to the camera with help from the Vision framework.
iOS & Swift
Picture in Picture Across All Platforms
Jul 26 2021 · Article (10 mins)
Learn how to implement Picture in Picture for default and custom video players across all app platforms.
Picture in Picture Across All Platforms
Learn how to implement Picture in Picture for default and custom video players across all app platforms.
iOS & Swift
Photo Stacking in iOS with Vision and Metal
Jul 22 2019 · Article (25 mins)
In this tutorial, you’ll use Metal and the Vision framework to remove moving objects from pictures in iOS. Yo...
more
Photo Stacking in iOS with Vision and Metal
In this tutorial, you’ll use Metal and the Vision framework to remove moving objects from pictures in iOS. You’ll learn how to stack, align and process multiple images so that any moving object disappears.
iOS & Swift
New Scanning and Text Capabilities with VisionKit
Jan 24 2023 · Article (30 mins)
VisionKit comes with new Scanning and Text Capabilities. In this tutorial, you’ll learn how to use Apple’s la...
more
New Scanning and Text Capabilities with VisionKit
VisionKit comes with new Scanning and Text Capabilities. In this tutorial, you’ll learn how to use Apple’s latest VisionKit update to take advantage of the new capabilities.
iOS & Swift
Video Depth Maps Tutorial for iOS: Getting Started
Nov 27 2019 · Article (20 mins)
In this iOS video depth maps tutorial, you’ll harness iOS 13’s video depth maps to apply realtime video filte...
more
Video Depth Maps Tutorial for iOS: Getting Started
In this iOS video depth maps tutorial, you’ll harness iOS 13’s video depth maps to apply realtime video filters and create a special effects masterpiece!
Adding sounds to your game is just as important as developing amazing shaders. In this tutorial, you’ll learn...
more
Unity Audio Tutorial: Getting Started
Adding sounds to your game is just as important as developing amazing shaders. In this tutorial, you’ll learn the basics of sound development in Unity by chucking animals into a barn.
iOS & Swift
Person Segmentation in the Vision Framework
Feb 21 2022 · Article (20 mins)
Learn how to use person segmentation via the Vision framework.
Person Segmentation in the Vision Framework
Learn how to use person segmentation via the Vision framework.
iOS & Swift
ShazamKit Tutorial for iOS: Getting Started
Nov 8 2021 · Article (30 mins)
Learn how to use ShazamKit to find information about specific audio recordings by matching a segment of that ...
more
ShazamKit Tutorial for iOS: Getting Started
Learn how to use ShazamKit to find information about specific audio recordings by matching a segment of that audio against a reference catalog of audio signatures.
Archive
How to Make Game Music for Beginners
Aug 19 2014 · Article (25 mins)
Learn how to make your own game music even if you’re a complete beginner, using the Korg Gadget app for iPad!
How to Make Game Music for Beginners
Learn how to make your own game music even if you’re a complete beginner, using the Korg Gadget app for iPad!
iOS & Swift
Audio Recording in watchOS Tutorial
Oct 24 2017 · Article (30 mins)
Learn how to record audio right in your own watchOS apps!
Audio Recording in watchOS Tutorial
Learn how to record audio right in your own watchOS apps!
iOS & Swift
Introduction to ReplayKit
Feb 1 2018 · Screencast (9 mins)
ReplayKit allows you to record or livestream your apps and games. In this video, you'll learn the basi...
more
Introduction to ReplayKit
ReplayKit allows you to record or livestream your apps and games. In this video, you'll learn the basics of implementing it.