Forum Discussion
Emn12344
5 years agoHonored Guest
Lip Sync Unity: How can i load OVRLipSyncSequence.asset ?
When the application does play.
I'm trying to load asset (OVRLipSyncSequence).
public OVRLipSyncSequence MyOVRLipSyncSequenceNow = null;
void Start()
{
MyOVRLipSyncSequenceNow = Resources.Load
("Assets/StreamingAssets/Voice/English/LipSyncSequence/MyOVRLipSyncSequence 1.asset");
}
I'm trying to load asset (OVRLipSyncSequence).
public OVRLipSyncSequence MyOVRLipSyncSequenceNow = null;
void Start()
{
MyOVRLipSyncSequenceNow = Resources.Load
("Assets/StreamingAssets/Voice/English/LipSyncSequence/MyOVRLipSyncSequence 1.asset");
}
Replies have been turned off for this discussion
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 9 months ago
- 1 month ago