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

Using external editor for Collision Geometry

Discussion in 'Formats & External Tools' started by prjoh, Sep 25, 2019.

  1. prjoh

    prjoh

    Joined:
    Jun 1, 2017
    Posts:
    2
    Hello.

    I plan to write my own tool for creating the collision geometry for my 2.5D game.
    I need to know the capabilities of importing data to Unity, in order to create Game Objects/Components with my specified parameters.

    The collision geometry consists of Game Objects with Polygon Collider 2D Components. The external editor that I want to build, should create the parameters for Transform and Polygon Collider 2D Point coordinates.

    Is there a way in Unity, of importing data for automated Game Object and Component creation?

    Greetings,
    Johannes