You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## [1.3.11] - 2024-11-13
### Added
### Changed
### Deprecated
### Removed
### Fixed
- Fixed issue where raycastable UGUI components would not be removed from scene when hidden (when scrolling, e.g.)
### Security
Copy file name to clipboardExpand all lines: CHANGELOG.md
+23-8Lines changed: 23 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,14 +9,29 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
9
9
10
10
For general changes to PolySpatial, refer to the [PolySpatial Changelog](https://docs.unity3d.com/Packages/com.unity.polyspatial@latest?subfolder=/changelog/CHANGELOG.html).
11
11
12
+
## [1.3.11] - 2024-11-13
13
+
14
+
### Added
15
+
16
+
### Changed
17
+
18
+
### Deprecated
19
+
20
+
### Removed
21
+
22
+
### Fixed
23
+
- Fixed issue where raycastable UGUI components would not be removed from scene when hidden (when scrolling, e.g.)
24
+
25
+
### Security
26
+
12
27
## [1.3.9] - 2024-08-26
13
28
14
29
### Changed
15
30
- We have narrowed down the conditions under which the package will compile from UNITY_VISIONOS || UNITY_IOS || UNITY_EDITOR_OSX to (UNITY_VISIONOS || UNITY_IOS) && UNITY_EDITOR_OSX. This should eliminate compile errors in the case where you had the OSX editor but not the visionOS or iOS platform dependencies.
16
31
17
32
### Fixed
18
33
- Wrap all MonoPInvokeCallback methods in try/catch to avoid potential crashes in player builds.
19
-
- Parent SkinnedMeshRenderer bones to parent of the RootBone (so that it's a sibling with the RootBone) rather than to the SkinnedMeshRenderer itself - this fixes an issue where the RootBone was on a different hierarchy than the SkinnedMeshRenderer, and changes applied to the RootBone GameObject didn't affect the bones.
34
+
- Parent SkinnedMeshRenderer bones to parent of the RootBone (so that it's a sibling with the RootBone) rather than to the SkinnedMeshRenderer itself - this fixes an issue where the RootBone was on a different hierarchy than the SkinnedMeshRenderer, and changes applied to the RootBone GameObject didn't affect the bones.
20
35
21
36
## [1.3.1] - 2024-07-09
22
37
@@ -90,19 +105,19 @@ For general changes to PolySpatial, refer to the [PolySpatial Changelog](https:/
90
105
91
106
### Added
92
107
- Added installation instructions to the documentation.
93
-
- Added VolumeCamera OnWindowEvent event handler. This is invoked whenever a volume camera's window has state changes, such as opening or becoming unfocused.
108
+
- Added VolumeCamera OnWindowEvent event handler. This is invoked whenever a volume camera's window has state changes, such as opening or becoming unfocused.
94
109
- Added a "PolySpatial XR" Plug-in Provider to XR Plug-in Managment in Project Settings. Allows you to view ARPlane's and hands from device in editor while using Play To Device.
95
110
96
111
### Changed
97
112
- Improved documentation about samples.
98
113
99
114
### Deprecated
100
-
- Volume camera events other than OnWindowEvent are now obsolete and will be removed in later releases. OnWindowEvent will supply all the information the other OnWindow events would normally supply.
115
+
- Volume camera events other than OnWindowEvent are now obsolete and will be removed in later releases. OnWindowEvent will supply all the information the other OnWindow events would normally supply.
101
116
102
117
### Removed
103
118
104
119
### Fixed
105
-
- Updated ReplicateProperty Particle mode to better reflect opacity when using startColor or colorOverLifetime particle modules. Setting opacity to 0 at the start of a gradient or/and at the end will cause different opacityCurves to be applied to the RealityKit particle system.
120
+
- Updated ReplicateProperty Particle mode to better reflect opacity when using startColor or colorOverLifetime particle modules. Setting opacity to 0 at the start of a gradient or/and at the end will cause different opacityCurves to be applied to the RealityKit particle system.
106
121
- Updated ReplicateProperty Particle mode to better reflect startSize and sizeOverLifetime module.
107
122
- Corrected a few documentation errors.
108
123
- Fixed a crash that could occur if a game object that was being used as a bone in a skinned mesh renderer was deleted during runtime.
@@ -195,9 +210,9 @@ For those who are testing on devices at Apple's developer labs or via a develope
195
210
* Unity 2022 LTS (2022.3.11f1) and higher
196
211
* Xcode 15.1 beta 1
197
212
* The Xcode 15 Release Candidate will _not_ work
198
-
* visionOS beta 4 (21N5259k) - SDK
213
+
* visionOS beta 4 (21N5259k) - SDK
199
214
200
-
To learn more about Unity's visionOS beta program, please refer to [this post](https://discussions.unity.com/t/welcome-to-unitys-visionos-beta-program/270282).
215
+
To learn more about Unity's visionOS beta program, please refer to [this post](https://discussions.unity.com/t/welcome-to-unitys-visionos-beta-program/270282).
201
216
202
217
### Related Changelogs
203
218
@@ -221,7 +236,7 @@ To learn more about Unity's visionOS beta program, please refer to [this post](h
221
236
## [0.6.0] - 2023-11-08
222
237
223
238
### Added
224
-
- Particle property transfer render mode now supports StretchedBillboard->LengthScale, and has more accurate emitter shape representation.
239
+
- Particle property transfer render mode now supports StretchedBillboard->LengthScale, and has more accurate emitter shape representation.
225
240
- Added `PolySpatialWindowManagerAccess.entityForIdentifier` in Swift and `PolySpatialObjectUtils.GetPolySpatialIdentifier` to C#, to allow accessing the RealityKit Entity corresponding to a Unity GameObject from Swift code. No guarantees are made about whether there is a RealityKit Entity for any given GameObject, or about the lifetime of the Entity.
226
241
227
242
### Changed
@@ -273,7 +288,7 @@ To learn more about Unity's visionOS beta program, please refer to [this post](h
273
288
## Added
274
289
- Documentation for Volume Camera around configuration assets.
275
290
- Build error if trying to build for Simulator SDK in Unity prior to 2022.3.11f1.
Copy file name to clipboardExpand all lines: Documentation~/SupportedFeatures.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ Support for Unity's built-in particles under PolySpatial is actively being devel
72
72
73
73
-**Bake to Mesh**: In this mode, a dynamic mesh is baked for every particle system every frame. It closely aligns the visuals with Unity rendering, allowing leverage of most features of Unity's built-in particle systems, including custom shaders authored with ShaderGraph. However, this mode currently imposes a significant performance overhead. We are actively working to improve performance for baked particles.
74
74
75
-
**Note:** Baked Mesh billboard particles only face the camera if there's an unbounded volume camera and ARSession in the scene. You can add an ARSession to the scene by right-clicking in the Editor **Hierarchy** window and selecting **XR > AR Session** from the context menu.
75
+
**Note:** Baked Mesh billboard particles only face the camera when they are in an unbounded volume camera and an ARSession exists in the scene. You can add an ARSession to the scene by right-clicking in the Editor **Hierarchy** window and selecting **XR > AR Session** from the context menu.
76
76
77
77
**Note:** VFXGraph is not currently supported in PolySpatial.
0 commit comments