How Do I Make Unity Rotate a Scene Around Selection?
Hi all, I've heard that Unity rotates the view around a selected object. However if i press Alt+LMB and move, it always rotates around scene center. I can't make it rotate around a selected object....
View ArticleCombine 2D grass patch edges into one
Hello everybody!I'm doing a 2.5D game and i want to be able to merge the edges of some assets like that grass. Lots of games use this technique but im not sure how to archieve that. Unity provides a...
View ArticleJumping like in Street fighter or Tekken
How would you limit movement mid air making the jumps more of a commitment?
View ArticleZoom camera's aim is off. Quaternions completely baffling me
DESCRIPTION I am using the MouseLook script below that I got from Unity forums to move my camera around. I am attempting to create a simple zoom effect by increasing the Field of View then having the...
View ArticleViewing the Profiler on a Stand-alone
Hello, I'm currently doing a tutorial in which the author tells me to make a development build and check Autoconnect Profiler: http://catlikecoding.com/unity/tutorials/frames-per-second/ (about a third...
View ArticleTextures Issues
when applying a texture to 3D object, is there a way to fix that issue as show in the picture ?
View ArticleSRDebugger - On-Device Console, Options Panel, and Bug Reporter.
SRDebugger is a tool to help you track down bugs while on the target device. Access to the Unity Console in any build of your game allows you to diagnose problems without deploying a debug build...
View ArticlePlastic keeps reverting to collaborate after close out or crash
Our team just upgraded to Plastic 2 days ago. We were able to access plastic on the first day, however, we ran into some issues today. Firstly, our intern (a user and not an owner) found that his...
View ArticleHow to stop VS autocomplete from completing "private" for monobehaviour...
I need to stop VS autocomplete from completing "private" for monobehaviour functions. It wasn't doing that when I installed VS together with unity, but after I reinstalled, it's doing this. I've been...
View ArticlePlastic SCM doesn't like renamed files
This may be a bug or just another of Plastic SCM's pain points: Unity 2021.2.8f1 + Version Control 1.15.16 Steps to reproduce: 1. CTRL-D to duplicate a prefab (Project window) 2. Rename that prefab...
View ArticleHow can I make my method stop caring about the possible exception threw by...
Hello everyone, I've figured out that when a method call another method, the prior "pauses" until the called one is done. Here is an illustration : Code (CSharp): void Start() { print("step...
View ArticleClones in Unity not appearing in game view
Hi, I just started learning game development with unity and I just ran into a problem. I created a spawner and the clones don’t appear in game view. It is really strange because the clones appear in...
View ArticleNeed help with bullet script
Okay so for a while now I been working on my 3d fps game, And I have been having some problems with my health and damage system. Its not working and I really want to finish it before playing around...
View ArticleMaking Grid question, advice
So I am making my own countryball war theme set during 1096-1453. I want some advice on making a grid-like with the picture below. I want it to be a turn-based attack like pokemon but my main issue is...
View ArticleAngry Birds: Snap to circle
In an angry birds game I have this code for lining up the bird to fling: Code (CSharp): if (Input.GetButton("Fire1") && !F) { mv =...
View ArticleCharacter "é" not showing on IOS
Hi everybody I'm doing a game for Mobile . But I have some probleme with some character.. For example the "é" To show the text, i'm using Text Mesh pro GUI , with : Code (CSharp): statutMadeTxt.text =...
View ArticleWhat is on (secret) sale? - (2nd new thread)
To clean up and to get around some weird, unexplained bugs in the two old "what is on (secret) sale?" threads I am starting a new thread again. Like the old threads, this one is for posting about...
View ArticleHow to use a templated member in a MonoBehavior?
Hello Community, am developing a special container type which I'd like to control through a MonoBehavior. How can I have a member variable in a monobehavior that has a template parameter? Would like...
View Article[RELEASED] Easy Character Movement 2
Easy Character Movement 2 DESCRIPTION Easy Character Movement 2 is a robust, feature-rich, highly customizable, general purpose (not game-genre tied) kinematic character controller. ECM2 can be used...
View ArticlePaint In 3D ️️✏️ In Game & In Editor & Skinned Mesh Painting
Paint all your objects using Paint in 3D - both in game, and in editor. All features have been heavily optimized, making it great for WebGL, mobile, VR, and much more! >> Get Paint In 3D...
View Article