Search Unity

Question What scripts are running

Discussion in 'Scripting' started by RoughSpaghetti3211, Mar 30, 2022.

  1. RoughSpaghetti3211

    RoughSpaghetti3211

    Joined:
    Aug 11, 2015
    Posts:
    1,705
    When I drag and drop an asset from the project window into a scene what scripts are actually running?
     
  2. spiney199

    spiney199

    Joined:
    Feb 11, 2021
    Posts:
    7,859
    When you plop an asset into a scene you're basically Instantiating it. And I suppose the scene is dirtied if it's not already.

    What's the purpose for wanting to know this?
     
    Bunny83 likes this.