Quantcast
Channel: Answers by "scottharber"
Browsing all 18 articles
Browse latest View live

Answer by scottharber

It's because you're using the FileStream class. The wording in the error message is a bit tricky, it's caught me out before too.> The supported APIs test detected the following errors: ◦API...

View Article



Answer by scottharber

I had a similar problem and just solved it. The trick is to save your textures as PNG before you download them using WWW. Jpg doesn't download through iOS for some reason.

View Article

Answer by scottharber

Never mind. I found a solution by altering the placement of the decal. Unity's lightmapper lets you place a decal between 0m and 0.00029m from a surface before it generates AO. Adding an offset to the...

View Article

Answer by scottharber

Actually, never mind. The profiler reports the on-device memory cost of the light maps as 0.7MB each. It just looks like the Lightmapping window is displaying the memory costs incorrectly.

View Article

Answer by scottharber

Found it. Sharing the love in case someone else has this question and finds this thread: // ------------------------------------------------------------------ // Extracts information for lightmapping,...

View Article


Answer by scottharber

More info (and a code fix!): The issue itself lies within the DecodeLightmap function in the shaders. In UnityCG.cgInc, there are two code paths that define what to do with the lighting; one for RGBM,...

View Article

Answer by scottharber

It's because you're using the FileStream class. The wording in the error message is a bit tricky, it's caught me out before too.> The supported APIs test detected the following errors: ◦API...

View Article

Answer by scottharber

I had a similar problem and just solved it. The trick is to save your textures as PNG before you download them using WWW. Jpg doesn't download through iOS for some reason.

View Article


Answer by scottharber

Never mind. I found a solution by altering the placement of the decal. Unity's lightmapper lets you place a decal between 0m and 0.00029m from a surface before it generates AO. Adding an offset to the...

View Article


Answer by scottharber

Actually, never mind. The profiler reports the on-device memory cost of the light maps as 0.7MB each. It just looks like the Lightmapping window is displaying the memory costs incorrectly.

View Article

Answer by scottharber

Found it. Sharing the love in case someone else has this question and finds this thread: // ------------------------------------------------------------------ // Extracts information for lightmapping,...

View Article

Answer by scottharber

More info (and a code fix!): The issue itself lies within the DecodeLightmap function in the shaders. In UnityCG.cgInc, there are two code paths that define what to do with the lighting; one for RGBM,...

View Article

Answer by scottharber

It's because you're using the FileStream class. The wording in the error message is a bit tricky, it's caught me out before too.> The supported APIs test detected the following errors: ◦API...

View Article


Answer by scottharber

I had a similar problem and just solved it. The trick is to save your textures as PNG before you download them using WWW. Jpg doesn't download through iOS for some reason.

View Article

Answer by scottharber

Never mind. I found a solution by altering the placement of the decal. Unity's lightmapper lets you place a decal between 0m and 0.00029m from a surface before it generates AO. Adding an offset to the...

View Article


Answer by scottharber

Actually, never mind. The profiler reports the on-device memory cost of the light maps as 0.7MB each. It just looks like the Lightmapping window is displaying the memory costs incorrectly.

View Article

Answer by scottharber

Found it. Sharing the love in case someone else has this question and finds this thread: // ------------------------------------------------------------------ // Extracts information for lightmapping,...

View Article


Answer by scottharber

More info (and a code fix!): The issue itself lies within the DecodeLightmap function in the shaders. In UnityCG.cgInc, there are two code paths that define what to do with the lighting; one for RGBM,...

View Article
Browsing all 18 articles
Browse latest View live




Latest Images