- Edited
in my "ChapterOne" scene, the animation "camera_animation" is played, after the end of the animation, the script "player.gd" should attach to the "Player object". how to implement it?
ways:
res://Animations/camera_animation.tres - animation
res://Scripts/player.gd - the path to the player's script
res://Scenes/Player.tscn - player scene
res://Scenes/ChapterOne.tscn - the scene where everything should happen
I've been suffering for half a day, please help me.