Skip to content

Commit

Permalink
Final Polish for v3.2
Browse files Browse the repository at this point in the history
Thanks Dval!
  • Loading branch information
Kellojo committed Aug 26, 2018
1 parent 1a8a8e4 commit f62661f
Show file tree
Hide file tree
Showing 17 changed files with 31 additions and 9 deletions.
34 changes: 28 additions & 6 deletions Assets/GameObjectBrush/Brushes/Cube BrushCollection.asset
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ MonoBehaviour:
type: 2}
usePrefabs: 1
allowIntercollision: 0
alignToSurface: 0
alignToSurface: 1
randomizeXRotation: 0
randomizeYRotation: 1
randomizeZRotation: 0
parentContainer: {fileID: 0}
density: 1
density: 0.51
brushSize: 5
minScale: 0.5
maxScale: 1.5
Expand Down Expand Up @@ -72,7 +72,7 @@ MonoBehaviour:
offsetFromPivot: {x: 0, y: 0, z: 0}
rotOffsetFromPivot: {x: 0, y: 0, z: 0}
minSlope: 0
maxSlope: 360
maxSlope: 31.304352
layerFilter:
serializedVersion: 2
m_Bits: 4294967295
Expand Down Expand Up @@ -105,12 +105,12 @@ MonoBehaviour:
type: 2}
usePrefabs: 1
allowIntercollision: 0
alignToSurface: 0
alignToSurface: 1
randomizeXRotation: 0
randomizeYRotation: 1
randomizeZRotation: 0
parentContainer: {fileID: 0}
density: 1
density: 0.51
brushSize: 5
minScale: 0.5
maxScale: 1.5
Expand All @@ -128,6 +128,28 @@ MonoBehaviour:
type: 2}
usePrefabs: 1
allowIntercollision: 0
alignToSurface: 1
randomizeXRotation: 0
randomizeYRotation: 1
randomizeZRotation: 0
parentContainer: {fileID: 0}
density: 0.51
brushSize: 5
minScale: 0.5
maxScale: 1.5
offsetFromPivot: {x: 0, y: 0, z: 0}
rotOffsetFromPivot: {x: 0, y: 0, z: 0}
minSlope: 0
maxSlope: 360
layerFilter:
serializedVersion: 2
m_Bits: 4294967295
isTagFilteringEnabled: 0
tagFilter:
- brushObject: {fileID: 1977038927187086, guid: d93c5cd00d9a681419f02d26f0ec4438,
type: 2}
usePrefabs: 1
allowIntercollision: 0
alignToSurface: 0
randomizeXRotation: 0
randomizeYRotation: 1
Expand All @@ -140,7 +162,7 @@ MonoBehaviour:
offsetFromPivot: {x: 0, y: 0, z: 0}
rotOffsetFromPivot: {x: 0, y: 0, z: 0}
minSlope: 0
maxSlope: 360
maxSlope: 31.304352
layerFilter:
serializedVersion: 2
m_Bits: 4294967295
Expand Down
Binary file removed Assets/GameObjectBrush/GameObject Brush v3.1.pdf
Binary file not shown.
Binary file added Assets/GameObjectBrush/GameObject Brush v3.2.pdf
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class GameObjectBrushEditor : EditorWindow
#region Properties

//version variable
private static string version = "v3.1";
private static string version = "v3.2";

//colors
public static Color red = ColorFromRGB( 239, 80, 80);
Expand Down
Binary file modified GameObject Brush v3.docx
Binary file not shown.
Binary file added Images/Align to Surface.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/Brush Details.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/BrushCollections.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/Filter by Slope.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/GO Brush 1.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/GO Brush Window.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/Intercollision.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/Key Features.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/Multi Brush Painting.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/Offset from Pivot.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Preview.pptx
Binary file not shown.

0 comments on commit f62661f

Please sign in to comment.