Thanks for posting these type of videos...very informitive.
@TheAndyW19 Жыл бұрын
One problem to note with animation events is that the frame where the animation event is meant to fire can occasionally be skipped and the animation event is never run. This usually happens when lagging from my knowledge. I ran into this issue in the past and it was very annoying to deal with. Its been a bit since I looked into this so things might have changed but it did work like this in the past.
@nixonscherbarth1974 Жыл бұрын
I think this doesn’t have to do with lags, but rather with the fixed exit time on the animator? So not the bool check, but rather the time that you can select in the additional settings
@syntystudios9 ай бұрын
There could be a lot of factors causing that, but some good feedback - thanks!
@Temnostool7 ай бұрын
In my version of Unity the animation event menu in inspector is different. It has lines "function", "float", "int", "string", "object". And i can't pin any function, i can only write in this line. I have no idea how to deal with this, can anybody help?
@sarah_7066 ай бұрын
I had the same problem. Apparently you have to add the animation that has the event to the object you want along with the script that has the Animation such as "public animation 'animationName' " and also i think the animation should not be Legacy, marking it Legacy should be your last step. lastly it should show "function" just like in the video, choosing whichever method you have in the script. This is a pretty late response and I am also pretty new to unity so hope this helped... kinda.
@lowkeysoft Жыл бұрын
This is great, thanks! Any chance you could do a video on best practices in Unity for making the polygon assets look good on mobile VR like the Quest?
@syntystudios9 ай бұрын
Thanks for the feedback, I'll add it to the list of videos to look in to further 😀
@ShadowTM62 ай бұрын
Amazing :) Thanks
@syntystudios2 ай бұрын
Happy to hear you like the video!
@SergeyMaryshev-i5g Жыл бұрын
Is there any information about the z section in UE and how to fix it? For example, we connect two walls and a flicker appears between them
@syntystudios10 ай бұрын
I'd recommend reaching out to support@syntystudios.com with some additional info on the pack/models and some screenshots of the issues you're having, we'd be happy to take a look at it for you.
@kenkn6009 Жыл бұрын
plss make animals pack
@syntystudios9 ай бұрын
Thanks for the feedback.
@sadravin18 ай бұрын
your unity version is out of date, by multiple versions, making this video way out if date. Unity has greatly changed the animation event trigger; this tutorial is deprecated ⚠️