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

Is there a Unity 3d Application that is simply a 3d object viewer functionally like PixelSquid360?

Discussion in 'Scripting' started by dlypka, Sep 26, 2017.

  1. dlypka

    dlypka

    Joined:
    Jul 1, 2017
    Posts:
    1
    I have a scene with a simple 3D cube.

    I want to create a app which is a 3D viewer of that scene object similar to the features of the PixelSquid360 viewer?

    I assume it would be game but the functionality is just to view the objects in the scene.

    Is there a viewer framework already in Unity 3d which I can leverage?
    Maybe some script samples to do it?
     
  2. mgear

    mgear

    Joined:
    Aug 3, 2010
    Posts:
    9,350
    Would the models be loaded externally, from other 3D formats at runtime?

    if yes, there are plugins in asset store (and some free) to import .obj and few other formats to your game (outside unity editor), not all them work on mobiles though..