跳至主要内容
Unity logo
取消
隐私设置
购物车
应用
Sell Assets

11000+款5星资源

8.5万+用户参与评分

10万+社区成员鼎力支持

每款资源都经过 Unity 审核

$7
显示 1 - 10 of 23
用户评论
排序
J
It works, but is a little dated
4 years ago
Juceisluce基于版本2.13
Developer did replay and provided updated scripts.
这条评论是否有帮助?
1
0
a
Useful but a little rough around the edges
5 years ago
andygeersdt基于版本2.13
I was very attracted to this library because it seems unique in this price range in offering junctions between different splines. And it does a fine job for basic needs - especially now that i have figured out how to position the control nodes using the mouse. However, it seems slightly rough around the edges in a few places (e.g. following a looped spline was a bit glitchy for me) and it's not totally clear how well supported it still is.
这条评论是否有帮助?
0
0
P
This is a really nice spline editor
5 years ago
P3ndragonLLC基于版本2.13
This spline editor is a little jewel. The editor itself is one of the more comfortable I've used, and it includes very straight forward branch functionality. I really appreciate that it generates a set of game objects for the spline path (including the editor handles) I can use for other things I want to hook to the same path. It also has nice scripts for setting up a camera to follow the spline path itself or follow other objects that you have following the spline path.
这条评论是否有帮助?
0
0
n
Value for money
6 years ago
nekropantz基于版本2.13
This is a really solid asset. Easy to get going and reliable. the branching logic and demo are especially useful. My only critiques are that I wish I could customise the gizmos (the twist markers are too short) and that I can't figure out how sample the spline at even world space distances which is pretty important for me and the documentations is quite minimal. T hat said, if you are looking for a quick spline tool for cheap this is great.
这条评论是否有帮助?
0
0
s
Also works with HDRP
6 years ago
ssurget基于版本2.13
Hey, At first the green line did not showed up when using HDRP (Unity 2019.1). I found a fix for this: in the GLRenderer class, simply change the name of the Draw() function by OnRenderObject(). It's a Unity method and will work by itself. I then removed the GLCamera class entirely from the project for cleaning, but it's not mandatory. Great asset, works good and does what is supposed to do.
这条评论是否有帮助?
0
0
来自发布商的回复:
回复时间 6 years ago
Thank you for fix and feedback!
n
No Line visable in LWRP 2018.4
7 years ago
nadhimali基于上一个版本 2.12
The Green line connecting the dots is not visable in LWRP. Please Fix
这条评论是否有帮助?
0
0
来自发布商的回复:
回复时间 7 years ago
Please upgrade to 2019.1 and replace Assets\Battlehub\RTHandles\Scripts\GLCamera.cs with following using UnityEngine; using UnityEngine.Rendering; namespace Battlehub.RTHandles { /// <summary> /// Camera behavior for GL. rendering /// </summary> [ExecuteInEditMode] public class GLCamera : MonoBehaviour { public int CullingMask = -1; private Camera m_camera; private void Awake() { m_camera = GetComponent<Camera>(); #if UNITY_2019_1_OR_NEWER RenderPipelineManager.endCameraRendering += OnEndCameraRendering; #endif } private void OnDestroy() { #if UNITY_2019_1_OR_NEWER RenderPipelineManager.endCameraRendering -= OnEndCameraRendering; #endif } #if UNITY_2019_1_OR_NEWER private void OnEndCameraRendering(ScriptableRenderContext context, Camera camera) { if (m_camera == camera) { Camera.SetupCurrent(camera); if (GLRenderer.Instance != null) { GLRenderer.Instance.Draw(); } } } #endif private void OnPostRender() { if (GLRenderer.Instance != null) { GLRenderer.Instance.Draw(); } } } }
S
Works and superb support
7 years ago
SuperLemonBits基于上一个版本 2.12
I had a problem with the asset and it was solved by the creator in a few hours. A great asset and even better support!
这条评论是否有帮助?
0
0
O
Works well, code is hard to dig into.
7 years ago
OhmMu基于上一个版本 2.12
Resurrected this spline package for a new project due to ease of use in a previous one, however I've run into a snag with the twist angle of certain spline paths... creating a parabolic arc causes objects following the spline to flip 180 degrees at the vertex of any parabolic. I've reached out to the author by email but as of yet haven't heard back. EDIT: I resolved the issue by using another package, after using this package for a year, the inability of this spline package to handle dynamic vs static orientation to the spline as well as defining the follow vector eg forward up down left right local vs world makes this package untenable for certain spline behaviors, eg an airplane performing an immelman or s turn, a j turn etc. So I have reduced my rating to three stars. There are other packages on the asset store that handle this, but I will refrain from advertising other devs in a review. Will update rating if this issue is addressed. Still a solid basic tween program for the price but there are definite limitations to this package.
这条评论是否有帮助?
1
0
c
UX could use some work and the plugin doesn't work with UWP
8 years ago
chase-cobb基于上一个版本 2.11
The user experience could be improved upon by making the splines render correctly when selected, instead of having to double click the root object, as well as showing the direction of the spline in an obvious way. The toolset provided is not very user friendly, but I was able to make it work well enough for my project after spending some time with it. After 3 months of building a dependency on this plugin in my project, I tried to export a UWP build only to realize it doesn't support binary formatters/serializers. So short of rewriting fundamental portions of this plugin, I must now find a new spline editor and integrate it into my project. Maybe list the platforms you've tested it working with so others might avoid the same issue.
这条评论是否有帮助?
0
2
来自发布商的回复:
回复时间 8 years ago
Hi, thanks for feedback. It is possible to create a UWP build with latest version of spline editor (2.12) and unity 2017 or higher Regards, Vadym
e
Great choise if we are talking only about splines
8 years ago
erlioniel基于上一个版本 2.11
Nice one, but there is a better option to buy - Mesh Deformer, it contains the same functionality plus super cool bonus. Vadim prefered to make another asset then making this one bigger and cooler.
这条评论是否有帮助?
1
0
高品质资源
11000+款5星资源
深受用户信赖
8.5万+用户参与评分
强大的社区支持
10万+社区成员鼎力支持
Unity logo

语言

反馈

合作伙伴计划

合作伙伴
Copyright © 2026 Unity Technologies
所有价格不包含税