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

Access unity native database using outside webserver

Discussion in 'Meta-forum Discussion' started by fariadagracahenriques, Nov 4, 2018.

  1. fariadagracahenriques

    fariadagracahenriques

    Joined:
    Nov 4, 2018
    Posts:
    1
    Hello,

    I'm developing a new game using unity framework.

    I need to get information from unity database to store in my own MYSQL server. How can i do it? I find some documents but all of them talks about sql server to unity and not unity database to sql server.

    Note that this need to be a directly query from full database to sql webserver and not only to story results on-the-fly.


    Thank you in advance