I'm sorry for being so dumb, but how do I amend the Animator to do that? There are only options to select the Controller and Avatar.
I kept the Animator in the root and deleted the sprite renderer from it.
In the Cursor child, I added an Image com…
When I disable the Cursor child, the white box disappears, but no cursor shows up anyway. But the live view of the Animator is still running properly.
Here is the inspector of the Parent of the cursor prefab; maybe I made some mistakes there?
(Ima…
I also have a 2D game, so Im trying to make the highlights work. I didn't find Sprites Diffuse material, but I found Default Diffuse. Is that the same thing? The problem is that when I select this, the object turns purple. I also created my own mate…
(Quote)
Yes, it transitions properly, and the animations are shown to play in the Animator.
I cleared the Cursor Rawimage, and it finally shows a white square of the Cursor child rawimage, but none of the cursors I set up.
The Animator component i…
I have been trying to change to the Unity UI cursor using Animator, but I cannot make it work. Is there a tutorial somewhere? I read the manual, but I struggle to make it work.
Do I set anything in the Cursor Manager besides the Unity UI rendering …
So it was what you suggested, thank you! It was a stupid mistake caused by inattention. At each of the problematic clip, the rig position was not at 0,0,0 and the the animation thus played outside of the picture.
Sorry, I didn't phrase it properly. I have a very crooked path that the NPC (a beetle) is supposed to follow on a wall. With the current setting of 8 directions, the rotation of the rig is limited by these directions. But I would like the beetle to …
In the Manual v1.82.0. It's good to know why I couldn't find it :-D
Is there a way to make the NPC turn smoother? The only thing that comes to mind is making even more directions than 8. But is that even possible when 8 is the maximum to set in fac…
Thank you. I didn't use Direction in the end because I could not, for the love of god, find the "Diagonal sprites?" setting anywhere. So, instead, I went with Angle. I created a new layer in Animator that switched between animations that t…
So, I took a scene that worked and a scene that did not work to compare them. I stripped them of everything and left only a background image (identical for both scenes), sorting map, navmesh, and playerstart.
I compared the Scene Manager in both sc…
I have a similar issue. I have an NPC beetle running over a wall, following a path with many turns. I have a single Sprites Unity Complex animation of the beetle. I would like him to be always head first in the current direction. Is it possible to r…
There is one more thing. When playing on mobiles, the camera does not center on the player when interacting with a hotspot. However, it works properly when using the mouse on the desktop version.
Dear Chris, I have a slight issue that may or may not have something to do with the custom script we are using. I started a new scene. When I zoom in and use an item on an area outside of any specific hotspot, the camera flinches and centers on that…
I have a similar problem. I have a long underground tunnel, and I want the character to move along it in a straight line. I have Sprites Unity Complex 2D and locking to a path thus doesn't work. I would like to be able to click on a general spot on …
I am trying to enable/disable a frame-flipping script attached to my Player prefab game object. I am doing exactly the same as @2finger here, but I am getting error 'SUC_FrameFlip' is a type, which is not valid in the given context.
using UnityEngi…
@Zombiehype May I ask how you animate picking up/interacting with items in the scene? For example, how do you align the animation with the scene item (if the animation contains the item)?
Do you have rigs specifically designated for item interactio…