{"author_link":"\/users\/atmospherium","author_name":"atmospherium","author_uid":"atmospherium","comments":[],"epoch":1557192115,"event":"LD44","format":"md","ldjam_node_id":156962,"likes":7,"metadata":{"p_key":"132531","p_author":"atmospherium","p_authorkey":"1004925","p_urlkey":"348725","p_title":"Ephemera Postmortem","p_cat":"LDJam ","p_event":"LD44","p_time":"1557192115","p_likes":"7","p_comments":"0","p_status":"WAYBACK","us_key":"1004925","us_name":"atmospherium","us_username":"atmospherium","event_start":"1556236800","event_key":"75","event_name":"LD 44"},"node":{"_collation":{"body_sanitizer":"TextUtils::SanitizeHTML via existing importer","event":"LD44","removed_author":false},"_superparent":139254,"_trust":5,"author":4925,"body":"![You must turn back now_480.png](\/\/\/raw\/d33\/1\/z\/24b4d.png)\nI went into the weekend knowing that I wanted to try out some of Unity's new functionality and ended up targeting the new Visual Effect Graph. I decided I\u2019d do a lyric-video approach to free me up from worrying about game mechanics and letting me focus solely on the bits I wanted to learn. Feel free to check out my final result (https:\/\/ldjam.com\/events\/ludum-dare\/44\/ephemera) as well as another game I created music for (https:\/\/ldjam.com\/events\/ludum-dare\/44\/rude-bear-reassembled).\n\n## What went well:\n### Music\nI wanted to have something that built in intensity towards a large climax and I think I achieved the target I was aiming for. I think I found a good balance of electronic and atmospheric sounds before hitting the guitars-and-screaming bit at the end. I\u2019m not the strongest vocalist, but I think I got a passable performance. A few things I\u2019d do differently in hindsight, but I\u2019m happy with the result.\n\n### Learning\nI had no knowledge of how the VFXGraph worked before going into the weekend and I spent a good 6 hours or so just reading articles and looking at how others have used it. I\u2019m by no means an expert in it now, but I think if I started with a clear target I had in mind I could probably approximate it fairly well. It really is an awesome tool. They brand it as something for non-programmers to be able to get results that usually require programming, but I had the opposite experience - I have no business doing anything with visual arts and I was able to walk away with something cool looking.\n\n### Modularity\nOne of the great things about VFX graph is that you can expose parameters to be code-controlled very easily. Each element had (among other things) a spawn rate and an intensity parameter that combined to control everything from particle size, spawn rate, deformation speed, and color. This could all be controlled in Unity\u2019s Timeline editor, through specific triggers I set up, or in response to the audio\u2019s RMS levels. Sometimes all three. Super flexible.\n![Intensity-Spawn-min-02.gif](\/\/\/raw\/d33\/1\/z\/24b50.gif)\n\n### Timeline\nI had never used Unity\u2019s Timeline editor before either, but I was able to use their Signal Receivers to lock specific actions to specific timestamps on the DSP level. I created a function to add or remove each text block and then could just go through the song and add triggers as needed. I don\u2019t know how much I would use this in a game context, but it\u2019s far more useful than I had expected.\n\n## What didn\u2019t go well:\n### Setting up the Particle Systems\nIt could just be my lack of knowledge, but I had to do a LOT of duplication of VFX Components. I had hoped to be able to create a parameter that would let me swap out the text images as needed, but instead I had to recreate each VFX Component and update the Cache reference inside the Graph itself for every single chunk of text. This meant that I had 30+ separate VFX Graph objects. Once I started implementing text I was unable to make any real changes to how any of those systems worked or else it would be inconsistent with the rest of the project. Not to mention spending way too much time trying to solve this issue that could have been better spent elsewhere.\n\n### No interactivity\nI had hoped to, at a minimum, let the player move the mouse around and affect the particles in the system. It definitely would have made things seem a bit more tangible. It\u2019s definitely possible, but I ran out of time to get it implemented.\n\n## Conclusion\nOn the whole it was a very successful experience. I learned a TON and I\u2019m really happy with the result. While I didn\u2019t accomplish everything I would have wanted, I think I got a lot closer to that target than I usually do for Ludum Dare.\n","comments":2,"comments-timestamp":"2019-05-07T01:37:59Z","created":"2019-05-07T01:06:24Z","files":[],"files-timestamp":0,"id":156962,"love":7,"love-timestamp":"2019-05-07T18:52:09Z","meta":[],"modified":"2019-05-07T18:52:09Z","name":"Ephemera Postmortem","node-timestamp":"2019-05-07T01:28:21Z","parent":154287,"parents":[1,5,9,139254,154287],"path":"\/events\/ludum-dare\/44\/rude-bear-reassembled\/ephemera-postmortem","published":"2019-05-07T01:21:55Z","scope":"public","slug":"ephemera-postmortem","subsubtype":"","subtype":"","type":"post","version":473107},"node_metadata":{"n_key":"156962","n_urlkey":"348725","n_parent":"154287","n_path":"\/events\/ludum-dare\/44\/rude-bear-reassembled\/ephemera-postmortem","n_slug":"ephemera-postmortem","n_type":"post","n_subtype":"","n_subsubtype":"","n_author":"4925","n_created":"1557191184","n_modified":"1557255129","n_version":"473107","n_status":"WAYBACK"},"source_url":"https:\/\/ldjam.com\/events\/ludum-dare\/44\/rude-bear-reassembled\/ephemera-postmortem","text":"![You must turn back now_480.png](\/\/\/raw\/d33\/1\/z\/24b4d.png)\nI went into the weekend knowing that I wanted to try out some of Unity's new functionality and ended up targeting the new Visual Effect Graph. I decided I\u2019d do a lyric-video approach to free me up from worrying about game mechanics and letting me focus solely on the bits I wanted to learn. Feel free to check out my final result (https:\/\/ldjam.com\/events\/ludum-dare\/44\/ephemera) as well as another game I created music for (https:\/\/ldjam.com\/events\/ludum-dare\/44\/rude-bear-reassembled).\n\n## What went well:\n### Music\nI wanted to have something that built in intensity towards a large climax and I think I achieved the target I was aiming for. I think I found a good balance of electronic and atmospheric sounds before hitting the guitars-and-screaming bit at the end. I\u2019m not the strongest vocalist, but I think I got a passable performance. A few things I\u2019d do differently in hindsight, but I\u2019m happy with the result.\n\n### Learning\nI had no knowledge of how the VFXGraph worked before going into the weekend and I spent a good 6 hours or so just reading articles and looking at how others have used it. I\u2019m by no means an expert in it now, but I think if I started with a clear target I had in mind I could probably approximate it fairly well. It really is an awesome tool. They brand it as something for non-programmers to be able to get results that usually require programming, but I had the opposite experience - I have no business doing anything with visual arts and I was able to walk away with something cool looking.\n\n### Modularity\nOne of the great things about VFX graph is that you can expose parameters to be code-controlled very easily. Each element had (among other things) a spawn rate and an intensity parameter that combined to control everything from particle size, spawn rate, deformation speed, and color. This could all be controlled in Unity\u2019s Timeline editor, through specific triggers I set up, or in response to the audio\u2019s RMS levels. Sometimes all three. Super flexible.\n![Intensity-Spawn-min-02.gif](\/\/\/raw\/d33\/1\/z\/24b50.gif)\n\n### Timeline\nI had never used Unity\u2019s Timeline editor before either, but I was able to use their Signal Receivers to lock specific actions to specific timestamps on the DSP level. I created a function to add or remove each text block and then could just go through the song and add triggers as needed. I don\u2019t know how much I would use this in a game context, but it\u2019s far more useful than I had expected.\n\n## What didn\u2019t go well:\n### Setting up the Particle Systems\nIt could just be my lack of knowledge, but I had to do a LOT of duplication of VFX Components. I had hoped to be able to create a parameter that would let me swap out the text images as needed, but instead I had to recreate each VFX Component and update the Cache reference inside the Graph itself for every single chunk of text. This meant that I had 30+ separate VFX Graph objects. Once I started implementing text I was unable to make any real changes to how any of those systems worked or else it would be inconsistent with the rest of the project. Not to mention spending way too much time trying to solve this issue that could have been better spent elsewhere.\n\n### No interactivity\nI had hoped to, at a minimum, let the player move the mouse around and affect the particles in the system. It definitely would have made things seem a bit more tangible. It\u2019s definitely possible, but I ran out of time to get it implemented.\n\n## Conclusion\nOn the whole it was a very successful experience. I learned a TON and I\u2019m really happy with the result. While I didn\u2019t accomplish everything I would have wanted, I think I got a lot closer to that target than I usually do for Ludum Dare.\n","title":"Ephemera Postmortem","wayback_source":[]}