Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

Recording input for replay system

Discussion in 'Scripting' started by Le-Tux, Mar 30, 2020.

  1. Le-Tux

    Le-Tux

    Joined:
    Feb 12, 2020
    Posts:
    4
    Hi, I'm noob with Unity and I try to build a replay system for my game but I can't find how to do it correctly, actually I find a way to record the GameObject position and rotation, this is not bad but I need to record at least 1 input, I tried lots of assets from the asset store and even from github but none works as I need.

    I need a simple script that can record 1 input (for example "Fire1") with a playback function, can you help me for this ?

    Sorry for my poor english

    Thanks