Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: Changing Volume Mesh UV
Post: RE: Changing Volume Mesh UV
_Aka_ Wrote: (03-18-2020, 11:36 PM)
--
BuildShapeExtrusion buildShapeExtrusion = (BuildVolumeMesh.Input[0].LinkedSlots[0].Module as BuildShapeExtrusion);
InputSplinePath inputSplinePath = (buildShape... |
|
ATHellboy |
Curvy Splines
|
15 |
8,843 |
03-19-2020, 05:35 AM |
|
|
Thread: Changing Volume Mesh UV
Post: RE: Changing Volume Mesh UV
|
ATHellboy |
Curvy Splines
|
15 |
8,843 |
03-17-2020, 10:51 AM |
|
|
Thread: Changing Volume Mesh UV
Post: RE: Changing Volume Mesh UV
_Aka_ Wrote: (03-14-2020, 01:55 PM)
--
Go through the Input list, find the right link, access its module, and then repeat until you reach the right module. The code depends on your graph
--
Please t... |
|
ATHellboy |
Curvy Splines
|
15 |
8,843 |
03-14-2020, 05:04 PM |
|
|
Thread: Changing Volume Mesh UV
Post: RE: Changing Volume Mesh UV
_Aka_ Wrote: (03-13-2020, 11:23 PM)
--
Only Input Spline Path module (and its Shape equivalent) have a reference to a spline. It transforms it to a Path (in code CGPath), and that is what is used in ... |
|
ATHellboy |
Curvy Splines
|
15 |
8,843 |
03-14-2020, 08:17 AM |
|
|
Thread: Add Template problem in the Generator with Input Spline Shape prefab
Post: Add Template problem in the Generator with Input S...
When I create Generator and then put my Input Spline Shape prefabs in it after adding my custom template I get these errors:
https://imgur.com/kV4nUTf
https://imgur.com/oHVwdhH |
|
ATHellboy |
Curvy Splines
|
1 |
1,663 |
03-11-2020, 06:26 AM |
|
|
Thread: Changing Volume Mesh UV
Post: RE: Changing Volume Mesh UV
_Aka_ Wrote: (03-10-2020, 10:37 PM)
--
After testing, I found that you will need, in the case of modifying the material settings via API, to mark the module Dirty by hand. Most properties changes do ... |
|
ATHellboy |
Curvy Splines
|
15 |
8,843 |
03-11-2020, 05:46 AM |
|
|
Thread: Changing Volume Mesh UV
Post: RE: Changing Volume Mesh UV
|
ATHellboy |
Curvy Splines
|
15 |
8,843 |
03-10-2020, 01:34 PM |
|
|
Thread: Changing Volume Mesh UV
Post: RE: Changing Volume Mesh UV
_Aka_ Wrote: (03-08-2020, 01:55 PM)
--
Have you found the solution? Have you tried calling _buildVolumeMesh.Generator.Refresh() instead?
--
Not yet.
_buildVolumeMesh.Generator.Refresh() doesn't wo... |
|
ATHellboy |
Curvy Splines
|
15 |
8,843 |
03-08-2020, 02:19 PM |
|
|
Thread: CurvySpline Editor event
Post: CurvySpline Editor event
I want to know if there is any event which raised when spline changes ?
I want to use it in one of my classes which is based on spline and if the spline changes, calls the function in my class.
... |
|
ATHellboy |
Curvy Splines
|
1 |
1,799 |
03-08-2020, 10:06 AM |
|
|
Thread: Changing Volume Mesh UV
Post: RE: Changing Volume Mesh UV
Hey there,
I use this script on Build Volume Mesh of generator:
Code:
--
public class VolumeMeshController : MonoBehaviour
{
[SerializeField] private float _referenceUVScaleY = 0.07f;
... |
|
ATHellboy |
Curvy Splines
|
15 |
8,843 |
03-02-2020, 08:05 AM |
|
|
Thread: Spline object on a spline path
Post: RE: Spline object on a spline path
_Aka_ Wrote: (03-01-2020, 03:12 PM)
--
1) Common ATHellboy, it's easy to find. Did you look for it before asking me? I feel that you rely too much on me. The Position of a spline controller is Spline... |
|
ATHellboy |
Curvy Splines
|
22 |
13,679 |
03-01-2020, 04:37 PM |
|
|
Thread: Spline object on a spline path
Post: RE: Spline object on a spline path
_Aka_ Wrote: (02-29-2020, 11:19 PM)
--
Hi,
I am looking into this
The documentation of OnValidate (https://docs.unity3d.com/ScriptReference/MonoBehaviour.OnValidate.html)says: "This function is cal... |
|
ATHellboy |
Curvy Splines
|
22 |
13,679 |
03-01-2020, 09:30 AM |
|
|
Thread: Spline object on a spline path
Post: RE: Spline object on a spline path
Hey _Aka_,
https://drive.google.com/file/d/1_njK1N8ICo6c7jhWq5H9w2C1TLu5H5k_/view?usp=sharing (https://drive.google.com/file/d/1_njK1N8ICo6c7jhWq5H9w2C1TLu5H5k_/view?usp=sharing)
I made this scene f... |
|
ATHellboy |
Curvy Splines
|
22 |
13,679 |
02-26-2020, 03:44 PM |
|
|
Thread: Spline object on a spline path
Post: RE: Spline object on a spline path
I'm trying to create speed pad by Curvy on my paths.
https://gyazo.com/4046cccdb79fa5812b0823ae97bbd495
I made this generator for my speed pad.
How it looks like in the game:
https://gyazo.com/ad6b38... |
|
ATHellboy |
Curvy Splines
|
22 |
13,679 |
02-23-2020, 07:19 AM |
|
|
Thread: Spline object on a spline path
Post: RE: Spline object on a spline path
_Aka_ Wrote: (02-23-2020, 12:01 AM)
--
Hi,
I looked in the code of the FloatRegion attribute to try to understand. Before telling you what I found, just to give you context, FloatRegion and all the ... |
|
ATHellboy |
Curvy Splines
|
22 |
13,679 |
02-23-2020, 04:41 AM |
|
|
Thread: Spline object on a spline path
Post: RE: Spline object on a spline path
_Aka_ Wrote: (02-20-2020, 01:33 AM)
--
Hi,
Indeed, I am having the same issue. I will look at this very soon.
--
The same value of From and To and the Position ?
I really need this. When you can tel... |
|
ATHellboy |
Curvy Splines
|
22 |
13,679 |
02-20-2020, 05:45 AM |
|
|
Thread: Changing Volume Mesh UV
Post: RE: Changing Volume Mesh UV
_Aka_ Wrote: (02-20-2020, 01:25 AM)
--
Hi,
about that line of code, it depends on what other code executes before that. You are using _buildVolumeMesh.InVolume.GetData().Length, so make sure the gen... |
|
ATHellboy |
Curvy Splines
|
15 |
8,843 |
02-20-2020, 05:43 AM |
|
|
Thread: Spline object on a spline path
Post: RE: Spline object on a spline path
ATHellboy Wrote: (02-17-2020, 12:32 PM)
--
_Aka_ Wrote: (02-17-2020, 12:16 PM)
--
By looking at the parametres names, how they are used in Curvy's code, and fiddling with them if needed, you should ... |
|
ATHellboy |
Curvy Splines
|
22 |
13,679 |
02-19-2020, 03:21 PM |
|
|
Thread: Changing Volume Mesh UV
Post: Changing Volume Mesh UV
I change UV scale by this piece of code:
Code:
--
_buildVolumeMesh.MaterialSetttings[0].UVScale.y = _buildVolumeMesh.InVolume.GetData().Length / 200
--
But it doesn't take place. What should I do ?... |
|
ATHellboy |
Curvy Splines
|
15 |
8,843 |
02-19-2020, 10:42 AM |
|
|
Thread: Spline object on a spline path
Post: RE: Spline object on a spline path
_Aka_ Wrote: (02-17-2020, 12:16 PM)
--
By looking at the parametres names, how they are used in Curvy's code, and fiddling with them if needed, you should be able to understand how it is used.
--
I... |
|
ATHellboy |
Curvy Splines
|
22 |
13,679 |
02-17-2020, 12:32 PM |