Search Unity

Unity ECS to create a 2D audio system for beginners.

Discussion in 'Entity Component System' started by daserra, Sep 29, 2018.

  1. daserra

    daserra

    Joined:
    Dec 7, 2016
    Posts:
    14
    Hey Guys,

    I was trying to create an audio system to use in my game, and all sounds should to be responsive based in player position.

    I ended up with this
    .

    So i want to share the result with you, i'm accepting suggestions to improvements , or, if i made something wrong please let me know.

    Here is the project link:
    https://github.com/daserra/ECS_Hybrid_Sound_System_2D
     
    starikcetin likes this.