[=tegleg;222874]
interesting…
thanks for trying it and reporting back everyone.
just tried chrome and i get ~25 fps, the same as in editor.
1-5 fps in firefox.
so
is nonsense
[/]
Wow, I just tried it on Vivaldi on my work laptop and went from 30 fps (Opera/Chrome) to capped 60 fps. Not that I would expect less from the browser of gods, though.
sorry is a little off topic,
the physics doesn’t seem to slow it down at all thought it might be that causing slowness to start with.
anyone tried to build anything? did it slow the framerate?
(look at the silver block and press enter, you can then control any thrusters attached. enter again to stop controlling it)
[=miligram9;222382]
I really hope you’re not going to leave these “nuclear” backgrounds for buttons. Green one for “add component” (and used in many other places) and blue one for “Edit blueprint”. It doesn’t fit UI at all, it works like red cape for bull. Everytime I look at new editor, it draws my attention. It cries for attention. These backgrounds attack user like GIFs on websites from 90’s.
As much I love new functionality, I hate backgrounds. We don’t need, it very easy to find all functions. No need to highlight it with extremely colors.
It would be a relief, if you’d simply remove these colored backgrounds
[/]
Just as a counterpoint, I actually don’t mind the color buttons at all. Only a few are colored and a few colors are used. It can be handy to have call outs for the blueprints and components buttons amongst the sea of things to click on.
Maybe a middle ground solution would be to have a desaturate buttons checkbox in the preferences.
Would it be possible to provide a path for the automatic reloading? So that for example one could set the 3dsMax project’s export folder as the main directory for auto reload?
[=LeFxGuy;223728]
Would it be possible to provide a path for the automatic reloading? So that for example one could set the 3dsMax project’s export folder as the main directory for auto reload?
[/]
You can do that in Editor Preferences … Loading and Saving … Directories to Monitor (it’s hidden by default underneath the AdvancedDisplay arrow).
:o had not checked myself. But from the information provided, it sounded to me as if only the content directory of a project would be used for automatic reloading. Great to hear that is not the case and thanks for clarification!
[= Noland;223736]
You can do that in Editor Preferences … Loading and Saving … Directories to Monitor (it’s hidden by default underneath the AdvancedDisplay arrow).
Cheers,
Noland
[/]
That works with ?
[]
Simply save your source art files under your project’s Content folder, and the editor will automatically import the new files, ready to be used in UE4!
If you update these files from an external application, the editor will detect that and automatically reimport your content! makes iterating on game content much faster.
[/]
I am pretty sure it does but I am just curious why it says to save it in your Content folder. Also if you do save source art to the Content folder, will those files be included when you package a game? Or will it ignore those files instead? I can see it being a problem if the source art files get included…
Otherwise I think it’s a really cool and it will save a lot of time.
I am pretty sure it does but I am just curious why it says to save it in your Content folder. Also if you do save source art to the Content folder, will those files be included when you package a game? Or will it ignore those files instead? I can see it being a problem if the source art files get included…
Otherwise I think it’s a really cool and it will save a lot of time.
[/]
As best as I understand it, the content folder is implicitly included in the ‘file watching’ list, the other list is really ‘additional directories to watch’.
When you cook/package a build, it ought to only include the .uasset files, not the source assets intermingled in there.
OK, so I just tried the AutoReload .
My first observation is, that it does not really react to my changes to an asset and only reloads after I “re-enter” the path again, or for example remove and add back the final slash to the path.
I am using a network drive/path under Windows 7. It works for local folders! Do I have to set any options under Windows to get to update?
My second observation is that I think it would be more convenient to have the AutoReload path settings under the project settings and not editor preferences. (Or maybe even have a path in some kind of global editor preferences (that will always get used) and have a project based path option in combination). Although I also have to say that if editor preferences are project-based, why distinguish between the 2 settings in general? Seems like a design flaw to me.
Another problem: What does “Auto Create Assets” mean? I did not get it to work within both network environment and local folder but shouldn’t duplicating an fbx-file trigger the Auto Create? And if so, would it use the previous fbx import setting or just open the fbx dialog? Also, does option imply that the sub-directories will get replicated in the content folder? For example does sub-folder ‘foo’ where asset ‘bar.fbx’ is located get replicated in my project’s content folder? My point is: I either don’t get what should be doing or it does not work as intended?
Here is the fun part – writing Blueprint script code for your new component. In example, we rotate the component’s owner (the actor) around the yaw axis every single frame using the Tick event. We named component “Spinner” because it spins actors around!
[/]
If you do , could you guys implement an actor policy for “event tick” or something similar? Like allow “Event tick” or “update” if actor is visible/possible visible/always/never/etc?
My first observation is, that it does not really react to my changes to an asset and only reloads after I “re-enter” the path again, or for example remove and add back the final slash to the path.
I am using a network drive/path under Windows 7. It works for local folders! Do I have to set any options under Windows to get to update?
[/]
I suspect that the operating system level file system events are not working properly for a network-mapped path. We’ll have a look at that specifically and see if there are any issues.
[=LeFxGuy;224155]
My second observation is that I think it would be more convenient to have the AutoReload path settings under the project settings and not editor preferences. (Or maybe even have a path in some kind of global editor preferences (that will always get used) and have a project based path option in combination). Although I also have to say that if editor preferences are project-based, why distinguish between the 2 settings in general? Seems like a design flaw to me.
[/]
Thanks for the suggestion - we may well look to refine where these settings live. I think you’re right that having a project-wide ability to set the monitored paths would be beneficial.
[=LeFxGuy;224155]
Another problem: What does “Auto Create Assets” mean? I did not get it to work within both network environment and local folder but shouldn’t duplicating an fbx-file trigger the Auto Create? And if so, would it use the previous fbx import setting or just open the fbx dialog? Also, does option imply that the sub-directories will get replicated in the content folder? For example does sub-folder ‘foo’ where asset ‘bar.fbx’ is located get replicated in my project’s content folder? My point is: I either don’t get what should be doing or it does not work as intended?
[/]
So, auto creating and deleting assets is currently only implemented for monitored directories that have a virtual mount point (ie, /game/, /engine/ etc). When we put the in, we decided that it would be too much of a balancing act knowing where to actually import files, and that automatically deleting assets relating to external files seemed dangerous. Prompting the user for an import location would be a poor user experience if many files were added. Auto-reimporting manually imported assets should work fine for external directories however. In any case, try having a shot at with the default settings, adding content to the Content directory and you should see it working as you’d expect.
No problem, and thanks for the feedback. Concerning the windows network drive. If you need me to file a bug report for tracking purposes, I am willing to help