Questions tagged [unity3d]

Unity is a cross-platform game engine used to develop video games for PCs, mobile devices, consoles and websites. Questions about programming and software development using Unity game engine are off topic and should be asked on stackoverflow.com.

49 questions
1
vote
1 answer

How to transfer spritesheets in unity without losing settings

I have a character with a sprite, animations, etc that I want to transfer into a new unity file. However, if I copy and paste or import the character's spritesheets and animations, they lose their settings and the individual sprites on the…
shadow
  • 13
1
vote
0 answers

Unity -- Stop Rigidbody from Moving Player

So I'm working on an RPG and I have some colliders which of course, don't work without rigidbodies. To stop rigidbodies from moving you, you must put constrains on positions, but then there is no collision... How do I fix this? With…
0
votes
1 answer

Remove Unity Hub logo animation?

Unity Hub (the launcher program to open Unity projects and install editors) introduced a logo splash screen animation in a recent version. (Not to be confused with the splash screen Unity puts into compiled builds, which can be removed in the Player…
0
votes
1 answer

Unity Hub doesn't show new install

I just installed Unity 2020.3.30f1 and while it shows in Control panel, It doesn't show in the unity hub Installs tab. What's going on? I'm using: Windows 10 Home Unity Hub 3.0.1 Unity 2020.3.30f1
Tuor
  • 273
0
votes
1 answer

did Shader Graph's interface change? nothing looks right

first of all, I created the shader from 'create/shader/universal Render Pipeline/sprite lit shader graph' instead of 'create/shader/2d renderer/sprite list shader graph' creating the shader graph: next, I am greeted with "Vertex" and "Fragment"…
0
votes
0 answers

Text File to Unity 3D GUI Canvas Textbox

So I was given this code by a user who claimed this would do what I want it to do... which is display the txt file noted in the code and post the single line information in it to a GUI Textbox... However, nothing happens - any ideas what's…
SammyJ
  • 3