Hair shader Error of Blacksmith.
I have a shader error, but i am a artist, i don't know how to fix it. I had imported Hair Shader from asset store. thX for your help. ![alt text][1] [1]: /storage/temp/76466-02.jpg
View Articleuniform arrays, error during compiling the shader
I'm working on Unity 5.4.0p2 for Windows 10 x64. I'm trying to pass 512 float uniforms using MaterialPropertyBlock.SetFloatArray() My uniform array on the shader side is: `float _Heights[512];` and...
View ArticleCustom Shader is Pink Only Samsung
I've written a custom shader for controlling color and offset variables, shader works fine on Desktop, and Android Devices except Samsung. ZTE Devices, LG Devices, General Mobile Devices are fine....
View ArticleError CS1612
I understand that others have had this problem and the answers I am seeing are stating that I need to make a temporary variable that effects whatever I need to edit. However, I am doing this and still...
View ArticleGoogle play services build error help me (android) :(
Hello, I wanted an update for my game (it already has google play in-app and admob) and I tried to include a new feature. The google play services. But after building my game (android) can't build and...
View ArticleHow to init disabled canvas properly
Hi guys, I'm working in a game with canvas for the moment. One is containing the menu, the other the game. I also have an object containing the gameManager that is managing the game, hide show,...
View ArticleText object used in script gets deleted in inspector when running the game....
So I was wondering why this happens... https://gyazo.com/51e7951c85992d7f8851462e59da65da Gif should make clear what's wrong.
View ArticleMajor Account Issue
Hello. I'm currently logged into my secondary account due to some huge issues with my primary one. Whenever I try to log into my primary account, my browser takes a very long time to load and causes my...
View ArticleTerrain, and Transform X,Y,Z axis bugs
So the problem is after i create a terrain and I go to the terrain height options i click on "raise terrain" tool and left click on the terrain but the terrain height barely increases, I tried...
View ArticleEXC_Bad_Access Thread CreateMaterial ()
Hi. My Game is Crashing on IOS even before splash screen. It is working fine on Android devices. And On Unity Editor too. I couldn't figure out the reason. Attached is the screenshot. ![alt text][1]...
View ArticleUnity 5.4.0f3 (64-bit) blank white screen at startup.
Things what i done: -Reinstall -Tried older version (5.0 works) When i start a new project or i start an older project its just loading and showing this screen. ![alt text][1] [1]:...
View ArticleUnity Editor crashes while adding certain Objects
Hello, i am new to Unity, started my new project today and having a problem. Whenever I add a new Plane, It hangs and about 20-25 seconds later it crashes and closes. Then the Unity Bug reporter opens....
View ArticleWhat is wrong with my script?
Notes: - Unity Version: 5.4.0f3 (64-Bit) I tried to create a simple script to toggle between two cameras (A first and a third person) and when I did, Unity gave me some errors. What is wrong with my...
View ArticleUnity crashed while building, now it crashes everytime I open the project.
Unity crashed while building, now it crashes every time I open the project. Even when I open a older backup scene file I worked on an hour ago, to test if it's the scene and it still crashes. What's...
View ArticleToo much light on grass
Hi! I am making a fps game, and i put some police vehicles in the scene. Unfortunelly, they had no flash\siren so i made 3 lights for each vehicle. The lights are blue,red,and white. But i have a...
View ArticleFrame rate drop after un-pausing the game
Our game pauses just fine, but the longer it remains paused, the worse the frame rate drop after un-pausing. If we un-pause immediately after pausing, there is no performance drop. I would assume there...
View ArticleCamera Toggling Error
Hi there I'm trying to make a script to toggle between cameras, but unity is bringing up the following: (5,23): warning CS0108: `CamerChange.camera' hides inherited member...
View ArticleScripts in APK build failing.
Hi everyone, I just made a build of my game as an APK to try testing it out on android devices to see how they ran it. I ran into a failed resource packaging issue. I think I fixed that by removing the...
View ArticleUnity Errors when building
Everything has worked fine and i am now finished with my project. but when i hit build it gives me these three errors: 1. IOException: Failed to Move File / Directory from...
View ArticleAssets/Scripts/GameManager.cs(9,17): error CS1519: Unexpected symbol `=' in...
using UnityEngine; using System; using System.Collections.Generic; using Random = UnityEngine.Random; public class Boardmanager : MonoBehaviour { [Serializable] public class Count { public int minimum;...
View Article