Junhao Wang

Results 6 issues of Junhao Wang

Signed-off-by: Junhao Wang ## What does this PR do? This PR adds parent DOM update in instantiate-prefab, which is currently missing. It makes sure after the operation the template DOM...

sig/content
feature/prefabs

Signed-off-by: Junhao Wang ## What does this PR do? This PR is to refactor code in the create-prefab workflow, specifically in the **CreatePrefabInMemory** function. When we create a prefab in...

sig/content
feature/prefabs

## What does this PR do? This PR improves prefab Instance class API as discussed and adds missing Doxygen comments for the class. #### Major Changes 1. Resolve confusion about...

sig/content
feature/prefabs

**Describe the bug** AP will generate a prefab warning if processing a prefab that a nested prefab. > Prefabs: Prefab - EntityIdMapper: Entity with Id [15196238190288350000] has no registered owning...

kind/bug
sig/content
priority/minor
feature/prefabs

Reference: https://answers.microsoft.com/en-us/windows/forum/all/add-appxpackage-deployment-failed-with-hresult/266cc215-32e1-48d9-a7d0-a80057eafe7f Patch: https://www.catalog.update.microsoft.com/Search.aspx?q=KB5015020 After the update, you can safely run the following command without any issue: ```shell Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} ```

### Tested versions Reproducible in: 4.3.1.dev [ff9bc04223] and 4.3 stable release ### System information Godot v4.3.1.rc (ff9bc0422) - macOS 15.0.0 - Vulkan (Forward+) - integrated Apple M1 Max - Apple...

bug
topic:editor
usability
topic:gui