Skip to content

Commit 76fc5fe

Browse files
committed
dev commit
1 parent 1f7a8f3 commit 76fc5fe

File tree

143 files changed

+85
-154
lines changed

Some content is hidden

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

143 files changed

+85
-154
lines changed

.DS_Store

0 Bytes
Binary file not shown.

Source Project/.DS_Store

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

Source Project/Unity Singleton/Assets/Readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Readme-Singleton Unity
1+
Readme-Singleton Unity
22
----------------------------
33
A sample project explaining the usage of singleton object to hold global game state.
44

@@ -10,7 +10,7 @@ Usage :
1010
2. Modify the code to suit your needs.
1111

1212

13-
© 2018-2021. Developed by Bharath Vishal G (https://github.com/BharathVishal).
13+
© 2018-2023. Developed by Bharath Vishal G (https://github.com/BharathVishal).
1414

1515

1616

Source Project/Unity Singleton/Assets/Scripts/Scene_1_Controller.cs

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
1-
using System.Collections;
1+
/**
2+
*
3+
* Copyright 2018-2023 Bharath Vishal G.
4+
*
5+
* Licensed under the Apache License, Version 2.0 (the "License");
6+
* you may not use this file except in compliance with the License.
7+
* You may obtain a copy of the License at
8+
*
9+
* http://www.apache.org/licenses/LICENSE-2.0
10+
*
11+
* Unless required by applicable law or agreed to in writing, software
12+
* distributed under the License is distributed on an "AS IS" BASIS,
13+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
* See the License for the specific language governing permissions and
15+
* limitations under the License.
16+
*
17+
**/
18+
19+
using System.Collections;
220
using System.Collections.Generic;
321
using UnityEngine;
422
using UnityEngine.UI;

Source Project/Unity Singleton/Assets/Scripts/Scene_2_Controller.cs

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
1-
using System.Collections;
1+
/**
2+
*
3+
* Copyright 2018-2023 Bharath Vishal G.
4+
*
5+
* Licensed under the Apache License, Version 2.0 (the "License");
6+
* you may not use this file except in compliance with the License.
7+
* You may obtain a copy of the License at
8+
*
9+
* http://www.apache.org/licenses/LICENSE-2.0
10+
*
11+
* Unless required by applicable law or agreed to in writing, software
12+
* distributed under the License is distributed on an "AS IS" BASIS,
13+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
* See the License for the specific language governing permissions and
15+
* limitations under the License.
16+
*
17+
**/
18+
19+
using System.Collections;
220
using System.Collections.Generic;
321
using UnityEngine;
422
using UnityEngine.SceneManagement;

Source Project/Unity Singleton/Assets/Scripts/Singleton_Controller.cs

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
1-
using System.Collections;
1+
/**
2+
*
3+
* Copyright 2018-2023 Bharath Vishal G.
4+
*
5+
* Licensed under the Apache License, Version 2.0 (the "License");
6+
* you may not use this file except in compliance with the License.
7+
* You may obtain a copy of the License at
8+
*
9+
* http://www.apache.org/licenses/LICENSE-2.0
10+
*
11+
* Unless required by applicable law or agreed to in writing, software
12+
* distributed under the License is distributed on an "AS IS" BASIS,
13+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
* See the License for the specific language governing permissions and
15+
* limitations under the License.
16+
*
17+
**/
18+
19+
using System.Collections;
220
using System.Collections.Generic;
321
using UnityEngine;
422
using UnityEngine.UI;
0 Bytes
Binary file not shown.
192 KB
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)