Not working in Unity 2021.2f1

An error occurred running the Unity content on this page. See your browser JavaScript console for more info. The error was:
ReferenceError: Can't find variable: Pointer_stringify
_zappar_camera_source_create@blob:http://localhost:55978/e42cac7b-42ad-4e3f-a71d-d05727183556:2:295446
wasm-stub@[wasm code]
<?>.wasm-function[21349]@[wasm code]
<?>.wasm-function[21272]@[wasm code]
<?>.wasm-function[51786]@[wasm code]
<?>.wasm-function[46789]@[wasm code]
<?>.wasm-function[8255]@[wasm code]
<?>.wasm-function[34478]@[wasm code]
wasm-stub@[native code]
invoke_iiii@blob:http://localhost:55978/e42cac7b-42ad-4e3f-a71d-d05727183556:2:388770
<?>.wasm-function[34478]@[wasm code]
<?>.wasm-function[1648]@[wasm code]
<?>.wasm-function[19665]@[wasm code]
<?>.wasm-function[911]@[wasm code]
<?>.wasm-function[11717]@[wasm code]
<?>.wasm-function[44400]@[wasm code]
<?>.wasm-function[16993]@[wasm code]
<?>.wasm-function[37432]@[wasm code]
<?>.wasm-function[19573]@[wasm code]
<?>.wasm-function[19573]@[wasm code]
<?>.wasm-function[16037]@[wasm code]
<?>.wasm-function[34474]@[wasm code]
wasm-stub@[native code]
browserIterationFunc@blob:http://localhost:55978/e42cac7b-42ad-4e3f-a71d-d05727183556:2:195612
callUserCallback@blob:http://localhost:55978/e42cac7b-42ad-4e3f-a71d-d05727183556:2:148810
runIter@blob:http://localhost:55978/e42cac7b-42ad-4e3f-a71d-d05727183556:2:150082
Browser_mainLoop_runner@blob:http://localhost:55978/e42cac7b-42ad-4e3f-a71d-d05727183556:2:148348

Getting this error on launch. Please look into it!

Thanks,
jrDev

1 Like

Hi @jrDev ,

I believe that I have answered your support ticket; but just in case anybody else is having issues - I will be communicating with our dedicated Unity developers to discuss this issue.

Whilst we aim for a future proof package, the most compatible versions of Unity to develop with are currently 2019 and 2020.

I’ll reply to this thread with an update as soon as possible.

Have a great day!
Francesca :blush:

2 Likes

Hello @jrDev

Thanks for bringing this to our attention.

It seems the Pointer_stringify which was deprecated in earlier versions of Unity has now been removed from Unity 2021.2. We will have it fixed in the next release of UAR (very shortly).

Best,
Shubham

I appreciate the prompt response. When should we expect an update? Would just like to know so I can modify schedule. Hopefully not too long.

Thanks,
jrDev

Hello guys,

Just wanted to let you know I went ahead earlier this week and fixed the errors in file zcv.jslib from the Zappar Plugins folder. I just converted sections that had pointer_stringify to UTF8ToString. Just open in a text editor and search for wherever pointer_stringify is and just replace it. Hope this helps anyone that needs a fix immediately.

Thanks,
jrDev

1 Like