Topic: Error in webgl

I am facing one major error while searching for place in webgl Unity Demo . its showing null function or signature mismatch error.

Post's attachments

Attachment icon Untitled.png 1.26 mb, 93 downloads since 2023-06-29 

Re: Error in webgl

Hi.

This message does not contain any useful information.
Please open the browser console (F12 by default) to find out what went wrong.

Kind Regards,
Infinity Code Team.

Boost your productivity a lot and immediately using Ultimate Editor Enhancer. Trial and non-commerce versions available.

Re: Error in webgl

HI ,

i am still facing this issue while finding place using auto complete search  and its shows No 'Access-Control-Allow-Origin' header is present on the requested resource  Please help me on this issue .I have attached screenshot of that.

Re: Error in webgl

It is CORS causing the problem.
CORS is a browser protection mechanism for cross-site requests.

The solution is to let requests to services that have a CORS problem go through your own proxy with the correct response headers.
Example:
https://infinity-code.com/atlas/online- … IHook.html
You can easily find example proxy scripts on the internet.
Or you can email me (support@infinity-code.com) and I will send you an example proxy script.

Kind Regards,
Infinity Code Team.

Boost your productivity a lot and immediately using Ultimate Editor Enhancer. Trial and non-commerce versions available.