The issue of mine is very similar with this track.( Track cannot be loaded )
Timeline “Track cannot be loaded” only Assetbundle with Mobile platforms.
This “Not working Timeline track issues” only occurs Assetbundle Mobile platforms, on PC working well.
Pseudo simple process
- Define customize timeline tracks to specific Timeline Asset by overrides HomeActionEventPlayable.
Timeline has 10-20 tracks. Customized track is one of them.
ex) Customize track override pseudo
public class TimelineAAA : HomeActionEventPlayable
{… - Build an Assetbundle with Timeline assets and build android apk.
- Execute apk and download Assetbundle and then simply load with instantiate Timeline asset on the World
- Popped-out the message “The referenced script on this Behaviour (Game Object ‘’) is missing!”
and then customized track is not working.
Environment : Unity 2019.4.20f1 / Android / iOS
Any solutions for this problem or suggestions thankful.