Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UltralightUE - Filesystem Interface #2

Open
JailbreakPapa opened this issue Jul 21, 2023 · 0 comments
Open

UltralightUE - Filesystem Interface #2

JailbreakPapa opened this issue Jul 21, 2023 · 0 comments

Comments

@JailbreakPapa
Copy link
Owner

JailbreakPapa commented Jul 21, 2023

In order for UltralightUE to access user-defined assets for use in rendering, and actually using the library, there needs to be an interface that allows developers to access to define paths, or package files(*.pak) to pass to the plugin for resource access.

For developers that choose to package ultralight assets into paks, there are required resources for the application to withhold, like:

  • resources ("resources.pak") This package MUST be generated by the developer. it should contain the resource package containing the .dat, and the certification file that was included with the plugin. NO MAIN RESOURCES SHOULD BE STORED HERE, THE PLUGIN WILL REFUSE/NOT READ ANY OTHER FILES.

  • inspector ("inspector_resources.pak") This is optional, and not really recommended for release, but it is possible for the developer to store inspector assets here. the plugin doesn't care what extra assets are stored within this package, but it will require the actual inspector assets to be contained.

@JailbreakPapa JailbreakPapa changed the title Filesystem Interface UltralightUE - Filesystem Interface Jul 21, 2023
@JailbreakPapa JailbreakPapa pinned this issue Jul 21, 2023
@JailbreakPapa JailbreakPapa reopened this Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant