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.

Instantiation and Particles

Discussion in 'Scripting' started by EuanHollidge, Nov 6, 2017.

  1. EuanHollidge

    EuanHollidge

    Joined:
    Nov 3, 2014
    Posts:
    69
    Hi guys. I've got a question. Currently I'm working with particle systems. I instantiate them into the scene then edit some parameters (basically just the colour). The issue is what I change on the clone I also change on the original prefab. As you can imagine this isn't what I want. Unfortunately due to weird circumstances I only have a screenshot of the code (shown below). Anyone know how I can change the clone without changing the original prefab?