Skip to content

Refactor SampleMain so that we have per-protocol samples rather than having bunch of prefabs and scripts which have a lot of similar functionality #691

@kantagara

Description

@kantagara

Eseentially this is an effort in which we want to remove a lot of unecessary samples and prefabs because we don't need them that much in the samples. One script per-protocol + one script with all the misc stuff should be a good enough start.
Also, go from all public fields (which aren't being used anywhere else other than in that specific script itself) to switch to [SerializeField] private ... or [SerializeField] protected (if the field is used by the inherited classes).

Metadata

Metadata

Assignees

Labels

Type: FeatureAdded to issues and PRs to identify that the change is a new feature.Version: 2.5All the issues related to 2.5

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions