Hello Guest

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - CrowbarSka

Pages: [1]
1
Support / Re: Error when building for WebPlayer or Google Chrome
« on: March 11, 2013, 03:17:25 pm »
Sorry for the slow reply. This seems to have fixed the issue! Thank you for your help!

2
Support / Error when building for WebPlayer or Google Chrome
« on: February 20, 2013, 05:29:28 pm »
I deploying a Google Native Client build, but I just got the following error in the console and nothing was created.

Quote
Assets/TK2DROOT/tk2d/tk2dIndex.cs(130,97): error CS0117: `System.IO.File' does not contain a definition for `GetLastWriteTime'

The same error displays when I try to make a web player build too, and there are serious rendering issues with the output which I can't even begin to describe. I just get my skybox with a white circle in the middle!

It's supposed to look like this:





But it actually looks like this:



I've no idea what this error means or why I can't make a web player build. Standalone builds work fine on all platforms.

Can anyone help? Is this a problem with Unity itself or 2D Toolkit?

3
Releases / Re: 2D Toolkit 1.80 + patch 1
« on: November 07, 2012, 03:28:54 pm »
I'm getting a problem after upgrading to this version. None of my sprites are affected by fog; they appear fully un-fogged when other objects at the same distance (e.g. polygonal meshes) are fogged correctly.

My fog is Linear and my camera is Perspective. Not sure whether these matter or not, but it worked fine before upgrading 2D Toolkit. Perhaps the problem is something to do with the shaders?

I'm using Unity 3.5.6f4 (the latest version).


EDIT: I managed to fix this by changing Fog { Mode Off } to Fog { Mode Linear } in the shader. Was there any reason this got changed in the update? Will future updates continue to override my local changes?

Pages: [1]