emredesu

Results 6 issues of emredesu

Hey! It seems like the API is no longer returning the up-to-date banners, it seems to be stuck on Lyney-Yelan banners. Here's how the output looks: ``` async def getbanners():...

bug
API support

**General** Unity version: 2021.3.28f1 Fish-Networking version: 3.10.8R Discord link: https://discord.com/channels/424284635074134018/1034477094731784302/1148317265159278642 **Description** The error in the title seems to pop-up when a client is connecting using Tugboat. The connection does happen...

Bug - Harmless

As the title suggests, I observe my Discord crashing after using Unity Editor with this plugin enabled for around 1.5 - 2 hours. The app doesn't close, but gets stuck...

Hello, I would like to play a sound effect whenever a DOText tween makes a character appear, bit by bit. I tried OnUpdate and OnStepComplete, but those seem to fire...

A path tween started with using ``` Vector3[] cubicBezierPath = new Vector3[] { waypoint0, transform.position, waypoint0, waypoint1, waypoint0, waypoint1, waypoint2, waypoint1, waypoint2 }; movementTween = transform.DOPath(cubicBezierPath, moveSpeed, PathType.CubicBezier, PathMode.Sidescroller2D, 20,...

Hey! I've been having a blast developing my game with DoTween. I just came across an issue that I believe is caused by internal DoTween code. When increasing an ulong...