Search Unity

3d game object

Discussion in 'Getting Started' started by mithunkumar, Mar 14, 2016.

?

how to replace 3d object

  1. 2

    0 vote(s)
    0.0%
  2. 2

    1 vote(s)
    100.0%
  1. mithunkumar

    mithunkumar

    Joined:
    Feb 19, 2016
    Posts:
    5
    hello
    i was working on wikitude plugin for unity. i run sample example of wikitude, it is working. but when i replaced 3d game object of sample wikitude with another 3d object(.fbx file), its not appearing on camera. i want to know how to add 3d object to unity so that it recognise in camera.
    thank you
    mithun
     

    Attached Files:

  2. mithunkumar

    mithunkumar

    Joined:
    Feb 19, 2016
    Posts:
    5
    and also i want to where i have to add c# script file to make object move or to do some actions. when i tried with a script file to move object , it is not appearing on camera view.
     
  3. Schneider21

    Schneider21

    Joined:
    Feb 6, 2014
    Posts:
    3,512
    So wikitude appears to be an SDK for integrating AR into your Unity project. That's all well and good. However, you don't yet seem to have a solid grasp on the fundamentals of Unity.

    Have you gone through the official tutorials?