EverNewJoy / VictoryPlugin

Rama's Victory BP Plugin
MIT License
867 stars 256 forks source link

Unable to get the nodes of Plugin in MAC. #23

Closed L34D3R closed 7 years ago

L34D3R commented 7 years ago

I put the VictoryPlugin in the Plugins Folder. After that I compiled it from the XCode. When I open the project, I'm able to see the plugin in the plugin window. But I'm not able to get any nodes of plugin in Level Blueprint. Even I did't find VictoryBPLibrary Category in the Level Blueprint.

Here are the @screenshots. untitled1 untitled1

EverNewJoy commented 7 years ago

I have multiple users who have successfully compiled for mac, the only prerequsite they mentioned being required was to include the plugin in their build cs public dependencies list.

Please try that if you haven't already to ensure a full compile for mac :)

Also let me know if it worked so others will know too :)

Rama

zeebok commented 7 years ago

I was having a similar issue on Linux, and my solution was to make sure it was in the build cs dependency list and also remove the whitelist from the uplugin. It shows and works great, so thanks for the great plugin!

EverNewJoy commented 7 years ago

Your welcome @zeebok !

:)

Rama

Damax18 commented 4 years ago

I was having a similar issue on Linux, and my solution was to make sure it was in the build cs dependency list and also remove the whitelist from the uplugin. It shows and works great, so thanks for the great plugin!

@zeebok hello, i meet the same issue, where is the build cs dependency list? Thank you~

zeebok commented 4 years ago

I was having a similar issue on Linux, and my solution was to make sure it was in the build cs dependency list and also remove the whitelist from the uplugin. It shows and works great, so thanks for the great plugin!

@zeebok hello, i meet the same issue, where is the build cs dependency list? Thank you~

It appears the Build.cs file has changed significantly since I used it so I am not sure I can be of much help. This is something @EverNewJoy would have to speak to.