Anti aliasing not working?
I'm trying to get anti aliasing to work with the free version of unity. I can't get it to work even with a simple project that just has a cube, camera and light. ![alt text][1] I've also specified anti...
View ArticleI am getting mesh flickering issue on Ipad.
Hi friends, I am getting mesh flickering problem on Ipad. I am not able to see this flickering issue on PC. I tried increasing near clip plane adding anti aliasing, But the problem is still there....
View ArticleGUI Layout 'Fading' on changing QualitySettings
Hi there, I have a menu with a button that changes Anti Aliasing Settings on and off (from x0 to x4) however when I push this button my GUILayout of Buttons seem to fade out. I have decided to remove...
View ArticleGraphics.Blit moves screen one pixel up
I'm having the weirdest issue. When I use forward rendering and does any sort of post effect that calls Blit (SSAO, Bloom And Lens Flares, etc.) all pixels in the screen jumps up one spot. It doesn't...
View ArticleRestart your Application via Script
Hi, I'm creating an app that has the option to change Anti Aliasing at run time. Unfortunately Unity has trouble doing this on Android and it causes huge errors likely related to not destroying and...
View ArticleDestroying and recreating renderers/shaders at runtime
Hi, I am having trouble with changing Anti Aliasing at run time and I would like to find a work around, I believe it has something to do with not destroying and recreating renderers at run time. I have...
View Articlecan 4.3 2D sprite support Anti-Aliasing??
Hi Unity people, I'm currently developing a 2D top-down RPG game in Unity 4.3. Im planning to get Pro-license to use Anti-Aliasing effects, and here is the question. Question: objects in my game use...
View ArticleWhite pixels along tree creator trees
I am having a problem with my tree creator trees. There are white pixels along the edges of the bark and leaves. It has something to do with the Anti Aliasing. When I disable AA it goes away. Here are...
View ArticleJagged Edges In Unity
Hi everyone! I've had a huge problem with Unity for a while. All my models and objects have jagged edges! It looks horrible but I know it can be fixed, I have seem loads of Unity games without it....
View ArticleHow dose unity achieve multi sampling?
All hardware MSAA? It dose not effect textures, only edges.I don't find out VRAM's usage diffrence between disabled and 8x Multi Sampling. Please, please. :).
View ArticleSet AA Quality besides the other settings.
Hi, i want to know if it possible to manually set the Anti Aliasing quality level besides the selected quality level, for example: If I select Good Quality Level in my settings but I want to set AA to...
View ArticleCustom MSAA in pixel shader with DX11
Hi there, I am trying to figure out to implement custom MSAA in DX11 when drawing spherical billboards. The technique is superficially described [here][1] on page 14, but it lacks implementation...
View ArticleRenderTexture Antialiasing not working
Has anyone made antialiasing work? If I set it to something other than 1 - textures comes out empty. I am using 5.1, and I have checked patch notes and don't see it addressed in any versions last 9...
View ArticleHow can I stop these weird gaps between equally-spaced sprites?
I have a grid of sprites, they are all the same size and spaced equally apart. But at most orthographic sizes, larger gaps appear between the sprites. I've noticed turning anti aliasing property in the...
View ArticleProblem with anti alias and trees
![alt text][1] Hello everyone, I have a problem with my trees and this includes just normal 'prefab' trees as well as treebuilder trees. When light shines on a tree, I can see these white dots and...
View ArticleAA + Vertex colors = mesh face cracks/seams
I am stuck. Around the lips and cheeks of one my characters there are visible cracks or seams between mesh faces showing up, especially while animated. There's a moment when the face is huge, so this...
View ArticleImage effect (post-processing) + Anti Aliasing Disabled = Blend problem
Hi, I have an image effect with "Blend SrcAlpha OneMinusSrcAlpha", which works if QualitySettings > Anti Aliasing is **not Disabled**. However, if it is **Disabled**, the effect is **as if the...
View ArticleAnti aliasing not working?
I'm trying to get anti aliasing to work with the free version of unity. I can't get it to work even with a simple project that just has a cube, camera and light. ![alt text][1] I've also specified anti...
View ArticleI am getting mesh flickering issue on Ipad.
Hi friends, I am getting mesh flickering problem on Ipad. I am not able to see this flickering issue on PC. I tried increasing near clip plane adding anti aliasing, But the problem is still there....
View ArticleGUI Layout 'Fading' on changing QualitySettings
Hi there, I have a menu with a button that changes Anti Aliasing Settings on and off (from x0 to x4) however when I push this button my GUILayout of Buttons seem to fade out. I have decided to remove...
View Article