Search Unity

(GameObject)Instantiate()

Discussion in 'Documentation' started by Hyobin_Kim, Jul 15, 2018.

  1. Hyobin_Kim

    Hyobin_Kim

    Joined:
    Feb 25, 2018
    Posts:
    17
    I have been practicing Unity around for 5 months

    until now, about "Instantiate()" to instantiate GameObject,

    usuallt the code was like this

    "Instantiate(prefab, prefabPosition)"

    but recently I have seen this kind of code

    "(GameObject)Instantiate(prefab)"

    I have read the unity document about this part but I can't understand

    Please help me the meaning of those parenthesis in front to "Instantiate()"
     
  2. Peter77

    Peter77

    QA Jesus

    Joined:
    Jun 12, 2013
    Posts:
    6,609