Hi,
I have been testing out the mmo demo for photon, and the help file won’t work on my windows 7 computer. It says navigation ot the webpage was canceled. Any ideas?
Also, in the demo I get some glow/blur errors and the radar does not show.
Thanks!
Hi,
I have been testing out the mmo demo for photon, and the help file won’t work on my windows 7 computer. It says navigation ot the webpage was canceled. Any ideas?
Also, in the demo I get some glow/blur errors and the radar does not show.
Thanks!
if you get glow / blur errors its likely a unity pro effected attempted to be used on free unity where glow / blur / postfx is not available.
same could go for radar depending on its implementation (if it was done with a render texture, not normalized camera rect. can’t remember which it is)
The windows help file is simple fix, this is actually an issue from back in Windows XP days, simply right click on the file and click on properties, then at the very bottom of that window is a check box for “allow content” (or something like that) click on that and then click on apply. Then open the file, any file of that data type is done this way by windows now and has been since XP SP2. Has nothing to do with Photon at all. As far as the second issue, sounds like a pro effect as mentioned by dreamora.
Wow! Gotta love Unity community with all I’ve the much appreciated quick helpful reaponces.
Thanks a ton!
Also, is there any fix to the pro issues?
just remove disable the components. They should be hooked up on the camera (or remove them completely)
I just found some time to check the radar.cs. I did not notice anything that is pro-only. We paint the blips with GUI.DrawTexture.
Anything that’s not directly affected by networking should be identical to the Island demo by Unity. I don’t see how this could be pro-only.
If anyone has an idea…