Skip to content

Commit 0ffc266

Browse files
authored
Merge pull request #203 from Bob-Eric/dev/working
Changed project file directory and optimized performance
2 parents 3ed15e0 + d7f0318 commit 0ffc266

File tree

572 files changed

+1576
-862
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

572 files changed

+1576
-862
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,8 @@ crashlytics-build.properties
8181
.vsconfig
8282

8383
# Test results
84-
results*.xml
84+
results*.xml
85+
86+
# Sample
87+
Assets/Samples
88+
Assets/Samples.meta
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/UnitySensors/Runtime/Scripts/Attributes/InterfaceAttribute.cs

Lines changed: 0 additions & 15 deletions
This file was deleted.

Assets/UnitySensors/Runtime/Scripts/Sensors/UnitySensor.cs

Lines changed: 0 additions & 60 deletions
This file was deleted.

Assets/UnitySensors/package.json

Lines changed: 0 additions & 17 deletions
This file was deleted.

Assets/UnitySensorsROS/Runtime/Scripts/Publishers/RosMsgPublisher.cs

Lines changed: 0 additions & 53 deletions
This file was deleted.

MigrateToURP&HDRP.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ In addition to the shader, the post-processing steps are also different in URP/H
1515

1616
2. Install the [ROS-TCP-Connector](https://github.com/Unity-Technologies/ROS-TCP-Connector) package
1717

18-
3. Copy the `UnitySensors` and `UnitySensorsROS` folders to the project
18+
3. Install this package and import sample assets
1919

2020
4. Update the materials from `Window` -> `Rendering` -> `Render Pipeline Converter`. Tick the `Rendering Settings` and `Material Upgrade` then click `Initialize And Convert`
2121

@@ -52,7 +52,7 @@ Migrating to HDRP is relatively simple. You need to:
5252

5353
2. Install the [ROS-TCP-Connector](https://github.com/Unity-Technologies/ROS-TCP-Connector) package
5454

55-
3. Copy the `UnitySensors` and `UnitySensorsROS` folders to the project
55+
3. Install this package and import sample assets
5656

5757
4. Update the materials from `Window` -> `Rendering` -> `HDRP Wizard`. Click `Convert All Built-in Materials to HDRP`
5858

Packages/.editorconfig

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
6+
[*.cs]
7+
indent_style = space
8+
indent_size = 4
9+
10+
csharp_new_line_before_open_brace = all
11+
csharp_new_line_before_else = true
12+
csharp_new_line_before_catch = true
13+
csharp_new_line_before_finally = true

0 commit comments

Comments
 (0)