Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Object creation through code

Discussion in 'Editor & General Support' started by Skybox81, Oct 21, 2014.

  1. Skybox81

    Skybox81

    Joined:
    Oct 13, 2014
    Posts:
    2
    Is it possible to create objects like cubes to specific locations in game using a data table, and when a item is changed in the data table have it change in game? All of the items are mapped out to a data table already but would be very time consuming to create each item manually in game. I am not very good at programming but was wondering if it is possible and how difficult would it be to accomplish?
     
  2. shaderbytes

    shaderbytes

    Joined:
    Nov 11, 2010
    Posts:
    900
    of coarse it is possible and not to difficult but you did mention you have no knowledge of programming and so I can only imagine that having someone show you how to do it would not be the end of your problems because if you cant program this aspect of your game, how do you intend to program all the rest that is required to make a functional game?

    You have two options here :

    1. Learn how to program and do it yourself
    2. Pay for services from a programmer to help you do all you need.
     
  3. Skybox81

    Skybox81

    Joined:
    Oct 13, 2014
    Posts:
    2
    Thanks for the reply shaderbytes. I just wanted to make sure it can be done before I posted in the commercial job offering section.