-
Notifications
You must be signed in to change notification settings - Fork 9
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
feat: lod generator #60
Conversation
asset-bundle-converter/Assets/AssetBundleConverter/Editor/ExportFBXAssetBundles.cs
Outdated
Show resolved
Hide resolved
…ndle-converter into feat/lod-generator
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
string[] commandLineArgs = Environment.GetCommandLineArgs(); | ||
|
||
string customOutputDirectory = ""; | ||
string lodsURL = "https://lods-bucket-ed4300a.s3.amazonaws.com/-17,-21/LOD/Sources/1707776785658/bafkreidnwpjkv3yoxsz6iiqh3fahuec7lfsqtmkyz3yf6dgps454ngldnu_0.fbx;" + |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we want these URLs to be public?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ideally, no. We tried integrating the amazon api to make them private; but due to time constraints, we dropped it. We are looking forward to make the downloader using the amazon api in the hardening week.
Then, they will be private
No description provided.