Search Unity

Feedback Is it possible to build AI tools in Unity to help development?

Discussion in 'General Discussion' started by Lex_GM, Feb 28, 2020.

  1. Lex_GM

    Lex_GM

    Joined:
    Feb 6, 2018
    Posts:
    1
    Hello, I am in the final year of my career and right now I am thinking what to do as a final degree project. I have been years with an idea in my mind what is to apply aritificial intelligence (maybe machine learning) to a graphic engine like Unity to speed up development; I had this idea after reading articles like https://www.guerrilla-games.com/read/gpu-based-procedural-placement-in-horizon-zero-dawn or https://wccftech.com/hellblade-director-ai-game/. Maybe not specific to the game and player experience but more focus on actual development

    The thing is that I don't even know if this is possible in Unity and if it is viable in a real scenario or even if it would be interesting for a final degree project. So I come to find opinions or ideas to discuss about this.
     
  2. neginfinity

    neginfinity

    Joined:
    Jan 27, 2013
    Posts:
    13,571
    You can think of unity being a scenegraph management api.
    As soon as you do that, it becomes obvious that you can almost any AI solution into it.