Error shown while embedding the search into unity editor

Asked By 10 points N/A Posted on -
qa-featured

Hi fellows,

I have been planning to create a database of online error code for unity 3D. This would be for the ease of people.

If they have any problems, they will submit their errors and will be given an error ID.

Then they will be given suggestions regarding their ID.

I am still thinking over it as to which platform should I use? Secondly, can anyone embed the search into unity editor?

When I try to do it , I get the following screen:

Console

Your helpful suggestions are required in this matter.

Regards.

SHARE
Best Answer by Maybt Barton
Answered By 0 points N/A #143065

Error shown while embedding the search into unity editor

qa-featured

Hello Gwendoly,

That is most likely a problem with the code that you are using to create the database. Ensure that you have declared the values correctly, and also make sure that there is an active internet connection since the database is meant to be accessed online. That should help.

Regards,

Nicke

 

Best Answer
Best Answer
Answered By 0 points N/A #143066

Error shown while embedding the search into unity editor

qa-featured

 

Good day!
 
As i've read your problem , I have come up a solution that this error occurs because the variables you are using in your coding were not properly declared, it could have been float, integer, double, etc. and what database are you using? MS ACCESS? or MYSQL? I suggest you use mysql for it is free and the community of programmers are huge, in case you need their help they will be their to assist you. to sum it up to solve your problem.
A. declare the variables
B. choose a database that is compatible with unity3d
C. you can't embed a search query, you must code them from scratch.
 
Hope I have helped you!
 
Take care!

Related Questions