I'm working on a Vivify map that includes a section where I parent the player's movement track to another object. However, Camera2 doesn't seem to listen to when it's getting parented and ignores all movement. This is struggling for people recording videos or streaming this map when it comes out as viewers won't see the full potential :/
Main.json
Here's a video of the problem (top right camera is camera2 mod while other is just plain vanilla game camera)
https://github.com/user-attachments/assets/750af42a-8228-4950-8f5d-36c253bdc010
Edit: Here's the section in the maps code where I parent the track
rm.assignPlayerToTrack(map, { track: 'player' }) rm.assignTrackParent(map, { beat: 244, childrenTracks: ['player'], parentTrack: 'Bomb', })
I'm working on a Vivify map that includes a section where I parent the player's movement track to another object. However, Camera2 doesn't seem to listen to when it's getting parented and ignores all movement. This is struggling for people recording videos or streaming this map when it comes out as viewers won't see the full potential :/
Main.json
Here's a video of the problem (top right camera is camera2 mod while other is just plain vanilla game camera)
https://github.com/user-attachments/assets/750af42a-8228-4950-8f5d-36c253bdc010
Edit: Here's the section in the maps code where I parent the track
rm.assignPlayerToTrack(map, { track: 'player' }) rm.assignTrackParent(map, { beat: 244, childrenTracks: ['player'], parentTrack: 'Bomb', })