Search Unity

GUI Development and Interface animations possible ?

Discussion in '2D' started by contac, Sep 29, 2016.

  1. contac

    contac

    Joined:
    Sep 29, 2016
    Posts:
    5
  2. JoeStrout

    JoeStrout

    Joined:
    Jan 14, 2011
    Posts:
    9,859
    You can do very similar things in Unity, yes. Pretty much any property of any object can be animated using the built-in animation tools. (And, of course, you can always do it via code as well.)

    However, I don't know that you can take your animations done in After Effects, and somehow integrate those into Unity.
     
  3. contac

    contac

    Joined:
    Sep 29, 2016
    Posts:
    5
    Hello JoeStrout,

    big thanks for your time and support !

    Another questions: I plan to work with html 5. Is this possible to remove the unity webgl and the load window splashscreen ?

    How i can develop a function when i click to different objects that fades,zooms and moves the camera to each object ?

    I search alot of examples to learn more.

    Have you also any helpful links with c sharp codes ?


    Thanks and greetings !
     
  4. JoeStrout

    JoeStrout

    Joined:
    Jan 14, 2011
    Posts:
    9,859
    I'm not certain, but I suspect that if you have a Unity Pro license, you can remove these.

    You'd need to break this into pieces: detecting the click (perhaps with OnMouseDown), communicating the object clicked to some script on the camera, and then that camera script that moves the camera. Whatever fading you're talking about would probably need to be yet another script.

    Take each of these, one at a time, and ask specific questions for help when you need it.

    I'm not sure if you mean for the above problems specifically, or for learning C# in general. In the latter case, try learncs.org.

    Good luck!
     
  5. contac

    contac

    Joined:
    Sep 29, 2016
    Posts:
    5
    Hello JoeStrout,

    thanks for your time and support !

    The link for the c sharp learning is awesome !

    Is this possible to create also a list for the objects ?

    When i click in the list on any object the camera moves to the object and zoom in and zoom out.

    Is this also possible to create a timeline with a play function ?

    Thanks and greetings !
     
  6. JoeStrout

    JoeStrout

    Joined:
    Jan 14, 2011
    Posts:
    9,859
    Yes, all that is quite possible.
     
  7. contac

    contac

    Joined:
    Sep 29, 2016
    Posts:
    5
    Hello JoeStrout,

    thanks for your nice Support !

    Have you also any resources,tutorials link to learn all this stuff.

    Thanks and greetings !
     
  8. JoeStrout

    JoeStrout

    Joined:
    Jan 14, 2011
    Posts:
    9,859
  9. contac

    contac

    Joined:
    Sep 29, 2016
    Posts:
    5
    Hello JoeStrout,

    thanks for the link.

    Greetings !