where's the subtractive in new unreal engine 5 - subtraction

Hy guys, does someone know where is the subtractive mode in unreal engine 5?
I'm trying to transform a simple box from additive to subtractive but it's different from Unreal engine 4.

Just click on your geometry,
In the Detail section.
you can find Brush Type By default it must be set on Additive .
Now you can change.

select ue4 layout
create shape
select su

Related

Shading/ environment on unreal engine 5

Someone know how to do this shading / post processing like this picture on unreal engine 5 please ?
enter image description here
thank you
nothing for the moment
Look using unreal engine 5 ray traced lighting you can get the lighting effect and for that look you need low poly stylized texture , with both of these things you can achieve it for sure .

How to create a more complex animation in flutter like the movement of water droplet in a container?

I was wondering if it is possible to create more complex animations using Flutter SDK, for example, the movement of water droplets over a surface, or other natural objects' movement simulations! If it is possible, can you please guide me to the corresponding resources? Thanks.

How to add 3D elements into the Hololens 2 field of view

I'm trying to build a Remote Assistance solution using the Hololens 2 for university, i already set up the MRTK WebRTC example with Unity. Now i want to add the functionality of the desktop counterpart being able to add annotations in the field of view of the Hololens to support the remote guidance, but i have no idea how to achieve that. I was considering the Azure Spatial Anchors, but i haven't found a good example of adding 3D elements in the remote field of view of the Hololens from a 2D desktop environment. Also i'm not sure if the Spatial Anchors is the right framework, as they are mostly for persistent markers in the AR environment, and i'm rather looking for a temporary visual indicator.
Did anyone already work on such a solution and can give me a few frameworks/hints where to start?
To find the actual world location of a point from a 2D image, you can refer this answer: https://stackoverflow.com/a/63225342/11502506
In short, cameraToWorldMatrix and projectionMatrix transforms define for each pixel a ray in 3D space representing the path taken by the photons that produced the pixel. But anything along a certain ray will show up on the same pixel. So to find the actual world location of a point, you'll need either use Physics.Raycast method to calculate the impact point in world space where the ray hit the SpatialMapping.

Odd lighting issue - Unreal

The preview screen in Unreal is showing very jagged shadows on the landscape.
The shadows change direction depending on the position of the viewport.
We tried changing the Preview Rendering Level between SM4 and SM5.
The SM4 shows a large yellow triangle across the screen.
SM5 has the current issue described above.
The Engine Scalability settings are currently set to medium, down from epic with no noticeable difference.
We are running Unreal 4.20.3 on Linux Fedora 28
Increase Static Lighting Resolution in power of 2, like 1,2,4,8..etc, but dont go too high, just check if which value works for you.
also, make sure when you build your light set it to production not preview to see the highest quality available based on your setting.
This may work for you.
The issue began after moving the location of Unreal Engine. By creating a new project we found that the issues no longer exist. It may have been a referencing issue of some kind.

Why is light not working in unity 2D mode?

I manage to add light effects in my game, but I find that light only works in 3D mode. When it comes to 2D, light basically does nothing. From watching some tutorials I learned that to enable lighting in 2D, I have to create stuff like normal maps and materials and do some work with photograph editor software. But I do not know why there is such difference between 2D and 3D in terms of lighting. Could anyone give me any hint about this?
I'm sorry to tell you that Unity doesn't offer 2D light out of the box, you could instead develop by your self the system or just use assets like 2DDL Pro which is bundled inside the Unity Plus package.