Jump to content

Some Items don't apply new skin Anim after reskinned when floating


Civi
  • Pending

Use Clean Sweeper to reskin some items like Walking Cane floating on the water would not apply their new skin animation. 


Steps to Reproduce

1. Get a Walking Cane and drop it on the water

2. Use Clean Sweeper to reskin. You find the bug.

3. Other items missing this on init can also reproduce this bug.

    if inst.components.floater ~= nil then
        if inst.components.floater:IsFloating() then
            inst.components.floater:SwitchToDefaultAnim(true)
            inst.components.floater:SwitchToFloatAnim()
        end
    end

 

  • Like 1



User Feedback


There are no comments to display.



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...