Timeline doesn't show anything after creating timeline asset
Hello, I have issues with Timeline in Unity 2020.1.0f1. When I try to create new timeline associated with game object, it creates playable director and timeline asset. After that a one clip must show...
View ArticleDllNotFoundException: sqlite3 IOS
i have been following this tutorial https://www.youtube.com/watch?v=ONi0M4PyXE0&t=699s I'm required to use a database. im having issues getting data to display. the sqlite3.dll is in the Plugins...
View Articledisable compile shader variants in unity 2019
how can I disable compile shader variants in build stage
View Articlecannot get the package size for ....,cannot get the package size for.....
hi, iam new at unity and iam trying to download fps microgame project for learning. when i press download it shows me a message (cannot get the package size for fps microgame) i don't think its an...
View ArticleIssue? For loops run slower while viewing object in inspector
In the first screenshot, if you look in the inspector down nearer the bottom of the controller script at the Attack cooldown and base attack cooldown functions, attack cooldown is supposed to be...
View ArticleDots VR project.,need help in Dots VR project
i am working on DOTs Vr project. but, i dont know how to code in Ecs system for VR. in my project, i need to simply grabe the object, make collision, untight the screw etc. could you help me out how...
View Articlebolt does not import in unity 2019.4.8f1,bolt does not import in unity
bolt gives an warning while importing in project. warning: Assets\Install Bolt\Editor\InstallBoltMenuItem.cs(76,80): warning CS0618: 'ScriptingRuntimeVersion' is obsolete: 'ScriptingRuntimeVersion has...
View ArticleUnity stuck on "Importing" while starting Unity 2020
When I start Unity 2020 from Unity Hub it gets stuck on either "Importing" or "Compiling Assembly Definition Files scripts". So I can't get into any Unity project.
View ArticleClipping Plane Problem
so im making an fps multiplayer game, my camera clips through walls and seeing the other side, but i found a solution to that, however when i decrease the clipping plane to 0.1 in order for the...
View ArticleUnity Hub 4.2.0 won't let me sign in.
Hi all, I've had problems with unity, and recently, when trying to re-log to see if an issue could be solved, I now can't log back in. When clicking Sign In, both in Unity Hub and in the Unity Editor...
View ArticleWhy does my code not work?
public float rotatorSpeed; public float rotatorTrigger = 0f; Vector3 rotatorLocation; void OnTriggerEnter(Collider triggerData) { if (triggerData.tag == "Rotator") { rotatorTrigger = 1; rotatorLocation...
View ArticleWierd behaviour of slider when value is changed too fast
I have an array of images and a slider which controls a their alpha. At one moment the slider only affects two images - the one which is fading and the one which is appearing. Once an image has fully...
View Articleissue with mixed lighting help needed
ok so in simple terms i've needed to migrate a scene from one project to another to update some features before migrating all lighting worked completely fine as shown here: ![alt text][1] [1]:...
View ArticleDowngrading unity 2019.4.9f1 to 2018.2.21f1 : Prefabs broken / not imported...
After downgrading my unity project from 2019.4.9f1 to 2018.2.21f1 , prefab are broken and on running in editor displays message : Error in response at (wrapper managed-to-native)...
View ArticleUV issue on pixel pallet from Blender
Good day! Found a strange problem when exporting a model from blender to unit. I'm using pixel pallete 24x24. 1 color = 1pixel. In blender model looks good. In unity one face have issue . When i move...
View ArticleComputer monitor going black when using Unity (2020)
When my unity project is open, my pc monitor starts **going completely black randomly**. Most of the time it turns black then back on after a few seconds and sometimes it shows a "No signal" message...
View ArticleCan't jump while running, and animation won't transition
I have 4 animations idle running jump running jump Idle is the default animation There are 2 boolean parameters, ismoving and isjumping. The ground boolean is just a test so it won't affect anything...
View ArticleGame Object disappears from inspector when I press play
I've added a mechanic into my game so that when the player collides with a trigger a button will appear for them to click, and once they do a player animation will activate. Here's the script for that:...
View Articlecollider issue! Need Help!
For some reason, when I have two players with a sphere collider(it is a trigger) it still collides. Some times I can glitch inside of the sphere collider if I move around weirdly. Why is this? Here is...
View Article2 Cameras layer wont render till i turn it off/on
Hi, as i mention, im following a tutorial for first person game and now, i cant see the second camera til i turn it on and off, if i render only camera 2 works fine, i already re done it and still the...
View Article