Search Unity

What is the most difficult thing you have ever programmed (in unity)?

Discussion in 'General Discussion' started by CodeCody, Jul 31, 2012.

  1. CodeCody

    CodeCody

    Joined:
    Apr 27, 2010
    Posts:
    440
    Title says it all!

    For me I would have to say a spore clone world/solar system generator. Was one of my earlier project and the learning curve for that one was quite something; map projections, camera projections, noises, spherical uv's.... Sigh -_-. But enough about me. What was your most wonderfully dreadful programming experience?
     
  2. Meltdown

    Meltdown

    Joined:
    Oct 13, 2010
    Posts:
    5,822
    AI, AI and AI
     
  3. Games-Foundry

    Games-Foundry

    Joined:
    May 19, 2011
    Posts:
    632
    Gotta second the AI call. Not so much the initial code writing for AI, but the debugging when you have a heap of permutations all interacting at the same time.

    And after that, server code.
     
  4. brilliantgames

    brilliantgames

    Joined:
    Jan 7, 2012
    Posts:
    1,937
    I agree. I am just finishing Fantasy AI 2.0. After this update, with Navigational mesh generation, and many other complex new features, I feel like I could program anything blindfolded.. :)
     
  5. SimonAlkemade

    SimonAlkemade

    Joined:
    Feb 4, 2009
    Posts:
    432
    I'm now doing a 2.5D system with both projector as well as cubemap cookie lights rendered in layers with multiple render to texture layers to get it all to work, not a lot of programming but it is starting to make my brain hurt...
     
  6. n0mad

    n0mad

    Joined:
    Jan 27, 2009
    Posts:
    3,732
    Definitely.
     
  7. TehWut

    TehWut

    Joined:
    Jun 18, 2011
    Posts:
    1,577
    I've only done basic AI. There is the computer, unity, and I. None of them survived.
    ;)

    Also servers / databases they are a pain.
     
  8. khanstruct

    khanstruct

    Joined:
    Feb 11, 2011
    Posts:
    2,869
    AI isn't that difficult. Its just a bunch of behaviors that fire based on different variables.

    Now networking... no idea. My brain shuts down when I see networking code.
     
  9. Finjitzu

    Finjitzu

    Joined:
    Sep 8, 2011
    Posts:
    160
    function OnGUI(){

    }

    Everytime I change/add something to my main menu GUI it scares me...
     
    Last edited: Jul 31, 2012
  10. Farfarer

    Farfarer

    Joined:
    Aug 17, 2010
    Posts:
    2,249
    Probably my pathfinding/navmesh script or my event system editor.

    None of it is particularly advanced, code-wise, but I'm not a programmer so there's been lots of learning going on :p
     
  11. TehWut

    TehWut

    Joined:
    Jun 18, 2011
    Posts:
    1,577
    that just took a hit to my self esteem :p