TouchDesigner / TouchEngine-UE

The TouchEngine-UE plugin allows UE developers to load TouchDesigner components within UE while relying on the TouchEngine API.
Other
171 stars 11 forks source link

Plugins > Touchdesigner folder empty? #135

Closed AlysterVodka closed 7 months ago

AlysterVodka commented 7 months ago

On running the project, it reports the TouchEngine plugin missing. downloading the TouchEngine folder separately from the repository and putting it in the plugin folder manually results in a 'built with another engine' message. Didn't manage to rebuild so far.

jetXS commented 7 months ago

Hi @AlysterVodka

Sorry for the delay and for the issues.

This kind of issue can sometimes be caused by caching.

Can you confirm that you tried the latest version of the plugin in the Release page ?

You cloned the main branch here and testing with UE5.3.2 ?

AlysterVodka commented 7 months ago

Hi, thanks for the reply

I have tested with UE 5.3.2 - I downloaded a ZIP from the main branch, however the folder of the plugin was empty on downloading, I navigated to the folder manually and downloaded the next available version, and implemented it manually locally. Potentially there is a discrepancy there? I saw an earlier comment saying as well that the folder was empty. I think it must have to do with this, what do you think, how can I proceed?

Thanks, Alyster

========================

STUDIO VODKA

Esther de Bruijn // Alyster

www.alyster.vodkahttp://www.alyster.vodka/

+31 6 11 41 38 80


From: Michel Didier @.> Sent: 18 April 2024 17:57 To: TouchDesigner/TouchEngine-UE @.> Cc: Alyster Vodka @.>; Mention @.> Subject: Re: [TouchDesigner/TouchEngine-UE] Plugins > Touchdesigner folder empty? (Issue #135)

Hi @AlysterVodkahttps://github.com/AlysterVodka

Sorry for the delay and for the issues.

This kind of issue can sometimes be caused by caching.

Can you confirm that you tried the latest version of the plugin in the Release page ?

You cloned the main branch here and testing with UE5.3.2 ?

— Reply to this email directly, view it on GitHubhttps://github.com/TouchDesigner/TouchEngine-UE/issues/135#issuecomment-2064350379, or unsubscribehttps://github.com/notifications/unsubscribe-auth/APMKND6DGKP6WM5XEHO6C6DY57UQNAVCNFSM6AAAAABGDEXKJ2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANRUGM2TAMZXHE. You are receiving this because you were mentioned.Message ID: @.***>

jetXS commented 7 months ago

You mean you downloaded a .zip from the following: https://github.com/TouchDesigner/TouchEngine-UE-Samples ?

This would not include the plugin folder as automated .zip files from Github don't include submodules, which is what the Plugin is.

Follow instructions as to how to properly get started here. https://github.com/TouchDesigner/TouchEngine-UE-Samples/blob/UE5.3-Release/docs/getting-started.md

You should either do a recursive clone, as explained, or download the zip files from the release pages of the repositories.