- Home /
Sql Help Unity 3d
Hi, I have a interface which i need to connect to a databse kind where we have a predefined questions. User can type in the question and if it matches the one in databse show up in the text field and the question has to be selectable ..
Plzzz Help i have a presentation on Monday!!
Thanks in advance!!!!
Answer by qJake · May 14, 2010 at 09:24 PM
Unity has a full implementation of Mono/.NET, which supports MySQL connections.
See this page for more information.
That was help full indeed thanks, But can you tell me how am i supposed to make a search bar type where if i type a word say eg: square then it matches all the questions containg square word and show up. Thanks!!
I'm not going to explain how you set up a $$anonymous$$ySQL connection in .NET, perform a query, and then get the results, no. That is outside the scope of this website, and frankly, I'm not 100% sure how to do it myself, as I've never used .NET and $$anonymous$$ySQL together before. I will tell you that it's somewhat of an involved process, and you should at least be vaguely familiar with ADO.NET as well as the C# language before you continue.