Skip to content

Getting Started

Rory Clark edited this page Jul 26, 2022 · 15 revisions
  • Add Odin Serializer to your project.
    • Download the repo as a zip and copy only the Odin Serializer folder to your Unity project.
    • Change your project's API Compatibility Level to .NET 4.x (Edit -> Project Settings -> Player -> Other Settings -> API Compatibility Level)
  • Add the Unity Editor Coroutines package to your project.
    • Window -> Package Manager -> Search for Editor Coroutines -> Click Install
  • Add PlayRecorder as a submodule within your project Assets folder, or import the Unity package release.
    • Submoduling is recommended as updates may change data structures and thus break playback of your older recordings.

As a general rule of thumb, PlayRecorder has a lot of information stored within tooltips in Unity. If you're requiring more information about a field, try hovering over it within the Unity Editor and you should see a more detailed explanation.

Once you've completed the above stages you're ready to start 🔴 recording and ▶ playing.