This question is locked. New answers and comments are not allowed.
Hi there,
Looking at the Editor and namely the ability to upload to the cloud. Here is some code:-
I would like to define the Content Path in the View or some other way as it points to a dynamically created Container, I'd like to do this without the overhead of building a Database Table and storing information.
Is there any way of doing this? Such as with a EditorBuilder (which does not exist yet)
Thank you
Looking at the Editor and namely the ability to upload to the cloud. Here is some code:-
public class ImageBrowserController : EditorFileBrowserController{ public override string[] ContentPaths { get { return new[] { "Some area of the cloud here" }; } }I would like to define the Content Path in the View or some other way as it points to a dynamically created Container, I'd like to do this without the overhead of building a Database Table and storing information.
Is there any way of doing this? Such as with a EditorBuilder (which does not exist yet)
Thank you