Search Unity

Cost of Monobehavior Script with No Update

Discussion in 'Editor & General Support' started by Brian-Brookwell, Mar 14, 2017.

  1. Brian-Brookwell

    Brian-Brookwell

    Joined:
    Sep 14, 2012
    Posts:
    47
    Is there any overhead for creating a script that has no Update? I'm trying to create a general Creature structure for a game that will require various plugin scripts for various special activities. Most of these are actually more like libraries as they have public methods but don't have an Update method.