@needle-tools/engine 3.7.3-alpha → 3.7.3-alpha.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  ### Features
8
8
  - WebXR support
9
- - Networkign support
9
+ - Builtin Networking
10
10
  - iOS Quicklook support for interactive AR
11
11
  - Advanced PBR Rendering
12
12
  - Animate Everything
@@ -19,6 +19,8 @@
19
19
  - Progressive Texture Loading
20
20
  - Dynamic Content Loading
21
21
  - Mutli-Scene support
22
+ - Unity Editor integration
23
+ - Blender integration
22
24
 
23
25
  [See more](https://docs.needle.tools/features)
24
26
 
@@ -38,7 +40,7 @@ We
38
40
  Follow the [Getting Started Guide](https://docs.needle.tools/getting-started) to download and install Needle Engine. You can also find a [list of sample projects](https://engine.needle.tools/samples) that you can try live in the browser and download to give your project a headstart.
39
41
  For writing custom components read the [Scripting Guide](https://docs.needle.tools/scripting).
40
42
 
41
- > Try [Needle Engine on StackBlitz](https://engine.needle.tools/new) ⚡
43
+ Try now [Needle Engine on StackBlitz](https://engine.needle.tools/new) ⚡
42
44
 
43
45
 
44
46
  # Contact ✒️
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@needle-tools/engine",
3
- "version": "3.7.3-alpha",
3
+ "version": "3.7.3-alpha.2",
4
4
  "description": "Needle Engine is a web-based runtime for 3D apps. It runs on your machine for development with great integrations into editors like Unity or Blender - and can be deployed onto any device! It is flexible, extensible and networking and XR are built-in",
5
5
  "main": "dist/needle-engine.umd.cjs",
6
6
  "type": "module",