Jump to content

Deep Bass have no spawning animation when spawning from a shoal


Hornete
  • Fixed

2019765871_GIF9-4-20216-13-06PM.gif.c64351ec802a1bc5a56a1243392e7acd.gif

Deep Bass have no animation when spawning in from a shoal, unlike fish that spawn around the player.

A simple way to fix this would be like this.
 

local function OnSpawnFish(inst, child)
	if child and child.sg then
		child.sg:GoToState("arrive")
	end
end

--fn
inst.components.childspawner:SetSpawnedFn(OnSpawnFish)

 


Steps to Reproduce

1. Go to a shoal
2. Wait for a deep bass to spawn from it
3. Notice there's no animation, it just spawns instantly

  • Like 2
  • Haha 1



User Feedback


A developer has marked this issue as fixed. This means that the issue has been addressed in the current development build and will likely be in the next update.


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
  • Create New...