Is there way to apply scale on guitext?
Hi guys, first I want to apologize for my bad english, I come from Slovakia My question is: I started to develop games for android, but my problem is, that when I give my app into mobile with medium...
View ArticleMoving game objects
Hi guys, first big sorry for my bad english, im working on it ;) I want to ask you something. I want to move some objects in my game, its simple, there are asteroids which move from up to down (create...
View ArticleCoordinates of bullet hit
Hi guys :) I am trying to create an FPS game, so I have a gun, bullets and so on. My script for the bullets is: var Bullet : Transform; var Spawn : Transform; var fireRate : float; private var nextFire...
View ArticleMap size in km2
Hi guys, i know, that this quest was there many times, but I still dont understand So if I have terrain with resolution 10 000 x 600 x 10 000 and my heightmap has 4000 x 4000, its only example :) So...
View ArticleInstantiate problem
Hi guys, sorry for question, dont know if its here (cant find) I have problem with instantiate prefabs. Im making a car game, where you can choose multiple cars. What you choose is stored as...
View ArticleGoogle Play Services problem
Hi guys, sorry for question, but i cant find any solution for this Im trying to implement play services into my game. I installed this plugin:...
View ArticleAndroid apk wont start without internet
Hi guys, im trying to figure out this weird problem. Im not able to play my game without wifi turned on. If its turned off, i get Unity logo and than black screen, if its turned on, everything works...
View ArticleWeird shadows on fbx model
Hi people, im making game in unity and i have little problem with car models from cinema 4d. When I import them into unity I get these weird triangled shadows or what it is ![alt text][1] [1]:...
View ArticleClick to add object
Hi people, want to ask, if there is a plugin, which can add specific object to the scene/hierachy by clicking :D I mean, i have town, i have traffic lights and street lamps, etc. I need to get them to...
View ArticleCrash detect
Hi guys, I'm making car game in unity3d, I have city, cars, street lamps etc. I want to make it destroyable, like in GTA. For now its working like it should be, but problem is with resistance of some...
View ArticleUnity3d 2017.4 android performance
Hello guys, i updated unity to the 2017.4 version and I have som kind of problem with performance. I have scene, where I have some buidings, roads, terrain etc, stats: tris are 100-150k max batches:...
View ArticleNavmesh rotation
Hi guys, I want to ask. Im making a car game and I want to have animated train (like gta san andreas/gta 5). Using animation is more complicated so I tried to use Navmesh and Navmesh agent. It looks...
View ArticleRestore object position when its culled in LODGroup
Hello, i have big problem with my game. Im creating car game where you can destroy objects. I have trash bins, lamps, benches etc. Im using LODGroup because Im using rigidbody, so I have 2 same...
View ArticleUnity plugin locked files
Hello guys, some time ago, I had unity plugins / asset packages, where some scripts were like locked or something. There was no way to open it, but everything works great. My question is: how to create...
View ArticleNamespace inside DLL file
Hi guys, I want to ask, if its possible to create DLL file from .cs file, which uses some namespaces from other script like: using SomeNamespace // not Unity namespace MyNamespace { public static class...
View Article